![]() |
The Winamp Remote Control suite
a remote control client and plugin for Winamp 2.x, 5.x
|
#include <MainF.h>
Public Member Functions | |
| void __fastcall | HideMain (TObject *Sender) |
| void __fastcall | FormShow (TObject *Sender) |
| void __fastcall | btnCloseClick (TObject *Sender) |
| void __fastcall | FormCreate (TObject *Sender) |
| void __fastcall | MainTimer (TObject *Sender) |
| void __fastcall | FormCloseQuery (TObject *Sender, bool &CanClose) |
| void __fastcall | lstTimerClick (TObject *Sender) |
| void __fastcall | AddressChange (TObject *Sender) |
| void __fastcall | DelayTimer (TObject *Sender) |
| void __fastcall | FormDockOver (TObject *Sender, TDragDockObject *Source, int X, int Y, TDragState State, bool &Accept) |
| void __fastcall | StartDock (TObject *Sender, TDragDockObject *&DragObject) |
| void __fastcall | pgSettingsDockDrop (TObject *Sender, TDragDockObject *Source, int X, int Y) |
| void __fastcall | DetailsExecute (TObject *Sender) |
| void __fastcall | sbMainDrawPanel (TStatusBar *StatusBar, TStatusPanel *Panel, const TRect &Rect) |
| void __fastcall | FormDestroy (TObject *Sender) |
| void __fastcall | FormClose (TObject *Sender, TCloseAction &Action) |
| void __fastcall | NullAddressChange (TObject *Sender) |
| virtual __fastcall | TfrmMain (TComponent *Owner) |
| HANDLE __fastcall | IconHandle (void) |
| bool __fastcall | TrayMessage (DWORD dwMessage) |
Public Attributes | |
| TPopupMenu * | pmnuMain |
| TMenuItem * | mnuShow |
| TMenuItem * | mnuPause |
| TMenuItem * | mnuShutDown |
| TMenuItem * | N1 |
| TMenuItem * | N2 |
| TMenuItem * | mnuPlay |
| TMenuItem * | mnuAbout |
| TMenuItem * | mnuPlaylist |
| TMenuItem * | mnuStop |
| TMenuItem * | mnuStopFade |
| TMenuItem * | mnuStopCurrent |
| TMenuItem * | mnuVolume |
| TMenuItem * | mnuVolumeUp |
| TMenuItem * | mnuVolumeDown |
| TMenuItem * | mnuVolumeUpMore |
| TMenuItem * | mnuVolumeDownMore |
| TMenuItem * | mnuForward5 |
| TMenuItem * | mnuBack5 |
| TMainMenu * | mnuMain |
| TMenuItem * | mnuFile |
| TMenuItem * | mnuFileExit |
| TMenuItem * | mnuHelp |
| TMenuItem * | mnuHelpAbout |
| TMenuItem * | Pause1 |
| TMenuItem * | Play1 |
| TMenuItem * | Stop1 |
| TMenuItem * | MoreStops1 |
| TMenuItem * | StopafterCurrent1 |
| TMenuItem * | StopWithFade1 |
| TMenuItem * | Playlist1 |
| TMenuItem * | Volume1 |
| TMenuItem * | Down1 |
| TMenuItem * | Up1 |
| TMenuItem * | Forward51 |
| TMenuItem * | Back51 |
| TMenuItem * | mnuActions |
| TMenuItem * | mnuPlaceOnTray |
| TTimer * | timerMain |
| TMenuItem * | mnuSetVolume0 |
| TMenuItem * | mnuSetVolume100 |
| TMenuItem * | Volumezero1 |
| TMenuItem * | Volumefull1 |
| TMenuItem * | mnuShuffle |
| TMenuItem * | mnuRepeat |
| TMenuItem * | Shuffletoggle1 |
| TMenuItem * | Repeattoggle1 |
| TMenuItem * | mnuAdministerPlayList |
| TMenuItem * | Administer1 |
| TMenuItem * | mnuShowSettings |
| TMenuItem * | ViewEditSettings1 |
| TMenuItem * | Actions1 |
| TMenuItem * | mnuNext |
| TMenuItem * | mnuPrevious |
| TMenuItem * | mnuStart |
| TMenuItem * | mnuEnd |
| TMenuItem * | mnuDelete |
| TMenuItem * | mnuAddFiles |
| TMenuItem * | mnuAddPlayList |
| TMenuItem * | mnuPlayfromStart |
| TMenuItem * | mnuAddDirectory |
| TMenuItem * | Actions2 |
| TMenuItem * | Next1 |
| TMenuItem * | Previous1 |
| TMenuItem * | Start1 |
| TMenuItem * | End1 |
| TMenuItem * | Delete1 |
| TMenuItem * | PlayfromStart2 |
| TMenuItem * | AddFiles2 |
| TMenuItem * | AddPlayList1 |
| TMenuItem * | AddDirectory1 |
| TMenuItem * | mnuCommands |
| TMenuItem * | ViewToolbar1 |
| TMenuItem * | mnuViewCommands |
| TStatusBar * | sbMain |
| TImageList * | imlActions |
| TMenuItem * | N501 |
| TMenuItem * | N502 |
| TImage * | icoTrayIcon |
| TMenuItem * | mnuMore |
| TMenuItem * | UpMore1 |
| TMenuItem * | DownMore1 |
| TImageList * | imlCommandsHot |
| TImageList * | imlCommandsCool |
| TImageList * | imlTrayIcons |
| TMenuItem * | LocateServers1 |
| TMenuItem * | N3 |
| TMenuItem * | N4 |
| TMenuItem * | N5 |
| TMenuItem * | N6 |
| TMenuItem * | N7 |
| TMenuItem * | mnuDetails |
| TMenuItem * | mnuNextwithFade |
| TMenuItem * | NextwithFade2 |
| TMenuItem * | mnuPreviouswithFade |
| TPageControl * | pgSettings |
| TTabSheet * | tbsMain |
| TPanel * | pnlWinampBottom |
| TPanel * | pnlIcon |
| TLabel * | lblVersion |
| TLabel * | lblMessage |
| TTabSheet * | tbsPreferences |
| TBevel * | bvl3 |
| TLabel * | lblUpdate |
| TLabel * | lblStartupActions |
| TLabel * | lblSongChange |
| TCheckBox * | chkAutoHide |
| TCheckBox * | chkAutoRestore |
| TRadioButton * | rbSongChange |
| TRadioButton * | rbPlaylistChange |
| TCheckBox * | chkFadeOld |
| TEdit * | ebEndPoint |
| TEdit * | ebAddress |
| TButton * | btnLocate |
| TListBox * | lstTimer |
| TLabel * | lblTimer |
| int | CurrentIndex |
| int | LastIndex |
| int | LastLength |
|
virtual |
| void __fastcall TfrmMain::AddressChange | ( | TObject * | Sender | ) |
| void __fastcall TfrmMain::btnCloseClick | ( | TObject * | Sender | ) |
| void __fastcall TfrmMain::DetailsExecute | ( | TObject * | Sender | ) |
| void __fastcall TfrmMain::FormClose | ( | TObject * | Sender, |
| TCloseAction & | Action | ||
| ) |
| void __fastcall TfrmMain::FormCloseQuery | ( | TObject * | Sender, |
| bool & | CanClose | ||
| ) |
| void __fastcall TfrmMain::FormDockOver | ( | TObject * | Sender, |
| TDragDockObject * | Source, | ||
| int | X, | ||
| int | Y, | ||
| TDragState | State, | ||
| bool & | Accept | ||
| ) |
| void __fastcall TfrmMain::HideMain | ( | TObject * | Sender | ) |
Definition at line 218 of file MainF.cpp.
Referenced by MainTimer().
| HANDLE __fastcall TfrmMain::IconHandle | ( | void | ) |
Definition at line 154 of file MainF.cpp.
Referenced by TrayMessage().
| void __fastcall TfrmMain::lstTimerClick | ( | TObject * | Sender | ) |
| void __fastcall TfrmMain::MainTimer | ( | TObject * | Sender | ) |
Definition at line 445 of file MainF.cpp.
Referenced by DelayTimer(), and TdmRemote::LocateServersExecute().
| void __fastcall TfrmMain::NullAddressChange | ( | TObject * | Sender | ) |
| void __fastcall TfrmMain::pgSettingsDockDrop | ( | TObject * | Sender, |
| TDragDockObject * | Source, | ||
| int | X, | ||
| int | Y | ||
| ) |
| void __fastcall TfrmMain::sbMainDrawPanel | ( | TStatusBar * | StatusBar, |
| TStatusPanel * | Panel, | ||
| const TRect & | Rect | ||
| ) |
| void __fastcall TfrmMain::StartDock | ( | TObject * | Sender, |
| TDragDockObject *& | DragObject | ||
| ) |
| bool __fastcall TfrmMain::TrayMessage | ( | DWORD | dwMessage | ) |
Definition at line 124 of file MainF.cpp.
Referenced by FormClose(), FormShow(), and HideMain().
| int TfrmMain::CurrentIndex |
Definition at line 186 of file MainF.h.
Referenced by TfrmPlaylist::lstSongsDrawItem(), and TfrmPlaylist::lstSongsDrawItemGlass().
| TEdit* TfrmMain::ebAddress |
Definition at line 141 of file MainF.h.
Referenced by FormCreate(), and TdmRemote::LocateServersExecute().
| TEdit* TfrmMain::ebEndPoint |
Definition at line 140 of file MainF.h.
Referenced by FormCreate(), and TdmRemote::LocateServersExecute().
| TImage* TfrmMain::icoTrayIcon |
Definition at line 107 of file MainF.h.
Referenced by IconHandle().
| TImageList* TfrmMain::imlTrayIcons |
Definition at line 113 of file MainF.h.
Referenced by IconHandle(), and sbMainDrawPanel().
| TListBox* TfrmMain::lstTimer |
Definition at line 143 of file MainF.h.
Referenced by lstTimerClick().
| TMenuItem* TfrmMain::mnuPause |
Definition at line 31 of file MainF.h.
Referenced by IconHandle().
| TMenuItem* TfrmMain::mnuShow |
Definition at line 30 of file MainF.h.
Referenced by FormShow().
| TMenuItem* TfrmMain::Pause1 |
Definition at line 53 of file MainF.h.
Referenced by IconHandle().
| TPageControl* TfrmMain::pgSettings |
Definition at line 124 of file MainF.h.
Referenced by FormCreate(), FormShow(), pgSettingsDockDrop(), and StartDock().
| TStatusBar* TfrmMain::sbMain |
Definition at line 103 of file MainF.h.
Referenced by DelayTimer().
| TTabSheet* TfrmMain::tbsMain |
Definition at line 125 of file MainF.h.
Referenced by FormCreate(), and FormShow().
| TTimer* TfrmMain::timerMain |
Definition at line 67 of file MainF.h.
Referenced by DelayTimer(), FormShow(), TdmRemote::LocateServersExecute(), and lstTimerClick().