![]() |
The Winamp Remote Control suite
a remote control client and plugin for Winamp 2.x, 5.x
|
#include <vcl.h>#include "PlaylistF.h"#include "waint.h"#include "MainF.h"#include "shellapi.h"#include "remotestrs.h"#include "remoteDM.h"#include "winampinterface.h"Go to the source code of this file.
Functions | |
| void | itemState (TOwnerDrawState State) |
Variables | |
| const int | Offset = 4 |
| TfrmPlaylist * | frmPlaylist |
| const char * | States [odComboBoxEdit+1] |
| void itemState | ( | TOwnerDrawState | State | ) |
Definition at line 89 of file PlaylistF.cpp.
Referenced by TfrmPlaylist::lstSongsDrawItem(), and TfrmPlaylist::lstSongsDrawItemGlass().
| TfrmPlaylist* frmPlaylist |
Definition at line 42 of file PlaylistF.cpp.
Referenced by TdmRemote::DropFiles(), TfrmMain::FormShow(), TfrmMain::HideMain(), TdmRemote::NewSongExecute(), TfrmMain::pgSettingsDockDrop(), TdmRemote::PlaylistRefreshExecute(), TdmRemote::PlaylistRefreshStatsExecute(), TfrmMain::StartDock(), TdmRemote::ViewPlaylistExecute(), and WinMain().
| const int Offset = 4 |
Definition at line 40 of file PlaylistF.cpp.
Referenced by TfrmPlaylist::lstSongsDrawItem(), and TfrmPlaylist::lstSongsMouseMove().
| const char* States[odComboBoxEdit+1] |
Definition at line 84 of file PlaylistF.cpp.