#include <anatomist/commands/cCamera.h>
|
| CameraCommand (const std::set< AWindow * > &win, const Point3df *observerpos=0, const aims::Quaternion *viewq=0, float zoom=0, const aims::Quaternion *sliceq=0, bool forcedraw=false, const Point4df *curpos=0, const Point3df *bbmin=0, const Point3df *bbmax=0, const Point3df *sliceplane=0) |
|
virtual | ~CameraCommand () |
|
virtual std::string | name () const |
| Return the unique name of a class of commands. More...
|
|
virtual void | write (Tree &com, Serializer *ser) const |
| Print the guts of a command into a Tree given as parent. More...
|
|
Public Member Functions inherited from anatomist::RegularCommand |
virtual | ~RegularCommand () |
| Destructor does nothing. More...
|
|
Public Member Functions inherited from anatomist::Command |
virtual | ~Command () |
| Destructor does nothing. More...
|
|
virtual void | execute () |
| Execute the command - may use {\tt doit()}. More...
|
|
virtual void | undo () |
| Undo the command - may use {\tt undoit()}. More...
|
|
virtual void | redo () |
| Redo the command - may use {\tt doit()}. More...
|
|
Definition at line 47 of file cCamera.h.
◆ CameraCommand()
◆ ~CameraCommand()
virtual anatomist::CameraCommand::~CameraCommand |
( |
| ) |
|
|
virtual |
◆ doit()
virtual void anatomist::CameraCommand::doit |
( |
| ) |
|
|
protectedvirtual |
◆ name()
virtual std::string anatomist::CameraCommand::name |
( |
| ) |
const |
|
inlinevirtual |
◆ write()
virtual void anatomist::CameraCommand::write |
( |
Tree & |
com, |
|
|
Serializer * |
ser |
|
) |
| const |
|
virtual |
◆ StdModule
The documentation for this class was generated from the following file: