hydrogen 1.2.5
InstrumentList::Content Struct Reference

#include <InstrumentList.h>

Public Member Functions

 Content (const QString &sInstrumentName, const QString &sComponentName, const QString &sSampleName, const QString &sFullSamplePath, const License &license)
QString toQString (const QString &sPrefix="", bool bShort=true) const

Data Fields

License m_license
QString m_sComponentName
QString m_sFullSamplePath
QString m_sInstrumentName
QString m_sSampleName

Detailed Description

Definition at line 47 of file InstrumentList.h.

Constructor & Destructor Documentation

◆ Content()

Content ( const QString & sInstrumentName,
const QString & sComponentName,
const QString & sSampleName,
const QString & sFullSamplePath,
const License & license )
inline

Definition at line 54 of file InstrumentList.h.

Member Function Documentation

◆ toQString()

QString toQString ( const QString & sPrefix = "",
bool bShort = true ) const

Definition at line 394 of file InstrumentList.cpp.

Field Documentation

◆ m_license

License m_license

Definition at line 52 of file InstrumentList.h.

◆ m_sComponentName

QString m_sComponentName

Definition at line 49 of file InstrumentList.h.

◆ m_sFullSamplePath

QString m_sFullSamplePath

Definition at line 51 of file InstrumentList.h.

◆ m_sInstrumentName

QString m_sInstrumentName

Definition at line 48 of file InstrumentList.h.

◆ m_sSampleName

QString m_sSampleName

Definition at line 50 of file InstrumentList.h.