C++ main module for gpm Package
1.0
|
this class describes the Edit Action Menu More...
#include <GPMG_ActionMovie.h>
Public Member Functions | |
virtual void | toDo () |
action to do More... | |
Static Public Member Functions | |
static SP::GPMG_ActionMovie | New () |
create an action More... | |
static SP::GPMG_ActionMovie | New (const int &action) |
create an action More... | |
Static Public Attributes | |
static const tFlag | LOAD_FILES =0 |
static const tFlag | GO_TO_FIRST =1 |
static const tFlag | GO_TO_LAST =5 |
static const tFlag | NEXT =4 |
static const tFlag | PREVIOUS =2 |
static const tFlag | PLAY =3 |
static const tFlag | STOP =7 |
static const tFlag | RECORD =6 |
Protected Member Functions | |
GPMG_ActionMovie () | |
build a GPMG_ActionMovie More... | |
virtual | ~GPMG_ActionMovie (void) |
destroy a GPMG_ActionMovie More... | |
this class describes the Edit Action Menu
|
protected |
build a GPMG_ActionMovie
References tString.
Referenced by New().
|
protectedvirtual |
destroy a GPMG_ActionMovie
|
inlinestatic |
create an action
References GPMG_ActionMovie().
Referenced by New().
|
inlinestatic |
|
virtual |
action to do
References GPMG_MainWindow::getMovieGraphWindow(), GO_TO_FIRST, GO_TO_LAST, GPMG_MovieGraphWindow::goToFirst(), GPMG_MovieGraphWindow::goToLast(), LOAD_FILES, GPMG_Project::New(), NEXT, GPMG_MovieGraphWindow::next(), null, PLAY, GPMG_MovieGraphWindow::play(), PREVIOUS, GPMG_MovieGraphWindow::previous(), RECORD, GPMG_MovieGraphWindow::record(), GPMG_Project::setResultGraphFiles(), GPMG_MovieGraphWindow::showGraphFiles(), STOP, GPMG_MovieGraphWindow::stop(), tFlag, and tString.
|
static |
Referenced by GPMG_MovieGraphMenuPanel::enableMovieMenus(), and toDo().
|
static |
Referenced by GPMG_MovieGraphDrawPanel::addGraph(), GPMG_MovieGraphDrawPanel::threadHasFinished(), and toDo().