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;
const DataType DATA_UNKNOWN(0)
None of the other Objects.
Interface class for file handling.
Thread handling class for OpenFlipper.
Struct containing all relevant information about a load operation.