Developer Documentation
|
Struct containing all relevant information about a load operation. More...
#include <OpenFlipper/Core/OpenFunctionThread.hh>
Public Member Functions | |
LoadInfos (FileInterface *_plugin, const QString &_filename) | |
LoadInfos (FileInterface *_plugin, DataType _type, const QString &_filename) | |
Public Attributes | |
FileInterface * | plugin |
DataType | type |
QString | filename |
Struct containing all relevant information about a load operation.
Contains the file plugin which will load the file, Target data type and filename
Definition at line 21 of file OpenFunctionThread.hh.
|
inline |
Definition at line 26 of file OpenFunctionThread.hh.
|
inline |
Definition at line 27 of file OpenFunctionThread.hh.
|
inline |
Definition at line 28 of file OpenFunctionThread.hh.
QString LoadFromPluginThread::LoadInfos::filename |
Definition at line 25 of file OpenFunctionThread.hh.
FileInterface* LoadFromPluginThread::LoadInfos::plugin |
Definition at line 23 of file OpenFunctionThread.hh.
DataType LoadFromPluginThread::LoadInfos::type |
Definition at line 24 of file OpenFunctionThread.hh.