C++ main module for gpm Package  1.0
Public Member Functions | Static Public Member Functions | Static Public Attributes | Protected Member Functions | List of all members
GPMG_ActionGraph Class Reference

this class describes the Edit Action Menu More...

#include <GPMG_ActionGraph.h>

Inheritance diagram for GPMG_ActionGraph:
Inheritance graph
[legend]
Collaboration diagram for GPMG_ActionGraph:
Collaboration graph
[legend]

Public Member Functions

virtual void toDo ()
 action to do More...
 

Static Public Member Functions

static SP::GPMG_ActionGraph New ()
 create an action More...
 
static SP::GPMG_ActionGraph New (const int &action)
 create an action More...
 

Static Public Attributes

static const tFlag LOAD_FROM_FILE =0
 
static const tFlag SAVE_TO_FILE =1
 
static const tFlag CLEAR =2
 
static const tFlag GENERATE_GRID =3
 

Protected Member Functions

 GPMG_ActionGraph ()
 build a GPMG_ActionGraph More...
 
virtual ~GPMG_ActionGraph (void)
 destroy a GPMG_ActionGraph More...
 

Detailed Description

this class describes the Edit Action Menu

Constructor & Destructor Documentation

GPMG_ActionGraph::GPMG_ActionGraph ( )
protected

build a GPMG_ActionGraph

References tString.

Referenced by New().

Here is the caller graph for this function:

GPMG_ActionGraph::~GPMG_ActionGraph ( void  )
protectedvirtual

destroy a GPMG_ActionGraph

Member Function Documentation

static SP::GPMG_ActionGraph GPMG_ActionGraph::New ( )
inlinestatic

create an action

References GPMG_ActionGraph().

Referenced by New().

Here is the call graph for this function:

Here is the caller graph for this function:

static SP::GPMG_ActionGraph GPMG_ActionGraph::New ( const int &  action)
inlinestatic

create an action

References New().

Here is the call graph for this function:

void GPMG_ActionGraph::toDo ( )
virtual

Member Data Documentation

const tFlag GPMG_ActionGraph::CLEAR =2
static

Referenced by toDo().

const tFlag GPMG_ActionGraph::GENERATE_GRID =3
static

Referenced by toDo().

const tFlag GPMG_ActionGraph::LOAD_FROM_FILE =0
static

Referenced by toDo().

const tFlag GPMG_ActionGraph::SAVE_TO_FILE =1
static

Referenced by toDo().


The documentation for this class was generated from the following files: