VAPoR  3.0.0
Classes | Namespaces | Macros | Typedefs
command.h File Reference
#include "params.h"
#include "vapor/ParamNode.h"

Go to the source code of this file.

Classes

class  VAPoR::Command
 Provides support for maintaining a queue of recently issued commands, performing UnDo, ReDo, etc. The parent Command class supports a queue of Params changes; each entry has a clone of the previous and next Params instance associated with a change. More...
 

Namespaces

 VAPoR
 

Macros

#define MAX_HISTORY   1000
 

Typedefs

typedef void(* VAPoR::UndoRedoHelpCB_T) (bool isUndo, int instance, VAPoR::Params *beforeP, VAPoR::Params *afterP, VAPoR::Params *auxBP, VAPoR::Params *auxAP)
 

Macro Definition Documentation

#define MAX_HISTORY   1000

Definition at line 22 of file command.h.

Referenced by VAPoR::Command::CurrentCommand().