Inherits QFrame.
|
| FilteredSearchWidget (QWidget *parent=nullptr, bool willUseOwnSelector=false) |
|
void | SetUseFavorites (bool useFavorites) |
|
void | SetTypeFilterVisible (bool visible) |
|
void | SetTypeFilters (const SearchTypeFilterList &typeFilters) |
|
void | AddTypeFilter (const SearchTypeFilter &typeFilter) |
|
void | SetupOwnSelector (SearchTypeSelector *selector) |
|
void | AddTypeFilter (const QString &category, const QString &displayName, const QVariant &metadata={}, int globalFilterValue=-1, FilterCriteriaButton::ExtraButtonType type=FilterCriteriaButton::ExtraButtonType::None, const QString &extraIconFileName={}) |
|
void | SetTextFilterVisible (bool visible) |
|
void | SetTextFilter (const QString &textFilter) |
|
void | ClearTextFilter () |
|
void | AddFavoritesButtonPressed () |
|
bool | IsAnyFilterActive () |
|
void | AddWidgetToSearchWidget (QWidget *w) |
|
void | SetFilteredParentVisible (bool visible) |
|
void | setEnabledFiltersVisible (bool visible) |
|
int | GetTypeFilterCount () |
|
void | GetTypeFilterDetails (const int index, QString &categoryKeyOut, QString &displayNameOut, bool &enabledOut) |
|
void | SetFilterState (const QString &category, const QString &displayName, bool enabled) |
|
void | SetFilterInputInterval (AZStd::chrono::milliseconds milliseconds) |
|
QString | placeholderText () const |
|
void | setPlaceholderText (const QString &placeholderText) |
|
QString | textFilter () const |
|
bool | hasStringFilter () const |
|
bool | textFilterFillsWidth () const |
|
void | setTextFilterFillsWidth (bool fillsWidth) |
|
void | clearLabelText () |
|
void | setLabelText (const QString &newLabelText) |
|
QString | labelText () const |
|
void | SetFilteredParentViewState () |
|
QToolButton * | assetTypeSelectorButton () const |
|
void | SetSelectionCount (int selectionCount) |
|
void | UseAlternativeButtonContainer (QFrame *container) |
| ALlows the owning widget to replace the drop down button container with its own container.
|
|
|
void | emitTypeFilterChanged () |
|
QLineEdit * | filterLineEdit () const |
|
QToolButton * | filterTypePushButton () const |
|
SearchTypeSelector * | filterTypeSelector () const |
|
const SearchTypeFilterList & | typeFilters () const |
|
virtual FilterCriteriaButton * | createCriteriaButton (const SearchTypeFilter &filter, int filterIndex) |
|
void | CreateTextFilterButton () |
|
void | createAddFavoriteSearchButton () |
|
void | RepositionFixedButtons () |
|
virtual void | SetupPaintDelegates () |
|
| AZ_PUSH_DISABLE_WARNING (4127 4251, "-Wunknown-warning-option") SearchTypeFilterList m_typeFilters |
|
| AZ_PUSH_DISABLE_WARNING (4251, "-Wunknown-warning-option") QMap< int |
|