Go to the source code of this file.
#define mHandleVWCancel |
( |
|
dlg, |
|
|
|
backstate |
|
) |
| |
Value:if ( !dlg ) return; \
if ( !dlg->uiResult() ) \
{ \
const bool doleave = mustLeave(dlg); \
mSetVWState( doleave ? cCancelled() : ((
int)backstate) ); \
}
#define mSetVWState(st)
Definition: uivarwizard.h:61
#define mLaunchVWDialog |
( |
|
dlg, |
|
|
|
clss, |
|
|
|
fn |
|
) |
| |
Value:#define mSetVWState(st)
Definition: uivarwizard.h:61
#define mLaunchVWDialogOnly(dlg, clss, fn)
Definition: uivarwizard.h:64
#define mLaunchVWDialogOnly |
( |
|
dlg, |
|
|
|
clss, |
|
|
|
fn |
|
) |
| |
Value:dlg->windowClosed.notify(
mCB(
this,clss,fn) ); \
dlg->setDeleteOnClose( true ); dlg->go()
#define mCB(obj, clss, fn)
To make your CallBack. Used in many places, especially the UI.
Definition: callback.h:42
#define mSetVWState |
( |
|
st | ) |
{ state_ = st; nextAction(); return; } |