NCBI C++ ToolKit
|
Search Toolkit Book for CFrameworkDemoToolBarFactory
CFrameworkDemoToolBarFactory. More...
#include <gui/framework/demo/gui.hpp>
Public Member Functions | |
void | RegisterImageAliases (wxFileArtProvider &provider) |
CFrameworkDemoToolBarFactory. More... | |
IToolBarContributor implementation | |
virtual void | GetToolBarNames (vector< string > &names) |
returns the names of toolbars produced More... | |
virtual wxAuiToolBar * | CreateToolBar (const string &name, wxWindow *parent) |
creates a toolbar with the given name (must be deleted by the caller) More... | |
Public Member Functions inherited from IToolBarContributor | |
virtual | ~IToolBarContributor () |
|
virtual |
creates a toolbar with the given name (must be deleted by the caller)
Implements IToolBarContributor.
Definition at line 693 of file gui.cpp.
References eCmdCreateOpenGLView, kTBViews, NULL, wxID_ANY, and wxT.
|
virtual |
returns the names of toolbars produced
Implements IToolBarContributor.
void CFrameworkDemoToolBarFactory::RegisterImageAliases | ( | wxFileArtProvider & | provider | ) |
Definition at line 678 of file gui.cpp.
References wxFileArtProvider::RegisterFileAlias(), and wxT.
Referenced by CFrameworkDemoGUI::PostCreateWindow().