MorphoGraphX  2.0-1-227
Classes | Namespaces | Functions
Progress.hpp File Reference
#include <Config.hpp>
#include <QEvent>
#include <QList>
#include <QMutex>
#include <QObject>
#include <QPointer>
#include <QString>
#include <QProgressBar>
#include <QLabel>
#include <QToolBar>
#include <QPushButton>
#include <QtCore>
#include <string>

Go to the source code of this file.

Classes

class  mgx::Progress
 

Namespaces

 mgx
 Distributed matrix library.
 

Functions

mgx_EXPORT void mgx::progressStart (const QString &msg, int steps=0, bool allowCancel=true)
 
mgx_EXPORT void mgx::progressStart (const char *msg, int steps=0, bool allowCancel=true)
 
mgx_EXPORT void mgx::progressStart (const std::string &msg, int steps=0, bool allowCancel=true)
 
void mgx::progressStop ()
 
bool mgx::progressAdvance (int step)
 
mgx_EXPORT bool mgx::progressCanceled ()
 
mgx_EXPORT void mgx::progressCancel ()
 
mgx_EXPORT void mgx::progressSetMsg (const QString &msg)
 
mgx_EXPORT void mgx::progressSetMsg (const char *msg)
 
void mgx::progressSetMsg (const std::string &msg)
 
mgx_EXPORT void mgx::progressSetMax (int steps=0)