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

CmdLabelTextFormat Class Reference

#include <CmdLabel.h>

Inheritance diagram for CmdLabelTextFormat:

Command List of all members.

Public Methods

 CmdLabelTextFormat (const char *name, int ind, const char *format)
 ~CmdLabelTextFormat ()

Public Attributes

char * nm
int n
char * format

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


Constructor & Destructor Documentation

CmdLabelTextFormat::CmdLabelTextFormat const char *    name,
int    ind,
const char *    format
 

Definition at line 125 of file CmdLabel.C.

References format, n, nm, and stringdup.

CmdLabelTextFormat::~CmdLabelTextFormat  
 

Definition at line 131 of file CmdLabel.C.

References format, and nm.


Member Function Documentation

void CmdLabelTextFormat::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 136 of file CmdLabel.C.

References Command::cmdText, format, n, and nm.


Member Data Documentation

char* CmdLabelTextFormat::format
 

Definition at line 130 of file CmdLabel.h.

Referenced by CmdLabelTextFormat, create_text, and ~CmdLabelTextFormat.

int CmdLabelTextFormat::n
 

Definition at line 129 of file CmdLabel.h.

Referenced by create_text.

char* CmdLabelTextFormat::nm
 

Definition at line 128 of file CmdLabel.h.

Referenced by CmdLabelTextFormat, create_text, and ~CmdLabelTextFormat.


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