MagicSmoke
$VERSION$
|
#include <boxwrapper.h>
Public Types | |
typedef std::function < MProgressWrapper *(QString, QString)> | Factory |
Public Slots | |
virtual void | cancel ()=0 |
virtual void | hide ()=0 |
virtual void | setCancelButtonText (QString)=0 |
virtual void | setLabelText (QString)=0 |
virtual void | setRange (int, int)=0 |
virtual void | setValue (int)=0 |
Static Public Member Functions | |
static MProgressWrapper * | create (QString label, QString buttonlabel=QString()) |
static void | setFactory (Factory) |
typedef std::function<MProgressWrapper*(QString,QString)> MProgressWrapper::Factory |
|
pure virtualslot |
Implemented in MProgressWrapperGui, and MProgressWrapperDebug.
|
static |
References prgfac.
Referenced by MTemplateStore::updateTemplates().
|
pure virtualslot |
Implemented in MProgressWrapperGui, and MProgressWrapperDebug.
Referenced by MTemplateStore::updateTemplates().
|
pure virtualslot |
Implemented in MProgressWrapperGui, and MProgressWrapperDebug.
|
static |
References prgfac.
Referenced by MApplication::MApplication().
|
pure virtualslot |
Implemented in MProgressWrapperGui, and MProgressWrapperDebug.
|
pure virtualslot |
Implemented in MProgressWrapperGui, and MProgressWrapperDebug.
Referenced by MTemplateStore::updateTemplates().
|
pure virtualslot |
Implemented in MProgressWrapperGui, and MProgressWrapperDebug.
Referenced by MTemplateStore::updateTemplates().