|
| Shortcuts_PANEL (wxWindow *parent, wxWindowID id, wxAuiManager *auimanager) |
|
int | LoadShortcutList (bool bStoreShortcutinmemory=false) |
| Load Shortcut into the Shortcut list.
|
|
void | SetProjectOpen (bool bStatus=true) |
|
void | SetDataBase (DataBaseTM *database) |
| Setter for the Database.
|
|
| ManagedAuiWnd (wxAuiManager *AuiManager) |
|
void | AddManagedPane (wxWindow *window, const wxAuiPaneInfo &paneinfo, bool bShow=FALSE) |
|
void | ShowPanel () |
|
void | HidePanel () |
|
bool | IsPanelShown () |
|
|
void | InitValues () |
|
wxAuiManager * | m_AuiMgr |
|
wxString | m_AuiPanelName |
|
◆ LoadShortcutList()
int Shortcuts_PANEL::LoadShortcutList |
( |
bool |
bStoreShortcutinmemory = false | ) |
|
Load Shortcut into the Shortcut list.
This function loads the shortcuts from the DB into the shortcut list layer type is selected by actual list choice.
- Parameters
-
bStoreShortcutinmemory | If set to true, Shortcuts are stored into memory. |
- Returns
- Number of values loaded
- Author
- Lucien Schreiber (c) CREALP 2008
- Date
- 11 December 2008
◆ SetDataBase()
void Shortcuts_PANEL::SetDataBase |
( |
DataBaseTM * |
database | ) |
|
Setter for the Database.
Set database to the panel and to the contained list
- Author
- Lucien Schreiber (c) CREALP 2008
- Date
- 12 December 2008
The documentation for this class was generated from the following files:
- /github/workspace/src/gui/shortcut_panel.h
- /github/workspace/src/gui/shortcut_panel.cpp