Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

CommandSetFaintestAutoMag45deg Class Reference

#include <command.h>

Inheritance diagram for CommandSetFaintestAutoMag45deg:

Inheritance graph
Collaboration diagram for CommandSetFaintestAutoMag45deg:

Collaboration graph
List of all members.

Public Member Functions

 CommandSetFaintestAutoMag45deg (double)
void process (ExecutionEnvironment &)

Private Attributes

double magnitude

Constructor & Destructor Documentation

CommandSetFaintestAutoMag45deg::CommandSetFaintestAutoMag45deg double   ) 
 

Definition at line 536 of file command.cpp.

00536                                                                          :
00537     magnitude(mag)
00538 {
00539 }


Member Function Documentation

void CommandSetFaintestAutoMag45deg::process ExecutionEnvironment  )  [virtual]
 

Implements InstantaneousCommand.

Definition at line 541 of file command.cpp.

References magnitude, and Renderer::setFaintestAM45deg().

00542 {
00543     Renderer* r = env.getRenderer();
00544     if (r != NULL)
00545         r->setFaintestAM45deg((float) magnitude);
00546 }


Member Data Documentation

double CommandSetFaintestAutoMag45deg::magnitude [private]
 

Definition at line 432 of file command.h.

Referenced by process().


The documentation for this class was generated from the following files:
Generated on Sat Jan 14 22:33:14 2006 for Celestia by  doxygen 1.4.1