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

CmdToolDeleteDevice Class Reference

delete a device from a tool. More...

#include <P_CmdTool.h>

Inheritance diagram for CmdToolDeleteDevice:

Command List of all members.

Public Methods

 CmdToolDeleteDevice (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 ~CmdToolDeleteDevice ()

Detailed Description

delete a device from a tool.

Definition at line 129 of file P_CmdTool.h.


Constructor & Destructor Documentation

CmdToolDeleteDevice::CmdToolDeleteDevice const char *    thename,
int    thenum
 

Definition at line 134 of file P_CmdTool.C.

References name, and num.

CmdToolDeleteDevice::~CmdToolDeleteDevice   [protected, virtual]
 

Definition at line 141 of file P_CmdTool.C.

References name.


Member Function Documentation

void CmdToolDeleteDevice::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 145 of file P_CmdTool.C.

References Command::cmdText, name, and num.


Member Data Documentation

char* CmdToolDeleteDevice::name
 

Definition at line 132 of file P_CmdTool.h.

Referenced by CmdToolDeleteDevice, create_text, and ~CmdToolDeleteDevice.

int CmdToolDeleteDevice::num
 

Definition at line 133 of file P_CmdTool.h.

Referenced by CmdToolDeleteDevice, and create_text.


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