COVISE Core
Public Member Functions | Private Attributes | List of all members
grmsg::coGRObjAddChildMsg Class Reference

#include <coGRObjAddChildMsg.h>

Inheritance diagram for grmsg::coGRObjAddChildMsg:
Inheritance graph
[legend]
Collaboration diagram for grmsg::coGRObjAddChildMsg:
Collaboration graph
[legend]

Public Member Functions

 coGRObjAddChildMsg (const char *obj_name, const char *child_name, int remove=0)
 
 coGRObjAddChildMsg (const char *msg)
 
 ~coGRObjAddChildMsg ()
 
const char * getChildObjName ()
 
int getRemove ()
 
- Public Member Functions inherited from grmsg::coGRObjMsg
const char * getObjName ()
 
- Public Member Functions inherited from grmsg::coGRMsg
 coGRMsg (const char *msg)
 recreate class from a message string More...
 
virtual ~coGRMsg ()
 destructor More...
 
int isValid ()
 whether recreate was succesful More...
 
virtual void print_stdout ()
 output content to stdout More...
 
Mtype getType () const
 access to private variables More...
 
const char * c_str () const
 
std::string getString () const
 

Private Attributes

char * childObjName_
 
int remove_
 

Additional Inherited Members

- Public Types inherited from grmsg::coGRMsg
enum  Mtype {
  NO_TYPE = 0 , REGISTER , GEO_VISIBLE , INTERACTOR_VISIBLE ,
  SMOKE_VISIBLE , MOVE_INTERACTOR , INTERACTOR_USED , CREATE_VIEWPOINT ,
  CREATE_DEFAULT_VIEWPOINT , SHOW_VIEWPOINT , SHOW_PRESENTATIONPOINT , CHANGE_VIEWPOINT_ID ,
  CHANGE_VIEWPOINT_NAME , DELETE_VIEWPOINT , FLYMODE_TOGGLE , SET_CASE ,
  SET_NAME , MOVE_OBJECT , ADD_DOCUMENT , SET_DOCUMENT_PAGE ,
  SET_DOCUMENT_SCALE , SET_DOCUMENT_POSITION , SET_DOCUMENT_PAGESIZE , SEND_DOCUMENT_NUMBERS ,
  DOC_VISIBLE , BOUNDARIES_OBJECT , COLOR_OBJECT , SHADER_OBJECT ,
  MATERIAL_OBJECT , SET_TRANSPARENCY , KEYWORD , TRANSFORM_OBJECT ,
  TRANSFORM_CASE , RESTRICT_AXIS , GRAPHIC_RESSOURCE , SET_MOVE ,
  SET_MOVE_SELECTED , SENSOR , SENSOR_EVENT , ATTACHED_CLIPPLANE ,
  ANIMATION_ON , ANIMATION_SPEED , ANIMATION_TIMESTEP , ACTIVATED_VIEWPOINT ,
  VPCLIPPLANEMODE_TOGGLE , SNAPSHOT , SEND_CURRENT_DOCUMENT , SET_TRACKING_PARAMS ,
  CHANGE_VIEWPOINT , VIEWPOINT_CHANGED , OBJECT_TRANSFORMED , SET_CONNECTIONPOINT ,
  GENERIC_PARAM_REGISTER , GENERIC_PARAM_CHANGED , TRANSFORM_SGITEM , SELECT_OBJECT ,
  DELETE_OBJECT , GEOMETRY_OBJECT , ADD_CHILD_OBJECT , TURNTABLE_ANIMATION ,
  SET_VARIANT , SET_APPEARANCE , KINEMATICS_STATE
}
 id to specify the type of the message More...
 
- Protected Member Functions inherited from grmsg::coGRObjMsg
 coGRObjMsg (coGRMsg::Mtype type, const char *obj_name)
 
 coGRObjMsg (const char *msg)
 
virtual ~coGRObjMsg ()
 
- Protected Member Functions inherited from grmsg::coGRMsg
 coGRMsg (Mtype type)
 construct used by child class More...
 
void addToken (const char *token)
 add a token to the message More...
 
std::string getFirstToken ()
 read first token in the message More...
 
std::string extractFirstToken ()
 read and delete first token in the message More...
 
std::vector< std::stringgetAllTokens ()
 read all tokens at once More...
 
- Protected Attributes inherited from grmsg::coGRMsg
int is_valid_
 valid can be overwritten by children if their recreation was not succesful More...
 

Constructor & Destructor Documentation

◆ coGRObjAddChildMsg() [1/2]

grmsg::coGRObjAddChildMsg::coGRObjAddChildMsg ( const char *  obj_name,
const char *  child_name,
int  remove = 0 
)

◆ coGRObjAddChildMsg() [2/2]

grmsg::coGRObjAddChildMsg::coGRObjAddChildMsg ( const char *  msg)

◆ ~coGRObjAddChildMsg()

grmsg::coGRObjAddChildMsg::~coGRObjAddChildMsg ( )

Member Function Documentation

◆ getChildObjName()

const char * grmsg::coGRObjAddChildMsg::getChildObjName ( )

◆ getRemove()

int grmsg::coGRObjAddChildMsg::getRemove ( )

Member Data Documentation

◆ childObjName_

char* grmsg::coGRObjAddChildMsg::childObjName_
private

◆ remove_

int grmsg::coGRObjAddChildMsg::remove_
private

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