|
|
| FilePathList (QObject *parent=nullptr) |
|
| FilePathList (juce::FileSearchPath paths, QObject *parent=nullptr) |
|
Q_SIGNAL void | pathsChanged () |
|
QStringList | getPaths () const |
|
void | setPaths (const QStringList &paths) |
|
Q_INVOKABLE void | addPath (const QString &path) |
|
Q_INVOKABLE void | clear () |
|
void | add_path (const fs::path &path) |
|
void | add_path (const Utf8String &path) |
|
void | add_paths (const juce::FileSearchPath &paths) |
|
juce::FileSearchPath | get_as_juce_file_search_path () const |
|
void | print (const utils::Utf8String &title) const |
| | For debugging.
|
| auto | begin () const |
| auto | end () const |
| auto | begin () |
| auto | end () |
| bool | empty () const |
Definition at line 15 of file file_path_list.h.
◆ begin() [1/2]
| auto zrythm::utils::FilePathList::begin |
( |
| ) |
|
|
inline |
◆ begin() [2/2]
| auto zrythm::utils::FilePathList::begin |
( |
| ) |
const |
|
inline |
◆ empty()
| bool zrythm::utils::FilePathList::empty |
( |
| ) |
const |
|
inline |
◆ end() [1/2]
| auto zrythm::utils::FilePathList::end |
( |
| ) |
|
|
inline |
◆ end() [2/2]
| auto zrythm::utils::FilePathList::end |
( |
| ) |
const |
|
inline |
◆ paths
| QStringList zrythm::utils::FilePathList::paths |
|
readwrite |
The documentation for this class was generated from the following file: