C++ main module for gpm Package
1.0
|
This class is the menu panel for graph draw window. More...
#include <GPMG_GraphMenuPanel.h>
Public Member Functions | |
virtual void | createMenus (GUI_ToolBar *bar) |
create the menus & put tools in tool bar More... | |
Static Public Member Functions | |
static SP::GPMG_GraphMenuPanel | New () |
Protected Member Functions | |
GPMG_GraphMenuPanel () | |
create an menu panel More... | |
virtual | ~GPMG_GraphMenuPanel (void) |
destroy an menu panel. More... | |
This class is the menu panel for graph draw window.
|
protected |
|
protectedvirtual |
destroy an menu panel.
|
virtual |
create the menus & put tools in tool bar
Reimplemented in GPMG_RuleGraphMenuPanel, and GPMG_ShowGraphMenuPanel.
Referenced by GPMG_RuleGraphMenuPanel::createMenus(), GPMG_ShowGraphMenuPanel::createMenus(), and GPMG_MovieGraphMenuPanel::createMenus().
|
inlinestatic |