#include <cWindowFrame.h>
Inheritance diagram for cWindowFrame:

Public Member Functions | |
| cWindowFrame (const wxString sTitle, const int iPosX, const int iPosY, int iWidth, int iHeight) | |
| Constructor. | |
| ~cWindowFrame (void) | |
| Destructor. | |
| void | EnableNotebook (void) |
| Enable wxNotebook. | |
| void | SetPrgTitle (string sTitle) |
| Set title of the software. | |
| void | DisplayInfoListCtrl (void) |
| Display list of files with their General info. | |
Protected Types | |
| enum | { MENU_FILE_OPEN_DB, MENU_FILE_CONNECT, MENU_FILE_QUIT, MENU_OPTIONS_PREFERENCES, MENU_HELP_ABOUT } |
Private Member Functions | |
| void | Init (void) |
| void | DrawFrame (void) |
| Draw Main Window. | |
| void | CreateFileMenu (wxMenuBar *MenuBar) |
| void | CreateOptionsMenu (wxMenuBar *MenuBar) |
| void | CreateHelpMenu (wxMenuBar *MenuBar) |
Private Attributes | |
| wxMenuBar * | m_pMenuBar |
| wxMenu * | m_pFileMenu |
| wxMenu * | m_pOptionsMenu |
| wxMenu * | m_pHelpMenu |
| wxNotebook * | m_pNotebook |
| cFileTabGuiAct * | pFileTab |
| cMovieTabGuiAct * | pMovieTab |
| cSoftwareTabGuiAct * | pSoftwareTab |
| cMusicTabGuiAct * | pMusicTab |
| string | m_sTitle |
|
|
|
|
||||||||||||||||||||||||
|
Constructor.
|
|
|
Destructor.
|
|
|
|
|
|
|
|
|
|
|
|
Display list of files with their General info.
|
|
|
Draw Main Window.
|
|
|
Enable wxNotebook.
|
|
|
|
|
|
Set title of the software.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.2