Developer Documentation
LoadFromPluginThread::LoadInfos Struct Reference

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

FileInterfaceplugin
 
DataType type
 
QString filename
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ LoadInfos() [1/3]

LoadFromPluginThread::LoadInfos::LoadInfos ( )
inline

Definition at line 26 of file OpenFunctionThread.hh.

◆ LoadInfos() [2/3]

LoadFromPluginThread::LoadInfos::LoadInfos ( FileInterface _plugin,
const QString &  _filename 
)
inline

Definition at line 27 of file OpenFunctionThread.hh.

◆ LoadInfos() [3/3]

LoadFromPluginThread::LoadInfos::LoadInfos ( FileInterface _plugin,
DataType  _type,
const QString &  _filename 
)
inline

Definition at line 28 of file OpenFunctionThread.hh.

Member Data Documentation

◆ filename

QString LoadFromPluginThread::LoadInfos::filename

Definition at line 25 of file OpenFunctionThread.hh.

◆ plugin

FileInterface* LoadFromPluginThread::LoadInfos::plugin

Definition at line 23 of file OpenFunctionThread.hh.

◆ type

DataType LoadFromPluginThread::LoadInfos::type

Definition at line 24 of file OpenFunctionThread.hh.


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