Go to the documentation of this file.
17 #ifndef GZ_GUI_SEARCHMODEL_HH_
18 #define GZ_GUI_SEARCHMODEL_HH_
20 #include "gz/gui/Export.hh"
57 public:
bool filterAcceptsRow(
const int _srcRow,
65 public:
bool FilterAcceptsRowItself(
const int _srcRow,
73 public:
bool HasAcceptedChildren(
const int _srcRow,
80 public:
bool HasChildAcceptsItself(
const QModelIndex &_srcParent,
85 public:
void SetSearch(
const QString &_search);
91 #endif // GZ_GUI_SEARCHMODEL_HH_