Remote file dialog.
#include <avogadro/qtplugins/clientserver/filedialog.h>
|
void | fileSelected (const QString &) |
| Signal emitted when the user has chosen a file.
|
|
void | fileAcceptedInternal (const QString &) |
|
|
| FileDialog (ProtoCall::Runtime::vtkCommunicatorChannel *, QWidget *Parent, const QString &Title=QString(), const QString &Directory=QString(), const QString &Filter=QString()) |
|
void | setRecentlyUsedExtension (const QString &fileExtension) |
| set the most recently used file extension
|
|
QString | getSelectedFile () |
| Returns all the file groups.
|
|
void | accept () |
| accept this dialog
|
|
bool | selectFile (const QString &) |
| set a file current to support test playback
|
|
void | setShowHidden (const bool &hidden) |
| set if we show hidden files and holders
|
|
bool | getShowHidden () |
| returns the state of the show hidden flag
|
|
|
void | acceptExistingFiles () |
|
void | acceptDefault () |
|
QStringList | buildFileGroup (const QString &filename) |
|
virtual void | showEvent (QShowEvent *showEvent) |
|
The documentation for this class was generated from the following file: