GemaCoreLib
The GeMA Core library
Loading...
Searching...
No Matches
GmRunProgressOnMainThread Class Reference

An alternative implementation of GmRunProgress that when called from a worker thread does nothing. More...

#include <gmRunProgressStats.h>

Inheritance diagram for GmRunProgressOnMainThread:
Collaboration diagram for GmRunProgressOnMainThread:

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.
 

Detailed Description

An alternative implementation of GmRunProgress that when called from a worker thread does nothing.


The documentation for this class was generated from the following file: