#include <DocumentThread.h>
Public Member Functions | |
Base::Reference< Mesh::MeshObject > | getMesh () const |
MeshLoaderThread (const QString &, QObject *parent=0) | |
~MeshLoaderThread () | |
Protected Member Functions | |
void | run () |
Definition at line 69 of file DocumentThread.h.
MeshLoaderThread::MeshLoaderThread | ( | const QString & | fn, | |
QObject * | parent = 0 | |||
) |
Definition at line 139 of file DocumentThread.cpp.
MeshLoaderThread::~MeshLoaderThread | ( | ) |
Definition at line 144 of file DocumentThread.cpp.
Base::Reference< Mesh::MeshObject > MeshLoaderThread::getMesh | ( | ) | const |
Definition at line 148 of file DocumentThread.cpp.
void MeshLoaderThread::run | ( | void | ) | [protected] |
Definition at line 153 of file DocumentThread.cpp.