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

CmdToolCreate Class Reference

create a new tool, attaching a sensor. More...

#include <P_CmdTool.h>

Inheritance diagram for CmdToolCreate:

Command List of all members.

Public Methods

 CmdToolCreate (const char *thetype, int theargc, const char **theUSL)
 ~CmdToolCreate ()

Public Attributes

char ** USL
int argc
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

create a new tool, attaching a sensor.

Definition at line 26 of file P_CmdTool.h.


Constructor & Destructor Documentation

CmdToolCreate::CmdToolCreate const char *    thetype,
int    theargc,
const char **    theUSL
 

Definition at line 29 of file P_CmdTool.C.

References argc, type, and USL.

CmdToolCreate::~CmdToolCreate  
 

Definition at line 39 of file P_CmdTool.C.

References argc, type, and USL.


Member Function Documentation

void CmdToolCreate::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 46 of file P_CmdTool.C.

References argc, Command::cmdText, type, and USL.


Member Data Documentation

int CmdToolCreate::argc
 

Definition at line 31 of file P_CmdTool.h.

Referenced by CmdToolCreate, create_text, and ~CmdToolCreate.

char* CmdToolCreate::type
 

Definition at line 32 of file P_CmdTool.h.

Referenced by CmdToolCreate, create_text, and ~CmdToolCreate.

char** CmdToolCreate::USL
 

Definition at line 30 of file P_CmdTool.h.

Referenced by CmdToolCreate, create_text, and ~CmdToolCreate.


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