NCBI C++ ToolKit
|
Search Toolkit Book for IMenuService
IMenuService - Menu Service. More...
#include <gui/framework/menu_service.hpp>
Public Member Functions | |
virtual void | ResetMenuBar ()=0 |
virtual void | AddContributor (IMenuContributor *contributor)=0 |
the service does NOT assume ownership of the contributor More... | |
virtual void | RemoveContributor (IMenuContributor *contributor)=0 |
virtual void | AddPendingCommand (int cmd)=0 |
add commands for processing (simulates choosing the command from a menu) More... | |
virtual | ~IMenuService () |
IMenuService - Menu Service.
Definition at line 50 of file menu_service.hpp.