node_undo.h File Reference

Classes

class  GraphSetUndoMode
 

Namespaces

 maxon
 
 maxon::nodes
 

Enumerations

enum class  UNDO_MODE {
  NONE ,
  START ,
  ADD
}
 

Functions

enum maxon::nodes::UNDO_MODE MAXON_ENUM_LIST (UNDO_MODE)
 
 MAXON_ATTRIBUTE (UNDO_MODE, UndoMode, "net.maxon.nodes.undomode")
 
 MAXON_ATTRIBUTE (Bool, NimbusUndoAttribute, "net.maxon.nodes.nimbusundoattribute")
 

Variables

 NONE
 
 START
 
 ADD
 

Variable Documentation

◆ NONE

NONE

Don't add an undo entry.

◆ START

START

Start a new undo and create an entry.

◆ ADD

ADD

Add an undo entry, but don't start a new undo.