|
template<class obj = NullType, typename doaddr = NullType, typename undoaddr = NullType>
Constructs a do/undo instance, doing the action.
Definition at line 2351 of file FXGenericTools.h. 02351 : done(false), instance(_instance), doa(_doa), undoa(_undoa) { redo(); }
|