![]() |
The Winamp Remote Control suite
a remote control client and plugin for Winamp 2.x, 5.x
|
#include <Classes.hpp>#include <Controls.hpp>#include <StdCtrls.hpp>#include <Forms.hpp>#include <ActnList.hpp>#include <Dialogs.hpp>#include "IWinamp.h"#include "waint.h"#include "MainF.h"#include "PlaylistF.h"#include "SettingsF.h"#include "CommandF.h"#include "ClientConfig.h"Go to the source code of this file.
Classes | |
| class | TdmRemote |
Variables | |
| PACKAGE TdmRemote * | dmRemote |
| PACKAGE TdmRemote* dmRemote |
Definition at line 19 of file remoteDM.cpp.
Referenced by TfrmSettings::BarsChange(), TfrmCommands::FormCreate(), TfrmPlaylist::FormCreate(), TfrmSettings::FormCreate(), TfrmMain::FormCreate(), TfrmCommands::FormDestroy(), TfrmSettings::FormDestroy(), TfrmPlaylist::FormDestroy(), TfrmMain::FormDestroy(), TfrmMain::IconHandle(), TfrmPlaylist::lstSongsDblClick(), TfrmPlaylist::lstSongsDragDrop(), TfrmPlaylist::mnuRefreshClick(), TfrmPlaylist::pbSongPosMouseMove(), TfrmSettings::tbBalanceChange(), TfrmSettings::tbVolumeChange(), TfrmSettings::UpdateBars(), and WinMain().