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

CmdColorItem Class Reference

#include <CmdColor.h>

Inheritance diagram for CmdColorItem:

Command List of all members.

Public Methods

 CmdColorItem (const char *cat, const char *nm, const char *def)
 ~CmdColorItem ()

Public Attributes

char * category
char * name
char * defcolor

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

CmdColorItem::CmdColorItem const char *    cat,
const char *    nm,
const char *    def
 

Definition at line 99 of file CmdColor.C.

References category, defcolor, name, and stringdup.

CmdColorItem::~CmdColorItem  
 

Definition at line 105 of file CmdColor.C.

References category, defcolor, and name.


Member Function Documentation

void CmdColorItem::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 110 of file CmdColor.C.

References category, Command::cmdText, defcolor, and name.


Member Data Documentation

char* CmdColorItem::category
 

Definition at line 100 of file CmdColor.h.

Referenced by CmdColorItem, create_text, and ~CmdColorItem.

char * CmdColorItem::defcolor
 

Definition at line 100 of file CmdColor.h.

Referenced by CmdColorItem, create_text, and ~CmdColorItem.

char * CmdColorItem::name
 

Definition at line 100 of file CmdColor.h.

Referenced by CmdColorItem, create_text, and ~CmdColorItem.


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