![]() |
The Winamp Remote Control suite
a remote control client and plugin for Winamp 2.x, 5.x
|
#include <GlassExtender.h>
Classes | |
struct | _DTTOPTS |
struct | _MARGINS |
Public Member Functions | |
virtual __fastcall | GlassExtender (TForm *AOwner) |
virtual __fastcall | ~GlassExtender (void) |
bool | isCompositionActive () |
bool | drawGlowText (HDC dc, const AnsiString &item, const TRect &itemRect, bool current) |
Class to encapsulate handling extending Glass on Aero into the entire window frame
Definition at line 24 of file GlassExtender.h.
|
virtual |
Constructor - can only be constructed on a TForm instance. Loads dwmapi dynamically
AOwner |
Definition at line 121 of file GlassExtender.cpp.
|
virtual |
Destructor - unloads dwmapi
Definition at line 162 of file GlassExtender.cpp.
bool GlassExtender::drawGlowText | ( | HDC | dc, |
const AnsiString & | item, | ||
const TRect & | itemRect, | ||
bool | current | ||
) |
Definition at line 79 of file GlassExtender.cpp.
Referenced by TfrmPlaylist::lstSongsDrawItemGlass().
bool GlassExtender::isCompositionActive | ( | ) |
Definition at line 48 of file GlassExtender.cpp.
Referenced by TfrmCommands::FormShow(), and TfrmPlaylist::FormShow().