A class to help insure that we never forget to resume callbacks. More...
#include <mi32/dbedit.h>
Public Member Functions | |
| DBEDIT_SUSPENDCALLBACKS (DBEDIT *ddata, bool NoQueue=false) | |
| ~DBEDIT_SUSPENDCALLBACKS () | |
A class to help insure that we never forget to resume callbacks.
Just create an instance of one of these and callbacks will be automatically resumed when it goes out of scope.
| DBEDIT_SUSPENDCALLBACKS::DBEDIT_SUSPENDCALLBACKS | ( | DBEDIT * | ddata, | |
| bool | NoQueue = false | |||
| ) | [inline] |
Constructor.
| NoQueue | Don't even queue callbacks that occur while suspended |
| DBEDIT_SUSPENDCALLBACKS::~DBEDIT_SUSPENDCALLBACKS | ( | ) | [inline] |
Destructor.
1.6.1