NCBI C++ ToolKit
|
Search Toolkit Book for IUICommandContributor
IUICommandContributor - contributes commands to the common command space. More...
#include <gui/widgets/wx/ui_command.hpp>
Public Member Functions | |
virtual vector< CUICommand * > | GetCommands ()=0 |
returns a vector of commands (takes ownership over CUICommand pointers) More... | |
virtual wxEvtHandler * | GetEventHandler () |
returns a handler which processes commands from the set above not needed for views More... | |
virtual | ~IUICommandContributor () |
IUICommandContributor - contributes commands to the common command space.
Packages can declare their own set of commands to use inside package-related views. Views (factories, actually) can declare their command sets also.
This interface is to be implemented by packages and view factories.
Definition at line 350 of file ui_command.hpp.
|
inlinevirtual |
Definition at line 360 of file ui_command.hpp.
|
pure virtual |
returns a vector of commands (takes ownership over CUICommand pointers)
Implemented in CSeqEditPackage, and CVcfTableViewFactory.
Referenced by CViewManagerService::RegisterFactory().
|
inlinevirtual |
returns a handler which processes commands from the set above not needed for views
Reimplemented in CSeqEditPackage.
Definition at line 358 of file ui_command.hpp.
References NULL.