Inherits MLABWidgetControl.
Public Slots | |
| void | cd (const QString &dir) |
| void | refresh () |
| void | setRootDir (const QString &root) |
| void | setSortMode (const QString &mode="name") |
This control shows a directory path browser and is used together with the DicomBrowser (MLABDicomBrowserControl).
MDL reference: PathBrowser
| void MLABPathBrowserControl::cd | ( | const QString & | dir | ) | [slot] |
Change Directory relative to RootDir, updates the contents.
| void MLABPathBrowserControl::refresh | ( | ) | [slot] |
Reload the contents, used when filesystem has changed.
| void MLABPathBrowserControl::setRootDir | ( | const QString & | root | ) | [slot] |
Set the RootDir for the PathBrowser, updates the contents.
| void MLABPathBrowserControl::setSortMode | ( | const QString & | mode = "name" |
) | [slot] |
Sets the SortMode for the content, sort by "name", "time", "size" or "unsorted".
1.5.8