#include <main.h>
Public Member Functions | |
MainFrame (const wxChar *title) | |
~MainFrame () | |
void | ToTray (wxCommandEvent &event) |
void | ToTrayInner () |
Public Attributes | |
CChannelTree * | channelTree |
CSpotList * | spotList |
CSpotView * | spotView |
wxMenu * | viewMenu |
wxStaticText * | spotHeaderTitle |
wxHyperLink * | spotHeaderLink |
CTrayIcon * | trayIcon |
CInfoFrame * | infoFrame |
wxStatusBar * | statusBar |
Static Public Attributes | |
static int | updateTimerLoops = 0 |
|
Cstr. Constructs all the main controls (tree control, list control, splitters, etc.)
|
|
Dstr. |
|
Hides the main frame and shows the tray icon. |
|
Tree control with channels and folders. |
|
Small window for information about new spots. |
|
Spot clickable link - shown above spotview. |
|
Spot title - show above spotview. |
|
List control with spots (channel <items>). |
|
Detailed view of the selected spot. |
|
Status bar. |
|
Program tray icon. |
|
How many times the updating timer ticked. |
|
View menu. |