Go to the documentation of this file.
25 #include <QAbstractItemModel>
34 class QTreeWidgetItem;
37 class QSortFilterProxyModel;
62 void addPath(
const std::string& name,
const std::string& path);
74 void handleSelection(
const QModelIndex& current,
const QModelIndex& previous);
std::string _localExprDir
void filterChanged(const QString &str)
void saveLocalExpressionAs()
void handleSelection(const QModelIndex ¤t, const QModelIndex &previous)
void setSearchPath(const QString &context, const QString &path)
bool getExpressionDirs(const std::string &context)
void expandToDepth(int depth)
ExprTreeFilterModel * proxyModel
ExprBrowser(QWidget *parent, ExprEditor *editor)
void selectPath(const char *path)
void setApplyOnSelect(bool on)
std::string getSelectedPath()
void addPath(const std::string &name, const std::string &path)
If a scalar is used in a vector context
void addUserExpressionPath(const std::string &context)
ExprTreeModel * treeModel