| ActivateClient(IWMClient &client) | CWindowManager | |
| ActivateClients(TClients &clients) | CWindowManager | |
| AddClient(IWMClient &client, IWMContainer &cont, const IWMPosition &pos) | CWindowManager | |
| AddClientInFrame(IWMClient &client) | CWindowManager | |
| AddClientInTab(IWMClient &client) | CWindowManager | |
| AddClientToDock(IWMClient &client, const string &dock_pos) | CWindowManager | |
| AddListener(CEventHandler *listener, int pool_name=ePool_Default) | CEventHandler | [virtual] |
| CCommandTarget() | CCommandTarget | |
| CEventHandler() | CEventHandler | |
| ClearPostQueue() | CEventHandler | [static] |
| CloseAllClients() | CWindowManager | |
| CloseClient(IWMClient &client) | CWindowManager | |
| Contains(IWMClient &client) const | CWindowManager | |
| CWindowManager(CResourceManager &res_mgr) | CWindowManager | |
| DECLARE_EVENT_MAP() | CWindowManager | [protected] |
| DestroyPostQueue() | CEventHandler | [static] |
| Dispatch(CEvent *evt, EDispatch disp_how, int pool) | CWindowManager | [virtual] |
| CCommandTarget::Dispatch(CEvent *evt, EDispatch disp_how=eDispatch_Default, int pool_name=ePool_Default) | CEventHandler | [virtual] |
| eActivate enum value | CWindowManager | |
| EAddOption enum name | CWindowManager | [protected] |
| eAddToContainer enum value | CWindowManager | [protected] |
| eAddToFrame enum value | CWindowManager | [protected] |
| eAddToRootTab enum value | CWindowManager | [protected] |
| EClientState enum name | CWindowManager | |
| EDispatch enum name | CEventHandler | |
| eDispatch_AllHandlers enum value | CEventHandler | |
| eDispatch_Default enum value | CEventHandler | |
| eDispatch_FirstHandler enum value | CEventHandler | |
| eDispatch_SelfOnly enum value | CEventHandler | |
| eEmbedded enum value | CWindowManager | |
| eFloating enum value | CWindowManager | |
| EFrameCmd enum name | CWindowManager | |
| eHidden enum value | CWindowManager | |
| eInvalidClientState enum value | CWindowManager | |
| eMaximize enum value | CWindowManager | |
| eMinimize enum value | CWindowManager | |
| 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 | |
| eRestore enum value | CWindowManager | |
| FireEvent(CEvent *evt, EDispatch disp_how=eDispatch_Default, int pool_name=ePool_Default) | CEventHandler | [virtual] |
| FOnPostCallback typedef | CEventHandler | |
| FrameCommand(IWMClient &client, EFrameCmd cmd) | CWindowManager | |
| GetActiveClient() | CWindowManager | |
| GetAllClients(vector< IWMClient * > &clients) | CWindowManager | |
| GetCaptionPanelMenu(CWMCaptionPanel &panel) | CWindowManager | [virtual] |
| GetClientState(IWMClient &client) | CWindowManager | |
| GetDockPos(IWMClient &client) | CWindowManager | [virtual] |
| GetDockPosLabel(IWMClient &client) | CWindowManager | [virtual] |
| GetEventMap() const | CEventHandler | [protected, virtual] |
| GetListeners(int pool_name=ePool_Default) const | CEventHandler | [virtual] |
| GetMenu() | CWindowManager | [virtual] |
| GetPopupItems(IWMContainer &container, const IWMPosition &pos, vector< CMenuItem * > &items) | CWindowManager | [virtual] |
| GetResourceManager() | CWindowManager | [virtual] |
| GetRootWMContainer() | CWindowManager | |
| HandlePostRequest() | CEventHandler | [static] |
| HasListener(CEventHandler *listener, int pool_name=ePool_Default) const | CEventHandler | [virtual] |
| IsMaximized() const | CWindowManager | |
| LayoutToUserObject(const IWMContainer &cont) const | CWindowManager | [virtual] |
| LoadSettings() | CWindowManager | |
| m_ActiveClient | CWindowManager | [protected] |
| m_ActiveClientTarget | CWindowManager | [protected] |
| m_bEnableFloating | CWindowManager | [protected] |
| m_ClientToRec | CWindowManager | [protected] |
| m_CmdToWindow | CWindowManager | [protected] |
| m_DefFrameH | CWindowManager | [protected] |
| m_DefFrameW | CWindowManager | [protected] |
| m_DockContainer | CWindowManager | [protected] |
| m_FrameWindow | CWindowManager | [protected] |
| m_FrameX | CWindowManager | [protected] |
| m_FrameY | CWindowManager | [protected] |
| m_MaximizedPanel | CWindowManager | [protected] |
| m_Pools | CEventHandler | [protected] |
| m_PosIncr | CWindowManager | [protected] |
| m_PrevFocus | CWindowManager | [protected] |
| m_PseudoCmdCount | CWindowManager | [protected] |
| m_PseudoCmdMap | CWindowManager | [protected] |
| m_RegPath | CWindowManager | [protected] |
| m_ResourceManager | CWindowManager | [protected] |
| m_RestoreCont | CWindowManager | [protected] |
| m_RestorePos | CWindowManager | [protected] |
| m_RootCont | CWindowManager | [protected] |
| m_WidgetToClient | CWindowManager | [protected] |
| MoveClientToFrame(IWMClient &client) | CWindowManager | |
| MoveClientToTab(IWMClient &client) | CWindowManager | |
| OnActivateWindow(TCmdID cmd) | CWindowManager | |
| OnCaptionPanelCommand(CWMCaptionPanel &panel, TCmdID cmd) | CWindowManager | [virtual] |
| OnCaptionPanelUpdateCommand(CWMCaptionPanel &panel, TCmdID cmd, ICmdUI *pCmdUI) | CWindowManager | [virtual] |
| OnCloseClient(CEvent *evt) | CWindowManager | |
| OnCloseContainer(CEvent *evt) | CWindowManager | |
| OnCommand(const TCmdID cmd) | CWindowManager | [protected, virtual] |
| OnContainerCommand(IWMContainer &container, const IWMPosition &pos, TCmdID cmd) | CWindowManager | [virtual] |
| OnContainerUpdateCommand(IWMContainer &container, const IWMPosition &pos, TCmdID cmd, ICmdUI *pCmdUI) | CWindowManager | [virtual] |
| OnDockClient(CEvent *evt) | CWindowManager | |
| OnEvent(CEvent *evt) | CEventHandler | [virtual] |
| OnFlMenuCommand(Fl_Menu_ *menu, void *user_data) | CCommandTarget | [static] |
| OnFocusChanged(Fl_Widget *new_focus) | CWindowManager | |
| OnInsertSplitter(TCmdID cmd) | CWindowManager | |
| OnMaximize(CEvent *evt) | CWindowManager | |
| OnMinimizeClient(CWMCaptionPanel &panel) | CWindowManager | |
| OnMoveToFrame(IWMContainer &container, const IWMPosition &pos) | CWindowManager | |
| OnMoveToTopLevel(CEvent *evt) | CWindowManager | |
| OnResizeClient(TCmdID resize_cmd, CWMCaptionPanel &panel) | CWindowManager | |
| OnRestoreClient(CWMCaptionPanel &panel) | CWindowManager | |
| OnRestoreMaximized() | CWindowManager | |
| OnRestoreMaximizedEvt(CEvent *evt) | CWindowManager | |
| OnRestoreMinimizedClient(CWMCaptionPanel &panel) | CWindowManager | |
| OnSetClientColor(CWMCaptionPanel &panel) | CWindowManager | |
| OnUpdateCommand(const TCmdID cmd, ICmdUI *pCmdUI) | CCommandTarget | [virtual] |
| Post(CRef< CEvent > evt, EDispatch disp_how=eDispatch_Default, int pool_name=ePool_Default) | CEventHandler | [virtual] |
| PostDockEvent(TCmdID cmd, CWMCaptionPanel &panel) | CWindowManager | |
| RemoveAllListeners(void) | CEventHandler | [virtual] |
| RemoveListener(CEventHandler *listener) | CEventHandler | [virtual] |
| SaveSettings() const | CWindowManager | |
| Send(CEvent *evt, EDispatch disp_how=eDispatch_Default, int pool_name=ePool_Default) | CEventHandler | [virtual] |
| Send(CEvent *evt, int pool_name) | CEventHandler | [virtual] |
| SetFrameWindow(CFrameWindow *frame) | CWindowManager | [virtual] |
| SetPostCallback(FOnPostCallback callback) | CEventHandler | [static] |
| SetRegistryPath(const string &path) | CWindowManager | |
| sm_EvtMap | CEventHandler | [protected, static] |
| TClients typedef | CWindowManager | |
| TClientToRecMap typedef | CWindowManager | [protected] |
| TCmdToWindowMap typedef | CWindowManager | [protected] |
| TDockPos typedef | CWindowManager | |
| TEvent typedef | CWindowManager | |
| THandlerToCount typedef | CEventHandler | |
| TListeners typedef | CEventHandler | |
| TPools typedef | CEventHandler | |
| TPostRequests typedef | CEventHandler | |
| TPseudoCmdMap typedef | CWindowManager | [protected] |
| TWidgetToClientMap typedef | CWindowManager | [protected] |
| UpdateMenu(CMenuItem &root) | CWindowManager | [virtual] |
| x_AddClient(IWMClient &client, EAddOption option, IWMContainer *cont=NULL, const IWMPosition *pos=NULL) | CWindowManager | [protected] |
| x_AddListenerToPool(CEventHandler *listener, int pool_name) | CEventHandler | [protected] |
| x_CascadeClose(IWMContainer &container, Fl_Widget *child) | CWindowManager | [protected] |
| x_ChildToUserObject(const IWMContainer::TChild *child) const | CWindowManager | [protected, virtual] |
| x_Close(IWMContainer &container, const IWMPosition &pos) | CWindowManager | [protected] |
| x_CloseClient(IWMClient &client) | CWindowManager | [protected] |
| x_CreateRootContainers() | CWindowManager | [protected, virtual] |
| x_CreateWindowFromUserObject(IWMContainer *cont, const IWMPosition *pos, const objects::CUser_object &descr) | CWindowManager | [protected, virtual] |
| x_DeclareDead() | CEventHandler | [protected, virtual] |
| x_GeneratePseudoCommand(IWMClient &client, int cmd) | CWindowManager | [protected] |
| x_GetCaptionPanelByClient(Fl_Widget *widget) | CWindowManager | [protected] |
| x_GetCaptionPanelByClient(IWMClient &client) | CWindowManager | [protected] |
| x_GetCaptionPanelByWidget(Fl_Widget *widget) | CWindowManager | [protected] |
| x_GetClientByWidget(Fl_Widget *widget) const | CWindowManager | [protected] |
| x_GetClientByWidget(const Fl_Widget *widget) const | CWindowManager | [protected] |
| x_GetClientLabelForMenu(IWMClient &client) | CWindowManager | [protected] |
| x_GetClientRec(IWMClient *client) | CWindowManager | [protected] |
| x_GetClientRec(IWMClient *client) const | CWindowManager | [protected] |
| x_GetContainerByWidget(IWMClient &client) | CWindowManager | [protected] |
| x_GetDockItems(vector< CMenuItem * > &items) const | CWindowManager | [protected] |
| x_GetFramedClients(TClients &clients) | CWindowManager | [protected] |
| x_GetMoveFromFrameMenu(IWMContainer &container, const IWMPosition &pos) | CWindowManager | [protected] |
| x_GetMoveHereMenu(IWMContainer &container, const IWMPosition &pos) | CWindowManager | [protected] |
| x_InsertClient(IWMClient &client, IWMContainer &container, const IWMPosition &pos, bool minimized=false) | CWindowManager | [protected] |
| x_InsertSplitter(IWMContainer &container, const IWMPosition &pos, CSplitter::EMode mode) | CWindowManager | [protected] |
| x_IsFloatingEnabled() const | CWindowManager | [inline, protected] |
| x_Maximize(IWMClient &client) | CWindowManager | [protected] |
| x_MoveClientToTopLevel(IWMClient &client) | CWindowManager | [protected] |
| x_MoveInContainer(IWMClient &client, IWMContainer &container, const IWMPosition &pos) | CWindowManager | [protected] |
| x_MoveToDockPos(IWMClient &client, TDockPos pos) | CWindowManager | [protected] |
| x_OnContainerUpdateCommand(IWMContainer &container, const IWMPosition &pos, TCmdID cmd, ICmdUI *cmd_ui) | CWindowManager | [protected] |
| x_OnPseudoCommand(IWMContainer &container, const IWMPosition &pos, TCmdID cmd) | CWindowManager | [protected] |
| x_OnSaveLayout(IWMContainer &cont, const IWMPosition *pos) | CWindowManager | [protected, virtual] |
| x_PutClientInFrame(IWMClient &client) | CWindowManager | [protected] |
| x_PutClientInTab(IWMClient &client) | CWindowManager | [protected] |
| x_RegisterClient(IWMClient &client) | CWindowManager | [protected] |
| x_RegisterIcons() | CWindowManager | [protected, virtual] |
| x_RemoveClient(IWMClient &client) | CWindowManager | [protected] |
| x_RemoveClient(SClientRec &rec) | CWindowManager | [protected] |
| x_RemoveContainer(IWMContainer &container) | CWindowManager | [protected] |
| x_ResetMenu() | CWindowManager | [protected] |
| x_RestoreMaximized() | CWindowManager | [protected] |
| x_SetActiveClient(void) | CWindowManager | [protected, virtual] |
| x_UnRegisterClient(IWMClient &client) | CWindowManager | [protected] |
| x_UpdateActiveClient(void) | CWindowManager | [protected, virtual] |
| x_UpdateDockCommand(CWMCaptionPanel &panel, TCmdID cmd, ICmdUI *cmd_ui) | CWindowManager | [protected] |
| x_UpdateListener(IWMClient &client) | CWindowManager | [protected] |
| x_UpdateMinMaxCommand(CWMCaptionPanel &panel, TCmdID cmd, ICmdUI *cmd_ui) | CWindowManager | [protected] |
| x_UpdateWindowsMenu(CMenuItem &root) | CWindowManager | [protected, virtual] |
| x_WrapClientInTabControl(IWMContainer &cont, IWMPosition &pos) | CWindowManager | [protected] |
| ~CCommandTarget() | CCommandTarget | [inline, virtual] |
| ~CEventHandler() | CEventHandler | [virtual] |
| ~CWindowManager() | CWindowManager | [virtual] |
| ~IFrameWindowClient() | IFrameWindowClient | [inline, virtual] |
| ~IWindowManager() | IWindowManager | [inline, virtual] |