3 #ifndef _APIUndoTransaction_H_
4 #define _APIUndoTransaction_H_
8 namespace AnyCAD{
namespace API
26 void SetName (
const String& strName) ;
35 bool IsStarted ()
const;
52 void SetUndoable (
bool bEnable) ;
56 #endif //_APIUndoTransaction_H_
Undo/redo transaction.
Definition: APIUndoTransaction.h:18
std::string String
Definition: APIString.h:10
#define DECLARE_APIOBJECT(className)
Definition: APIObjectDef.h:10