Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

CmdToolChange Class Reference

change the type of tool, keeping the sensor. More...

#include <P_CmdTool.h>

Inheritance diagram for CmdToolChange:

Command List of all members.

Public Methods

 CmdToolChange (const char *thetype, int thenum)
 ~CmdToolChange ()

Public Attributes

int num
char * type

Protected Methods

virtual void create_text ()
 virtual function which is called when a text version of the command must be created to be printed to the console or a log file. More...


Detailed Description

change the type of tool, keeping the sensor.

Definition at line 39 of file P_CmdTool.h.


Constructor & Destructor Documentation

CmdToolChange::CmdToolChange const char *    thetype,
int    thenum
 

Definition at line 53 of file P_CmdTool.C.

References num, and type.

CmdToolChange::~CmdToolChange  
 

Definition at line 59 of file P_CmdTool.C.

References type.


Member Function Documentation

void CmdToolChange::create_text void    [protected, virtual]
 

virtual function which is called when a text version of the command must be created to be printed to the console or a log file.

Reimplemented from Command.

Definition at line 63 of file P_CmdTool.C.

References Command::cmdText, num, and type.


Member Data Documentation

int CmdToolChange::num
 

Definition at line 43 of file P_CmdTool.h.

Referenced by CmdToolChange, and create_text.

char* CmdToolChange::type
 

Definition at line 44 of file P_CmdTool.h.

Referenced by CmdToolChange, create_text, and ~CmdToolChange.


The documentation for this class was generated from the following files:
Generated on Thu Apr 18 02:46:34 2024 for VMD (current) by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002