The Winamp Remote Control suite
a remote control client and plugin for Winamp 2.x, 5.x
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
TfrmAbout Class Reference

#include <AboutF.h>

List of all members.

Public Member Functions

void __fastcall FormCreate (TObject *Sender)
void __fastcall FormDestroy (TObject *Sender)
void __fastcall FormMouseDown (TObject *Sender, TMouseButton Button, TShiftState Shift, int X, int Y)
void __fastcall FormMouseMove (TObject *Sender, TShiftState Shift, int X, int Y)
void __fastcall FormMouseUp (TObject *Sender, TMouseButton Button, TShiftState Shift, int X, int Y)
void __fastcall FormPaint (TObject *Sender)
void __fastcall FormResize (TObject *Sender)
void __fastcall FormKeyPress (TObject *Sender, char &Key)
void __fastcall FormKeyDown (TObject *Sender, WORD &Key, TShiftState Shift)
void __fastcall IdleHandler (TObject *Sender)
void __fastcall FormShow (TObject *Sender)
__fastcall TfrmAbout (TComponent *Owner)

Public Attributes

TPanel * TheControl
TTimer * tmrMain

Protected Member Functions

void __fastcall WMPaletteChanged (TMessage &Msg)
void __fastcall WMQueryNewPalette (TMessage &Msg)

Detailed Description

Definition at line 15 of file AboutF.h.


Constructor & Destructor Documentation

__fastcall TfrmAbout::TfrmAbout ( TComponent *  Owner)

Definition at line 63 of file AboutF.cpp.


Member Function Documentation

void __fastcall TfrmAbout::FormCreate ( TObject *  Sender)

Definition at line 96 of file AboutF.cpp.

void __fastcall TfrmAbout::FormDestroy ( TObject *  Sender)

Definition at line 105 of file AboutF.cpp.

void __fastcall TfrmAbout::FormKeyDown ( TObject *  Sender,
WORD &  Key,
TShiftState  Shift 
)

Definition at line 214 of file AboutF.cpp.

void __fastcall TfrmAbout::FormKeyPress ( TObject *  Sender,
char &  Key 
)

Definition at line 148 of file AboutF.cpp.

void __fastcall TfrmAbout::FormMouseDown ( TObject *  Sender,
TMouseButton  Button,
TShiftState  Shift,
int  X,
int  Y 
)

Definition at line 113 of file AboutF.cpp.

void __fastcall TfrmAbout::FormMouseMove ( TObject *  Sender,
TShiftState  Shift,
int  X,
int  Y 
)

Definition at line 120 of file AboutF.cpp.

void __fastcall TfrmAbout::FormMouseUp ( TObject *  Sender,
TMouseButton  Button,
TShiftState  Shift,
int  X,
int  Y 
)

Definition at line 126 of file AboutF.cpp.

void __fastcall TfrmAbout::FormPaint ( TObject *  Sender)

Definition at line 132 of file AboutF.cpp.

void __fastcall TfrmAbout::FormResize ( TObject *  Sender)

Definition at line 141 of file AboutF.cpp.

void __fastcall TfrmAbout::FormShow ( TObject *  Sender)

Definition at line 246 of file AboutF.cpp.

void __fastcall TfrmAbout::IdleHandler ( TObject *  Sender)

Definition at line 241 of file AboutF.cpp.

void __fastcall TfrmAbout::WMPaletteChanged ( TMessage &  Msg)
protected

Definition at line 70 of file AboutF.cpp.

void __fastcall TfrmAbout::WMQueryNewPalette ( TMessage &  Msg)
protected

Definition at line 83 of file AboutF.cpp.


Member Data Documentation

TPanel* TfrmAbout::TheControl

Definition at line 18 of file AboutF.h.

Referenced by FormCreate(), FormDestroy(), FormMouseDown(), and FormPaint().

TTimer* TfrmAbout::tmrMain

Definition at line 19 of file AboutF.h.

Referenced by FormShow().


The documentation for this class was generated from the following files: