#include <FileBrowser.h>
|
| enum class | FileType {
Project
, Preset
, Sample
, SoundFont
,
Patch
, Midi
, VstPlugin
, Unknown
} |
| enum class | FileHandling {
NotSupported
, LoadAsProject
, LoadAsPreset
, LoadByPlugin
,
ImportAsProject
} |
◆ FileHandling
| Enumerator |
|---|
| NotSupported | |
| LoadAsProject | |
| LoadAsPreset | |
| LoadByPlugin | |
| ImportAsProject | |
◆ FileType
| Enumerator |
|---|
| Project | |
| Preset | |
| Sample | |
| SoundFont | |
| Patch | |
| Midi | |
| VstPlugin | |
| Unknown | |
◆ FileItem() [1/2]
| lmms::gui::FileItem::FileItem |
( |
QTreeWidget * | parent, |
|
|
const QString & | name, |
|
|
const QString & | path ) |
◆ FileItem() [2/2]
| lmms::gui::FileItem::FileItem |
( |
const QString & | name, |
|
|
const QString & | path ) |
◆ defaultFilters()
| QString lmms::gui::FileItem::defaultFilters |
( |
| ) |
|
|
static |
◆ determineFileType()
| void lmms::gui::FileItem::determineFileType |
( |
| ) |
|
|
private |
◆ extension() [1/2]
| QString lmms::gui::FileItem::extension |
( |
| ) |
|
◆ extension() [2/2]
| QString lmms::gui::FileItem::extension |
( |
const QString & | file | ) |
|
|
static |
◆ fullName()
| QString lmms::gui::FileItem::fullName |
( |
QString | path = QString{} | ) |
const |
|
inlineoverridevirtual |
◆ handling()
◆ initPixmaps()
| void lmms::gui::FileItem::initPixmaps |
( |
| ) |
|
|
private |
◆ isTrack()
| bool lmms::gui::FileItem::isTrack |
( |
| ) |
const |
|
inline |
◆ type()
| FileType lmms::gui::FileItem::type |
( |
| ) |
const |
|
inline |
◆ m_handling
◆ m_path
| QString lmms::gui::FileItem::m_path |
|
private |
◆ m_type
The documentation for this class was generated from the following files: