| ActivateClient(IWMClient &client) | CWindowManager | |
| ActivateClients(TClients &clients) | CWindowManager | |
| AddClientInTab(IWMClient &client) | CWindowManager | |
| AddListener(CEventHandler *listener, int pool_name=ePool_Default) | CEventHandler | [virtual] |
| AddToolBar(wxToolBar *toolbar) | CWindowManager | |
| ApplyLayout(const objects::CUser_object &layout) | CWindowManager | |
| CEventHandler() | CEventHandler | |
| ClearPostQueue() | CEventHandler | [static] |
| CloseAllClients() | CWindowManager | |
| CloseClient(IWMClient &client) | CWindowManager | |
| CloseClients(const TClients &clients) | CWindowManager | |
| Create(wxWindow *parent, wxWindowID id, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize) | CWindowManager | [virtual] |
| CreateClient(const TFingerprint &fingerprint, wxWindow *parent) | CWindowManager | [virtual] |
| IWMClientFactory::CreateClient(const TFingerprint &fingerprint, wxWindow *parent)=0 | IWMClientFactory | [pure virtual] |
| CWindowManager(wxFrame *frame) | CWindowManager | |
| DECLARE_EVENT_MAP() | CWindowManager | [protected] |
| DECLARE_EVENT_TABLE() | CWindowManager | [protected] |
| DeleteToolBar(const string &name) | CWindowManager | |
| DestroyPostQueue() | CEventHandler | [static] |
| Dispatch(CEvent *evt, EDispatch disp_how, int pool) | CWindowManager | [virtual] |
| CEventHandler::Dispatch(CEvent *evt, EDispatch disp_how=eDispatch_Default, int pool_name=ePool_Default) | CEventHandler | [virtual] |
| EDispatch enum name | CEventHandler | |
| eDispatch_AllHandlers enum value | CEventHandler | |
| eDispatch_Default enum value | CEventHandler | |
| eDispatch_FirstHandler enum value | CEventHandler | |
| eDispatch_SelfOnly enum value | CEventHandler | |
| ePool_Child enum value | CEventHandler | |
| ePool_Default enum value | CEventHandler | |
| ePool_NextAvailable enum value | CEventHandler | |
| ePool_Parent enum value | CEventHandler | |
| ePool_Sibling enum value | CEventHandler | |
| EPoolName enum name | CEventHandler | |
| FireEvent(CEvent *evt, EDispatch disp_how=eDispatch_Default, int pool_name=ePool_Default) | CEventHandler | [virtual] |
| FOnPostCallback typedef | CEventHandler | |
| GetActiveClient() | CWindowManager | |
| GetAllClients(TClients &clients) | CWindowManager | |
| GetClientByWindow(wxWindow *widget) | CWindowManager | [virtual] |
| GetEventMap() const | CEventHandler | [protected, virtual] |
| GetFrameWindow() | CWindowManager | |
| GetListeners(int pool_name=ePool_Default) const | CEventHandler | [virtual] |
| GetMenu() | CWindowManager | [virtual] |
| GetNewFloatingFrameTitle() | CWindowManager | [virtual] |
| GetRootWMContainer() | CWindowManager | |
| HandlePostRequest() | CEventHandler | [static] |
| HasListener(CEventHandler *listener, int pool_name=ePool_Default) const | CEventHandler | [virtual] |
| HasToolBar(const string &name) | CWindowManager | |
| IsFloating(IWMClient &client) const | CWindowManager | |
| IsInMainTab(IWMClient &client) const | CWindowManager | |
| IsMinimized(IWMClient &client) const | CWindowManager | |
| IsRegistered(IWMClient &client) const | CWindowManager | |
| LoadLayout(const objects::CUser_object &layout, IWMClientFactory &factory) | CWindowManager | |
| m_ActiveClient | CWindowManager | [protected] |
| m_ActiveClientTarget | CWindowManager | [protected] |
| m_Advisor | CWindowManager | [protected] |
| m_AuiManager | CWindowManager | [protected] |
| m_Canceled | CWindowManager | [protected] |
| m_ClickPoint | CWindowManager | [protected] |
| m_ClientFactory | CWindowManager | [protected] |
| m_Clients | CWindowManager | [protected] |
| m_CmdToWindow | CWindowManager | [protected] |
| m_DockManager | CWindowManager | [protected] |
| m_DragDockPanel | CWindowManager | [protected] |
| m_FrameWindow | CWindowManager | [protected] |
| m_IsDragging | CWindowManager | [protected] |
| m_Menu | CWindowManager | [protected] |
| m_MenuListener | CWindowManager | [protected] |
| m_Pools | CEventHandler | [protected] |
| m_RegPath | CWindowManager | [protected] |
| m_SavedFocus | CWindowManager | [protected] |
| m_SavedFocusPanel | CWindowManager | [protected] |
| m_WindowToClient | CWindowManager | [protected] |
| Minimize(IWMClient &client) | CWindowManager | |
| MoveToFloatingFrame(IWMClient &client) | CWindowManager | |
| MoveToMainTab(IWMClient &client) | CWindowManager | |
| OnActivateWindow(wxCommandEvent &event) | CWindowManager | |
| OnCaptionPanelCommand(IDockPanel &panel, TCmdID cmd) | CWindowManager | [virtual] |
| OnCloseClientsRequest(const TClients &clients) | CWindowManager | [virtual] |
| OnCloseClientsRequestEvent(CEvent *evt) | CWindowManager | |
| OnCommand(const TCmdID cmd) | CWindowManager | [protected, virtual] |
| OnDockPanelStartDrag(CDockPanel *panel, const wxPoint &pt) | CWindowManager | |
| OnEvent(CEvent *evt) | CEventHandler | [virtual] |
| OnFocusChanged(wxWindow *new_focus) | CWindowManager | [virtual] |
| OnLeftUp(wxMouseEvent &evt) | CWindowManager | |
| OnMotion(wxMouseEvent &evt) | CWindowManager | |
| OnMouseCaptureLost(wxMouseCaptureLostEvent &event) | CWindowManager | |
| OnMoveToTopLevel(CEvent *evt) | CWindowManager | |
| OnPostCommand(CEvent *evt) | CWindowManager | |
| OnSetClientColor(IDockPanel &panel) | CWindowManager | |
| OnShowWindowsDlg(wxCommandEvent &event) | CWindowManager | |
| OnUpdateWindowCommand(wxUpdateUIEvent &event) | CWindowManager | |
| OnUpdateWindowCommand_Client(wxUpdateUIEvent &event, IWMClient *client) | CWindowManager | |
| OnWindowCommand(wxCommandEvent &event) | CWindowManager | |
| Post(CRef< CEvent > evt, EDispatch disp_how=eDispatch_Default, int pool_name=ePool_Default) | CEventHandler | [virtual] |
| ProcessEvent(wxEvent &event) | CWindowManager | [virtual] |
| RefreshClient(IWMClient &client) | CWindowManager | |
| RegisterImageAliases(wxFileArtProvider &provider) | CWindowManager | [static] |
| RemoveAllListeners(void) | CEventHandler | [virtual] |
| RemoveListener(CEventHandler *listener) | CEventHandler | [virtual] |
| Restore(IWMClient &client) | CWindowManager | |
| SaveLayout() | CWindowManager | |
| Send(CEvent *evt, EDispatch disp_how=eDispatch_Default, int pool_name=ePool_Default) | CEventHandler | [virtual] |
| Send(CEvent *evt, int pool_name) | CEventHandler | [virtual] |
| SetAdvisor(IWindowManagerAdvisor *advisor) | CWindowManager | [virtual] |
| SetMenuListener(IWindowManagerMenuListener *listener) | CWindowManager | [virtual] |
| SetPostCallback(FOnPostCallback callback) | CEventHandler | [static] |
| SetRegistryPath(const string ®_path) | CWindowManager | [virtual] |
| sm_EvtMap | CEventHandler | [protected, static] |
| TClients typedef | CWindowManager | |
| TCmdToWindowMap typedef | CWindowManager | [protected] |
| TEvent typedef | CWindowManager | |
| TFingerprint typedef | IWMClientFactory | |
| TFrame typedef | CWindowManager | |
| THandlerToCount typedef | CEventHandler | |
| TListeners typedef | CEventHandler | |
| TParent typedef | CWindowManager | [private] |
| TPools typedef | CEventHandler | |
| TPostRequests typedef | CEventHandler | |
| TWindowToClientMap typedef | CWindowManager | [protected] |
| UpdateMenuBar(wxMenu &_menu) | CWindowManager | [virtual] |
| x_AddClient(IWMClient &client) | CWindowManager | [protected] |
| x_AddListenerToPool(CEventHandler *listener, int pool_name) | CEventHandler | [protected] |
| x_CloseClient(IWMClient &client) | CWindowManager | [protected] |
| x_DeclareDead() | CEventHandler | [protected] |
| x_GetCaptionPanelByWindow(wxWindow *widget) | CWindowManager | [protected] |
| x_GetClientLabelForMenu(IWMClient &client) | CWindowManager | [protected] |
| x_HandlePanelCommand(IWMClient &client, int cmd) | CWindowManager | [protected] |
| x_OnBeginDrag(const wxPoint &mouse_pos) | CWindowManager | [protected, virtual] |
| x_OnDrag(const wxPoint &mouse_pos) | CWindowManager | [protected, virtual] |
| x_OnEndDrag(const wxPoint &mouse_pos, CDockManager::EDragResult result) | CWindowManager | [protected, virtual] |
| x_RegisterClient(IWMClient &client) | CWindowManager | [protected] |
| x_RemoveClient(IWMClient &client) | CWindowManager | [protected] |
| x_ResetMenuBar() | CWindowManager | [protected, virtual] |
| x_SetActiveClient(wxWindow *focused) | CWindowManager | [protected, virtual] |
| x_UnRegisterClient(IWMClient &client) | CWindowManager | [protected] |
| x_UpdateActiveClient() | CWindowManager | [protected, virtual] |
| x_UpdateListener(IWMClient &client) | CWindowManager | [protected] |
| x_UpdateWindowsMenu(wxMenu &root_menu) | CWindowManager | [protected, virtual] |
| ~CEventHandler() | CEventHandler | [virtual] |
| ~CWindowManager() | CWindowManager | [virtual] |
| ~IWindowManager() | IWindowManager | [inline, virtual] |
| ~IWMClientFactory() | IWMClientFactory | [inline, virtual] |