|
| | DirList (const char *, DLType t=File::AllEntriesInDir, const char *msk=0) |
| |
| | DirList (const char *, Type, const char *msk=0) |
| |
| BufferString & | dir () |
| |
| const char * | dirMask () const |
| |
| const char * | dirName () const |
| |
| const char * | fullPath (int) const |
| |
| DLType | type () const |
| |
| void | update () |
| |
| | BufferStringSet () |
| |
| | BufferStringSet (const char *) |
| |
| | BufferStringSet (const char *, const char *) |
| |
| | BufferStringSet (const char *, const char *, const char *) |
| |
| | BufferStringSet (const char *arr[], size_type len=-1) |
| |
| | BufferStringSet (size_type n, const char *s=nullptr) |
| |
| virtual | ~BufferStringSet () |
| |
| BufferStringSet & | add (BufferString *bs) |
| |
| BufferStringSet & | add (const BufferStringSet &, bool allowduplicates) |
| |
| BufferStringSet & | add (const char *) |
| |
| BufferStringSet & | add (const char *arr[], size_type len=-1) |
| |
| BufferStringSet & | add (const OD::String &) |
| |
| BufferStringSet & | add (const QString &) |
| |
| bool | addIfNew (const char *) |
| | returns whether added More...
|
| |
| bool | addIfNew (const OD::String &) |
| |
| BufferStringSet & | addToAll (const char *, bool infront=false) |
| |
| BufferStringSet & | addWordsFrom (const char *) |
| |
| void | allowNull (bool yn=true) |
| |
| void | append (const BufferStringSet &oth) |
| |
| iterator | begin () |
| |
| const_iterator | begin () const |
| |
| BufferString | cat (const char *sepstr="\n") const |
| |
| const_iterator | cbegin () const |
| |
| const_iterator | cend () const |
| |
| BufferStringSet * | clone () const override |
| |
| BufferString | commonStart () const |
| |
| BufferStringSet & | copy (const BufferStringSet &) |
| |
| bool | empty () const |
| |
| iterator | end () |
| |
| const_iterator | end () const |
| |
| void | erase () override |
| |
| void | fill (QList< QString > &) const |
| |
| void | fill (uiStringSet &) const |
| |
| virtual void | fillPar (IOPar &) const |
| |
| BufferString * | first () |
| |
| const BufferString * | first () const |
| |
| idx_type | firstDuplicateOf (idx_type, OD::CaseSensitivity cs=OD::CaseSensitive, idx_type startat=0) const |
| |
| BufferString & | get (idx_type idx) |
| |
| const BufferString & | get (idx_type idx) const |
| |
| BufferString | getDispString (size_type maxnritems=-1, bool quoted=true) const |
| |
| size_type | getIdx (const_iterator it) const |
| |
| size_type | getIdx (iterator it) const |
| |
| TypeSet< idx_type > | getMatches (const char *globexpr, OD::CaseSensitivity cs=OD::CaseInsensitive) const |
| |
| idx_type * | getSortIndexes (bool caseinsns=true, bool asc=true) const |
| |
| SetType & | getStringSet () |
| |
| const SetType & | getStringSet () const |
| |
| uiStringSet | getUiStringSet () const |
| |
| bool | hasUniqueNames (OD::CaseSensitivity cs=OD::CaseSensitive) const |
| |
| idx_type | indexOf (const BufferString *b) const |
| |
| idx_type | indexOf (const char *, OD::CaseSensitivity s=OD::CaseSensitive) const |
| | first match More...
|
| |
| idx_type | indexOf (const GlobExpr &) const |
| | first match More...
|
| |
| void | insertAt (BufferString *bs, idx_type idx) |
| |
| bool | isEmpty () const |
| |
| bool | isPresent (const BufferString *b) const |
| |
| bool | isPresent (const char *s, OD::CaseSensitivity c=OD::CaseSensitive) const |
| |
| bool | isSubsetOf (const BufferStringSet &) const |
| |
| BufferString * | last () |
| |
| const BufferString * | last () const |
| |
| size_type | max_size () const |
| |
| size_type | maxLength () const |
| |
| idx_type | nearestMatch (const char *, bool caseinsens) const |
| |
| idx_type | nearestMatch (const char *, OD::CaseSensitivity cs=OD::CaseInsensitive) const |
| |
| std::int64_t | nrItems () const override |
| |
| bool | operator!= (const BufferStringSet &) const |
| |
| BufferStringSet & | operator+= (BufferString *bs) |
| |
| BufferStringSet & | operator= (const char *arr[]) |
| |
| bool | operator== (const BufferStringSet &) const |
| |
| BufferString * | operator[] (idx_type idx) |
| |
| const BufferString * | operator[] (idx_type idx) const |
| |
| bool | remove (const char *) |
| |
| void | removeRange (idx_type i1, idx_type i2) |
| |
| void | removeSingle (idx_type i) |
| |
| void | removeSingle (idx_type i, bool) |
| |
| BufferStringSet & | replace (idx_type idx, BufferString *bs) |
| |
| void | reverse () override |
| |
| BufferStringSet & | set (idx_type idx, BufferString *bs) |
| |
| void | setEmpty () |
| |
| void | setNullAllowed (bool yn=true) |
| |
| size_type | size () const |
| |
| void | sort (bool caseinsens=true, bool asc=true) |
| |
| void | swap (BufferStringSet &oth) |
| |
| void | swap (idx_type i1, idx_type i2) |
| |
| void | swapItems (std::int64_t i1, std::int64_t i2) override |
| |
| void | unCat (const char *, const char *sepstr="\n") |
| |
| void | use (const QList< QString > &) |
| |
| void | use (const uiStringSet &) |
| |
| void | useIndexes (const idx_type *idxs) |
| |
| virtual void | usePar (const IOPar &) |
| |
| bool | validIdx (std::int64_t i) const override |
| |
| virtual | ~Set () |
| |
| bool | isEmpty () const |
| |
| void | setEmpty () |
| |
Provides file and directory names in a certain directory.
<>