#include <albaGUIDockManager.h>
|
virtual bool | AddPane (wxWindow *window, const wxPaneInfo &pane_info, const wxString &menu=_("&View"), const wxString &subMenu=wxEmptyString) |
|
virtual bool | AddPane (wxWindow *window, int direction=wxLEFT, const wxString &caption=wxEmptyString) |
|
virtual void | Update () |
|
| wxFrameManager (wxFrame *frame=NULL, unsigned int flags=wxAUI_MGR_DEFAULT) |
|
virtual | ~wxFrameManager () |
|
void | UnInit () |
|
void | SetFlags (unsigned int flags) |
|
unsigned int | GetFlags () const |
|
void | SetFrame (wxFrame *frame) |
|
wxFrame * | GetFrame () const |
|
void | SetArtProvider (wxDockArt *art_provider) |
|
wxDockArt * | GetArtProvider () const |
|
wxPaneInfo & | GetPane (wxWindow *window) |
|
wxPaneInfo & | GetPane (const wxString &name) |
|
wxPaneInfoArray & | GetAllPanes () |
|
virtual bool | AddPane (wxWindow *window, const wxPaneInfo &pane_info) |
|
virtual bool | AddPane (wxWindow *window, int direction=wxLEFT, const wxString &caption=wxEmptyString) |
|
bool | InsertPane (wxWindow *window, const wxPaneInfo &pane_info, int insert_level=wxAUI_INSERT_PANE) |
|
bool | DetachPane (wxWindow *window) |
|
wxString | SavePerspective () |
|
bool | LoadPerspective (const wxString &perspective, bool update=true) |
|
virtual void | Update () |
|
|
void | AddMenuItem (wxWindow *window, const wxString &caption=wxEmptyString, const wxString &menu=_("&View"), const wxString &subMenu=wxEmptyString) |
|
void | UpdateMenuItems () |
|
class name: albaGUIDockManager Represent a frame manager for gui dock elements.
Definition at line 964 of file albaGUIDockManager.h.
◆ AddPane() [1/2]
virtual bool albaGUIDockManager::AddPane |
( |
wxWindow * |
window, |
|
|
const wxPaneInfo & |
pane_info, |
|
|
const wxString & |
menu = _("&View") , |
|
|
const wxString & |
subMenu = wxEmptyString |
|
) |
| |
|
virtual |
◆ AddPane() [2/2]
virtual bool albaGUIDockManager::AddPane |
( |
wxWindow * |
window, |
|
|
int |
direction = wxLEFT , |
|
|
const wxString & |
caption = wxEmptyString |
|
) |
| |
|
virtual |
◆ Update()
virtual void albaGUIDockManager::Update |
( |
| ) |
|
|
virtual |
◆ AddMenuItem()
void albaGUIDockManager::AddMenuItem |
( |
wxWindow * |
window, |
|
|
const wxString & |
caption = wxEmptyString , |
|
|
const wxString & |
menu = _("&View") , |
|
|
const wxString & |
subMenu = wxEmptyString |
|
) |
| |
|
protected |
◆ UpdateMenuItems()
void albaGUIDockManager::UpdateMenuItems |
( |
| ) |
|
|
protected |
The documentation for this class was generated from the following file: