|
void | TextFilterChanged () |
|
void | TypeFilterChanged () |
|
void | PathFilterChanged () |
|
void | SortByRecentUseChanged () |
|
void | FilterChanged () |
|
|
| plQtAssetBrowserFilter (QObject *pParent) |
|
void | Reset () |
| Resets all filters to their default state.
|
|
void | UpdateImportExtensions (const plSet< plString > &extensions) |
|
void | SetShowItemsInSubFolders (bool bShow) |
|
bool | GetShowItemsInSubFolders () const |
|
void | SetShowFiles (bool bShow) |
|
bool | GetShowFiles () const |
|
void | SetShowNonImportableFiles (bool bShow) |
|
bool | GetShowNonImportableFiles () const |
|
void | SetShowItemsInHiddenFolders (bool bShow) |
|
bool | GetShowItemsInHiddenFolders () const |
|
void | SetSortByRecentUse (bool bSort) |
|
virtual bool | GetSortByRecentUse () const override |
|
void | SetTextFilter (const char *szText) |
|
const char * | GetTextFilter () const |
|
void | SetPathFilter (const char *szPath) |
|
plStringView | GetPathFilter () const |
|
void | SetTypeFilter (const char *szTypes) |
|
const char * | GetTypeFilter () const |
|
void | SetFileExtensionFilters (plStringView sExtensions) |
|
void | SetRequiredTag (plStringView sRequiredTag) |
|
void | SetTemporaryPinnedItem (plStringView sDataDirParentRelativePath) |
| If set, the given item will be visible no matter what until any other filter is changed. This is used to ensure that newly created assets are always visible, even if they are excluded from the current filter.
|
|
plStringView | GetTemporaryPinnedItem () const |
|
virtual bool | IsAssetFiltered (plStringView sDataDirParentRelativePath, bool bIsFolder, const plSubAsset *pInfo) const override |
|
| plQtAssetFilter (QObject *pParent) |
|
virtual plStringView | GetFilterRelativePath (plStringView sDataDirParentRelativePath) const |
|
◆ GetSortByRecentUse()
virtual bool plQtAssetBrowserFilter::GetSortByRecentUse |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ IsAssetFiltered()
bool plQtAssetBrowserFilter::IsAssetFiltered |
( |
plStringView | sDataDirParentRelativePath, |
|
|
bool | bIsFolder, |
|
|
const plSubAsset * | pInfo ) const |
|
overridevirtual |
The documentation for this class was generated from the following files:
- Code/Editor/EditorFramework/Assets/AssetBrowserFilter.moc.h
- Code/Editor/EditorFramework/Assets/Implementation/AssetBrowserFilter.cpp