anatomist  5.1.2
3D neuroimaging data viewer
anatomist::Processor::Memo Class Reference

#include <anatomist/processor/Processor.h>

Public Types

enum  Type { EXECUTE , UNDO , REDO }
 

Public Member Functions

 Memo (Type t, Command *c)
 
Type type () const
 
Commandcommand () const
 

Detailed Description

Definition at line 106 of file Processor.h.

Member Enumeration Documentation

◆ Type

Enumerator
EXECUTE 
UNDO 
REDO 

Definition at line 109 of file Processor.h.

Constructor & Destructor Documentation

◆ Memo()

anatomist::Processor::Memo::Memo ( Type  t,
Command c 
)
inline

Definition at line 162 of file Processor.h.

Member Function Documentation

◆ command()

Command * anatomist::Processor::Memo::command ( ) const
inline

Definition at line 178 of file Processor.h.

◆ type()

Processor::Memo::Type anatomist::Processor::Memo::type ( ) const
inline

Definition at line 170 of file Processor.h.


The documentation for this class was generated from the following file: