NCBI C++ ToolKit
|
Search Toolkit Book for IExplorerItemCmdContributor
IExplorerItemCmdContributor - interface representing a component that contributes commands applicable to Explorer Items. More...
#include <gui/core/pt_item.hpp>
Public Types | |
typedef pair< wxMenu *, wxEvtHandler * > | TContribution |
Contribution consists of a Menu object and event handler. More... | |
Public Member Functions | |
virtual TContribution | GetMenu (wxTreeCtrl &treeCtrl, PT::TItems &items)=0 |
for the given set of items returns a contribution More... | |
virtual | ~IExplorerItemCmdContributor () |
IExplorerItemCmdContributor - interface representing a component that contributes commands applicable to Explorer Items.
Definition at line 148 of file pt_item.hpp.
typedef pair<wxMenu*, wxEvtHandler*> IExplorerItemCmdContributor::TContribution |
Contribution consists of a Menu object and event handler.
Definition at line 152 of file pt_item.hpp.
|
inlinevirtual |
Definition at line 157 of file pt_item.hpp.
|
pure virtual |
for the given set of items returns a contribution
Implemented in CGenBankUIDataSource, CBamUIDataSource, CNetBLASTUIDataSource, and CLBLASTUIDataSource.
Referenced by CProjectTreePanel::OnContextMenu().