NCBI C++ ToolKit
|
GUI command routing and handling framework. More...
#include <corelib/ncbistl.hpp>
#include <corelib/ncbistd.hpp>
#include <gui/gui.hpp>
#include <gui/utils/event_handler.hpp>
Go to the source code of this file.
Go to the SVN repository for this file.
GUI command routing and handling framework.
The following are parts of the framework: CCommandTarget class - represents a class capable of handling commands using command maps. Command map - structure mapping command IDs to handler funtion pointers. IMenu - interface for CCommandTraget compatible menus.
Definition in file command.hpp.