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

CmdLabelTextOffset Class Reference

#include <CmdLabel.h>

Inheritance diagram for CmdLabelTextOffset:

Command List of all members.

Public Methods

 CmdLabelTextOffset (const char *name, int ind, float x, float y)
 ~CmdLabelTextOffset ()

Public Attributes

char * nm
int n
const float m_x
const float m_y

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

CmdLabelTextOffset::CmdLabelTextOffset const char *    name,
int    ind,
float    x,
float    y
 

Definition at line 113 of file CmdLabel.C.

References n, nm, and stringdup.

CmdLabelTextOffset::~CmdLabelTextOffset  
 

Definition at line 117 of file CmdLabel.C.

References nm.


Member Function Documentation

void CmdLabelTextOffset::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 121 of file CmdLabel.C.

References Command::cmdText, m_x, m_y, n, and nm.


Member Data Documentation

const float CmdLabelTextOffset::m_x
 

Definition at line 119 of file CmdLabel.h.

Referenced by create_text.

const float CmdLabelTextOffset::m_y
 

Definition at line 119 of file CmdLabel.h.

Referenced by create_text.

int CmdLabelTextOffset::n
 

Definition at line 118 of file CmdLabel.h.

Referenced by create_text.

char* CmdLabelTextOffset::nm
 

Definition at line 117 of file CmdLabel.h.

Referenced by CmdLabelTextOffset, create_text, and ~CmdLabelTextOffset.


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