20 #ifndef __SYNTHCLONE_FILESELECTIONVIEW_H__
21 #define __SYNTHCLONE_FILESELECTIONVIEW_H__
198 handleDialogAccept();
201 handleDialogReject();
void pathsSelected(const QStringList &paths)
Emitted when the user selects a path or path(s).
void setFilesVisible(bool visible)
Sets a flag indicating whether or not to show files in the view.
bool areFilesVisible() const
Gets a flag indicating whether or not files are visible in the view.
Definition: fileselectionview.h:56
void setOperation(Operation operation)
Sets the FileSelectionView::Operation for the view.
A utility view class that handles the selection of files and directories.
Definition: fileselectionview.h:35
SelectionFilter getSelectionFilter() const
Gets the selection filter for this view.
Definition: component.h:26
FileSelectionView(QObject *parent=0)
Constructs a new FileSelectionView object.
void setDirectory(const QString &directory)
Sets the directory to be displayed.
Definition: fileselectionview.h:48
Definition: fileselectionview.h:57
QString getTitle() const
Gets the window title.
Definition: fileselectionview.h:47
SelectionFilter
Specifies the types of filesystem objects the user may select.
Definition: fileselectionview.h:55
~FileSelectionView()
Destroys a FileSelectionView object.
QString getDirectory() const
Gets the current displayed directory.
Operation
Specifies whether the view is being used to open or save a filesystem object.
Definition: fileselectionview.h:46
Definition: fileselectionview.h:58
void setSelectionFilter(SelectionFilter filter)
Sets the FileSelectionView::SelectionFilter for this view.
Operation getOperation() const
Gets the current FileSelectionView::Operation.
Definition: fileselectionview.h:59
void setTitle(const QString &title)
Sets the window title.
Utility view class.
Definition: view.h:38