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

CmdToolAddDevice Class Reference

add a device to a tool. More...

#include <P_CmdTool.h>

Inheritance diagram for CmdToolAddDevice:

Command List of all members.

Public Methods

 CmdToolAddDevice (const char *thename, int thenum)

Public Attributes

char * name
int num

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...

virtual ~CmdToolAddDevice ()

Detailed Description

add a device to a tool.

Definition at line 117 of file P_CmdTool.h.


Constructor & Destructor Documentation

CmdToolAddDevice::CmdToolAddDevice const char *    thename,
int    thenum
 

Definition at line 120 of file P_CmdTool.C.

References name, and num.

CmdToolAddDevice::~CmdToolAddDevice   [protected, virtual]
 

Definition at line 126 of file P_CmdTool.C.

References name.


Member Function Documentation

void CmdToolAddDevice::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 130 of file P_CmdTool.C.

References Command::cmdText, name, and num.


Member Data Documentation

char* CmdToolAddDevice::name
 

Definition at line 120 of file P_CmdTool.h.

Referenced by UIVR::act_on_command, CmdToolAddDevice, create_text, and ~CmdToolAddDevice.

int CmdToolAddDevice::num
 

Definition at line 121 of file P_CmdTool.h.

Referenced by UIVR::act_on_command, CmdToolAddDevice, and create_text.


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