#include <command.hpp>
Inheritance diagram for CCommandTarget:


This class provides virtual functions that can be overridden in derived classes. However, in most cases this is not necessary. Derived classes can customize command handling by defining a Command Map.
Definition at line 159 of file command.hpp.
Public Member Functions | |
| CCommandTarget () | |
| virtual | ~CCommandTarget () |
| virtual bool | OnCommand (const TCmdID cmd) |
| virtual bool | OnUpdateCommand (const TCmdID cmd, ICmdUI *pCmdUI) |
Static Public Member Functions | |
| static void | OnFlMenuCommand (Fl_Menu_ *menu, void *user_data) |
| Callback to be used by FLTK menu mechanism. | |
Private Attributes | |
| bool | m_BlockDispatching |
|
|
Definition at line 44 of file command.cpp. |
|
|
Definition at line 164 of file command.hpp. |
|
|
||||||||||||
|
Callback to be used by FLTK menu mechanism.
Definition at line 50 of file command.cpp. References ERR_POST, IMenu::GetCmdTarget(), and OnCommand(). |
|
||||||||||||
|
Reimplemented in CWMCaptionPanel, CWMSplitter, and CWMTabControl. Definition at line 80 of file command.cpp. References CEventHandler::eDispatch_FirstHandler, CEvent::eEvent_CommandUpdate, CEvent::eRelease, m_BlockDispatching, and CEventHandler::Send(). Referenced by CWindowManager::OnCaptionPanelUpdateCommand(), CWindowManager::OnContainerUpdateCommand(), CGBenchWindowManager::OnContainerUpdateCommand(), CWMTabControl::OnUpdateCommand(), CWMSplitter::OnUpdateCommand(), CWMCaptionPanel::OnUpdateCommand(), and CMenu::x_UpdateItems(). |
|
|
Definition at line 173 of file command.hpp. Referenced by OnCommand(), and OnUpdateCommand(). |
1.4.6
Modified on Thu Nov 26 08:12:23 2009 by modify_doxy.py rev. 173732