Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDgEditorReactor::undoSubcommandControl Method
Syntax
C++
virtual void undoSubcommandControl(int activity, int option);

Notification function called during an Undo Control operation. 

 

Parameters
Description
activity
[in] Control activity.
option
[in] Undo option.

activity will always be: 

 

Name
Value
Description
kEnd
4
The Control operation has completed successfully.

 

option must be one of the following: 

 

Name
Value
Description
kNone
0
Undo None
kOne
1
Undo One
kAll
2
Undo All
  • undoSubcommandAuto
  • undoSubcommandBack
  • undoSubcommandBegin
  • undoSubcommandEnd
  • undoSubcommandMark
  • undoSubcommandNumber
Copyright © 2002-2022. Open Design Alliance All rights reserved.