#include <HydrogenImport.h>
|
| enum class | Type {
Instrument
, Effect
, ImportFilter
, ExportFilter
,
Tool
, Library
, Other
, Undefined = 255
} |
| using | DescriptorList = QList<Descriptor*> |
| void | dataChanged () |
| void | dataUnchanged () |
| void | propertiesChanged () |
| static void | import (const QString &_file_to_import, TrackContainer *tc) |
| static Plugin * | instantiateWithKey (const QString &pluginName, Model *parent, const Descriptor::SubPluginFeatures::Key *key, bool keyFromDnd=false) |
| static Plugin * | instantiate (const QString &pluginName, Model *parent, void *data) |
| const QFile & | file () const |
| bool | openFile () |
| void | closeFile () |
| int | readByte () |
| int | readBlock (char *_data, int _len) |
| QByteArray | readAllData () |
| void | ungetChar (char _ch) |
| void | saveSettings (QDomDocument &, QDomElement &) override |
| void | loadSettings (const QDomElement &) override |
| QString | nodeName () const override |
| void | collectErrorForUI (QString errMsg) |
| void | changeID (jo_id_t _id) |
◆ HydrogenImport()
| lmms::HydrogenImport::HydrogenImport |
( |
const QString & | _file | ) |
|
◆ ~HydrogenImport()
| lmms::HydrogenImport::~HydrogenImport |
( |
| ) |
|
|
overridedefault |
◆ instantiateView()
◆ readSong()
| bool lmms::HydrogenImport::readSong |
( |
| ) |
|
◆ tryImport()
The documentation for this class was generated from the following files: