|
| InviwoFileDialog (QWidget *parent=nullptr, const std::string &title="", const std::string &pathType="default", const std::string &path="") |
|
virtual bool | show () override |
|
virtual int | exec () override |
|
virtual void | setTitle (const std::string &title) override |
|
virtual void | setAcceptMode (inviwo::AcceptMode mode) override |
|
virtual inviwo::AcceptMode | getAcceptMode () const override |
|
virtual void | setFileMode (inviwo::FileMode mode) override |
|
virtual inviwo::FileMode | getFileMode () const override |
|
virtual void | setContentType (const std::string &contentType) override |
|
virtual std::string | getContentType () const override |
|
virtual void | setCurrentFile (const std::string &filename) override |
| sets the current directory of the file dialog to the parent directory of the given file name or, if it is referring to a directory, to the given path. The file will be selected when the dialog is shown. More...
|
|
virtual std::vector< std::string > | getSelectedFiles () const override |
|
virtual void | setCurrentDirectory (const std::string &path) override |
| set the current directory of the file dialog More...
|
|
virtual FileExtension | getSelectedFileExtension () const override |
|
virtual void | setSelectedExtension (const FileExtension &ext) override |
|
virtual void | addExtension (const FileExtension &fileExt) override |
|
virtual void | addExtension (const std::string &ext, const std::string &description) override |
|
virtual void | addExtension (const std::string &extString) override |
|
virtual void | addExtensions (const std::vector< FileExtension > &extensions) override |
|
void | addSidebarPath (const PathType &path) |
|
void | addSidebarPath (const std::string &path) |
|
void | addSidebarPath (const QString &path) |
|
void | useNativeDialog (const bool &use=true) |
|
std::string | getSelectedFile () const |
|