![]() |
GemaCoreLib
The GeMA Core library
|
An alternative implementation of GmRunProgress that when called from a worker thread does nothing. More...
#include <gmRunProgressStats.h>


Public Member Functions | |
| GmRunProgressOnMainThread (GmRunProgressStats *ps, int itemId) | |
Additional Inherited Members | |
Private Member Functions inherited from GmRunProgress | |
| GmRunProgress (GmRunProgressStats *ps, int itemId) | |
| QString | strAttributeValue (int attrId) const |
| const double * | numericAttributeValue (int attrId) const |
| void | setAttributeValue (int attrId, double val) |
| void | setAttributeValue (int attrId, double val1, double val2) |
| void | setAttributeValue (int attrId, double val1, double val2, double val3) |
| void | setAttributeValue (int attrId, const double *val) |
| void | setAttributeValue (int attrId, const GmVector &val) |
| void | setAttributeValue (int attrId, const GmMatrix &val) |
| void | setAttributeValue (int attrId, int val) |
| void | setAttributeValue (int attrId, unsigned val) |
| void | setAttributeValue (int attrId, QString val) |
| void | setAttributeValue (int attrId, const char *val) |
| void | incAttributeValue (int attrId) |
| void | decAttributeValue (int attrId) |
Private Attributes inherited from GmRunProgress | |
| GmRunProgressStats * | _ps |
| The progress stats object. NULL if tracking is not necessary. | |
| int | _itemId |
| The item id. -1 if tracking is not necessary. | |
An alternative implementation of GmRunProgress that when called from a worker thread does nothing.