|
Classes |
| struct | _MSTATUSCONTEXT |
| struct | _MSTATUSHANDLE |
| struct | _MSTATUSINTERFACE |
| | Generic status interface structure. More...
|
| class | STATUSCONTEXT |
| | Status context. More...
|
| class | STATUSDIALOG |
| | Status dialog. More...
|
| class | STATUSDISABLECANCEL |
| | Class to disable status "Cancel" button when an instance is created and reenable the button when the instance is destroyed. More...
|
Defines |
| #define | RVCLOWLIBEXPORT MI_DLLIMPORT |
| #define | MSTATUSFLAG_NoCancel 0x0001 |
| #define | MSTATUSFLAG_DelayPopup 0x0002 |
| #define | MSTATUSFLAG_AllowFinish 0x0004 |
| #define | MstatusBarClear(c, ln) ((*DftStatusInterface->StatusBarClear)(c,ln)) |
| #define | MstatusBarIncrement(c, ln, inc) ((*DftStatusInterface->StatusBarIncrement)(c,ln,inc)) |
| #define | MstatusBarInit(c, ln, max) ((*DftStatusInterface->StatusBarInit)(c,ln,max)) |
| #define | MstatusBarUpdate(c, ln, val, max) ((*DftStatusInterface->StatusBarUpdate)(c,ln,val,max)) |
| #define | MstatusCheckCancel(h) ((*DftStatusInterface->StatusCheckCancel)(h)) |
| #define | MstatusClearAll(c) ((*DftStatusInterface->StatusClearAll)(c)) |
| #define | MstatusClearLine(c, ln) ((*DftStatusInterface->StatusClearLine)(c,ln)) |
| #define | MstatusContextCreate(h) ((*DftStatusInterface->StatusContextCreate)(h)) |
| #define | MstatusContextFree(c) ((*DftStatusInterface->StatusContextFree)(c)) |
| #define | MstatusDialogCreate(p, ph, pc, f) ((*DftStatusInterface->StatusDialogCreate)(p,ph,pc,f)) |
| #define | MstatusDialogDestroy(h) ((*DftStatusInterface->StatusDialogDestroy)(h)) |
| #define | MstatusDisableCancel(h) ((*DftStatusInterface->StatusDisableCancel)(h)) |
| #define | MstatusEnableCancel(h) ((*DftStatusInterface->StatusEnableCancel)(h)) |
| #define | MstatusGetDefaultHandle() ((*DftStatusInterface->StatusGetDefaultHandle)()) |
| #define | MstatusInterfaceGet() (DftStatusInterface) |
| #define | MstatusReportDone(h, mg, mc) ((*DftStatusInterface->StatusReportDone)(h,mg,mc)) |
| #define | MstatusResetCancel(h) ((*DftStatusInterface->StatusResetCancel)(h)) |
| #define | MstatusSetCancelFunc(h, f, d) ((*DftStatusInterface->StatusSetCancelFunc)(h,f,d)) |
| #define | MstatusSetDefaultHandle(h) ((*DftStatusInterface->StatusSetDefaultHandle)(h)) |
| #define | MstatusTextClear(c, ln) ((*DftStatusInterface->StatusTextClear)(c,ln)) |
| #define | MstatusTextUpdateString(c, ln, s) ((*DftStatusInterface->StatusTextUpdateString)(c,ln,s)) |
| #define | MstatusTextUpdateTimer(c, ln, mg, mc, t) ((*DftStatusInterface->StatusTextUpdateTimer)(c,ln,mg,mc,t)) |
| #define | MstatusTimerGet(h) ((*DftStatusInterface->StatusTimerGet)(h)) |
| #define | MstatusTimerReset(h) ((*DftStatusInterface->StatusTimerReset)(h)) |
| #define | MstatusWaitForOK(h) ((*DftStatusInterface->StatusWaitForOK)(h)) |
Typedefs |
| typedef _MSTATUSCONTEXT * | MSTATUSCONTEXT |
| typedef _MSTATUSHANDLE * | MSTATUSHANDLE |
| typedef _MSTATUSINTERFACE * | MSTATUSINTERFACE |
Functions |
| RVCLOWLIBEXPORT MSTATUSINTERFACE | MfStatusGet (void) |
| RVCLOWLIBEXPORT void | MfStatusSet (MSTATUSINTERFACE status) |
| void | MstatusInterfaceSet (MSTATUSINTERFACE) |
| int | MstatusFormCreate (CStatusBar *pStatusBar, MSTATUSHANDLE *rshandle, UINT32 flags) |
| void | MstatusFormDestroy (MSTATUSHANDLE shandle) |
| void | MstatusInterfaceInitWin (void) |
| ERRVALUE | MstatusTextUpdate (MSTATUSCONTEXT c, INT16 line, const char *msggroup, const char *msgkey) |
| ERRVALUE | MstatusTextUpdate (MSTATUSCONTEXT c, INT16 line, TEXTID textid) |
| | DEFINE_ENUM_OPERATORS (STATUSDIALOG::FLAGS) |
Variables |
| MSTATUSINTERFACE | DftStatusInterface |