1 #ifndef __OPENFUNCTIONSLOADFROMPLUGINTHREAD_HH__ 2 #define __OPENFUNCTIONSLOADFROMPLUGINTHREAD_HH__ 4 #include <OpenFlipper/threads/OpenFlipperThread.hh> 35 const QVector<LoadInfos>& infos_;
36 QVector<int> loadedIds_;
39 void loadFromPlugin();
47 int getObjId(
int index)
const;
48 const QString& getFilename(
int index)
const;
52 #endif //__OPENFUNCTIONSLOADFROMPLUGINTHREAD_HH__
Struct containing all relevant information about a load operation.
Thread handling class for OpenFlipper.
const DataType DATA_UNKNOWN(0)
None of the other Objects.
Interface class for file handling.