Gaia
LoadPointJob Class Reference

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)
 
Pointrun ()
 

Static Public Member Functions

static PointloadPoint (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
 

Detailed Description

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.


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