|
Gaia
|
This class represent a job that loads a single point, and returns it when done. More...
Public Member Functions | |
| LoadPointJob (const QString &pname, const QString &filename, const QStringList *descsSelect, const QStringList *descsExclude, PointLayout **layout, int *ncompleted, TextProgress *info, QMutex *lock) | |
| Point * | run () |
Static Public Member Functions | |
| static Point * | loadPoint (LoadPointJob *dljob) |
Protected Member Functions | |
| void | update () |
Protected Attributes | |
| QString | _pname |
| QString | _filename |
| const QStringList * | _descsSelect |
| const QStringList * | _descsExclude |
| PointLayout ** | _layout |
| int * | _numberOfJobsCompleted |
| TextProgress * | _info |
| QMutex * | _globalLock |
This class represent a job that loads a single point, and returns it when done.
On error, it will print a message and return a null pointer.