C++ main module for gpm Package
1.0
|
This class is the menu panel for graph draw window. More...
#include <GPMG_MovieGraphMenuPanel.h>
Public Member Functions | |
virtual void | createMenus (GUI_ToolBar *graphBar, GUI_ToolBar *movieBar) |
create the menus & put tools in tool bar More... | |
void | enableMovieMenus (const tFlag &action) |
eanble movie menus More... | |
virtual void | createMenus (GUI_ToolBar *bar) |
create the menus & put tools in tool bar More... | |
Static Public Member Functions | |
static SP::GPMG_MovieGraphMenuPanel | New () |
Protected Member Functions | |
GPMG_MovieGraphMenuPanel () | |
create an menu panel More... | |
virtual | ~GPMG_MovieGraphMenuPanel (void) |
destroy an menu panel. More... | |
This class is the menu panel for graph draw window.
|
protected |
|
protectedvirtual |
destroy an menu panel.
|
virtualinherited |
create the menus & put tools in tool bar
Reimplemented in GPMG_RuleGraphMenuPanel, and GPMG_ShowGraphMenuPanel.
Referenced by GPMG_RuleGraphMenuPanel::createMenus(), GPMG_ShowGraphMenuPanel::createMenus(), and createMenus().
|
virtual |
create the menus & put tools in tool bar
References GPMG_GraphMenuPanel::createMenus().
void GPMG_MovieGraphMenuPanel::enableMovieMenus | ( | const tFlag & | action | ) |
eanble movie menus
References GPMG_MovieGraphWindow::getMovieDrawPanel(), GPMG_MovieGraphDrawPanel::hasNext(), GPMG_MovieGraphDrawPanel::hasPrevious(), GPMG_MovieGraphDrawPanel::isOnFirst(), GPMG_MovieGraphDrawPanel::isOnLast(), null, and GPMG_ActionMovie::PLAY.
Referenced by GPMG_MovieGraphDrawPanel::threadHasFinished().
|
inlinestatic |