Inviwo  0.9.10.1
Inviwo documentation
inviwo::FileTreeWidget Class Reference
+ Inheritance diagram for inviwo::FileTreeWidget:

Signals

void selectedFileChanged (const QString &filename, bool isExample)
 
void loadFile (const QString &filename, bool isExample)
 

Public Member Functions

 FileTreeWidget (InviwoApplication *app, QWidget *parent=nullptr)
 
void updateRecentWorkspaces (const QStringList &recentFiles)
 
void updateExampleEntries ()
 
void updateRegressionTestEntries ()
 
bool selectRecentWorkspace (int index)
 
void setFilter (const QString &str)
 
void defaultExpand ()
 expand recent workspaces and examples, but not test workspaces
 
void expandItems ()
 expand all items depending on whether there is a filter enabled. If not, this will call defaultExpand(). More...
 

Protected Member Functions

QModelIndex findFirstLeaf (QModelIndex parent=QModelIndex()) const
 

Member Function Documentation

◆ expandItems()

void inviwo::FileTreeWidget::expandItems ( )

expand all items depending on whether there is a filter enabled. If not, this will call defaultExpand().

See also
defaultExpand

The documentation for this class was generated from the following files: