template<class obj = NullType, typename doaddr = NullType, typename undoaddr = NullType>
Undoes the action.
Definition at line 2355 of file FXGenericTools.h. 02356 { 02357 if(done) 02358 { 02359 (*instance.*undoa)(); 02360 done=false; 02361 } 02362 }
|