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

CmdToolScale Class Reference

change the position scaling factor for a tool. More...

#include <P_CmdTool.h>

Inheritance diagram for CmdToolScale:

Command List of all members.

Public Methods

 CmdToolScale (float thescale, int thenum)

Public Attributes

int num
float scale

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


Detailed Description

change the position scaling factor for a tool.

Definition at line 61 of file P_CmdTool.h.


Constructor & Destructor Documentation

CmdToolScale::CmdToolScale float    thescale,
int    thenum
 

Definition at line 76 of file P_CmdTool.C.

References num, and scale.


Member Function Documentation

void CmdToolScale::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 82 of file P_CmdTool.C.

References Command::cmdText, num, and scale.


Member Data Documentation

int CmdToolScale::num
 

Definition at line 64 of file P_CmdTool.h.

Referenced by CmdToolScale, and create_text.

float CmdToolScale::scale
 

Definition at line 65 of file P_CmdTool.h.

Referenced by CmdToolScale, and create_text.


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