25 #include <QtGui/QWidget>
26 #include <QtCore/QAbstractItemModel>
35 class QTreeWidgetItem;
38 class QSortFilterProxyModel;
64 void addPath(
const std::string& name,
const std::string& path);
75 void handleSelection(
const QModelIndex& current,
const QModelIndex& previous);
void setSearchPath(const QString &context, const QString &path)
void selectPath(const char *path)
void addPath(const std::string &name, const std::string &path)
void setApplyOnSelect(bool on)
void filterChanged(const QString &str)
ExprTreeModel * treeModel
ExprTreeFilterModel * proxyModel
std::string getSelectedPath()
void saveLocalExpressionAs()
void addUserExpressionPath(const std::string &context)
If a scalar is used in a vector context
std::string _localExprDir
void expandToDepth(int depth)
ExprBrowser(QWidget *parent, ExprEditor *editor)
void handleSelection(const QModelIndex ¤t, const QModelIndex &previous)