#include <Plugin-VSI/types/filenameWidget.hh>
|
| | FilenameWidget (QMap< QString, QString > &_hints, const QString &_typeName, QWidget *_parent=NULL) |
| | Constructor.
|
| |
| | ~FilenameWidget () |
| | Destructor.
|
| |
| QString | toValue () override |
| | Convert current value to string.
|
| |
| void | fromValue (QString _from) override |
| | Read value from string.
|
| |
| void | toDefault () override |
| | Reset to default.
|
| |
| | TypeWidget (QMap< QString, QString > &_hints, const QString &_typeName, QWidget *_parent=NULL) |
| | Constructor.
|
| |
| virtual | ~TypeWidget () |
| | Destructor.
|
| |
Widget to configure filename inputs
Definition at line 64 of file filenameWidget.hh.
◆ FilenameWidget()
| VSI::FilenameWidget::FilenameWidget |
( |
QMap< QString, QString > & |
_hints, |
|
|
const QString & |
_typeName, |
|
|
QWidget * |
_parent = NULL |
|
) |
| |
◆ ~FilenameWidget()
| VSI::FilenameWidget::~FilenameWidget |
( |
| ) |
|
◆ fromValue()
| void VSI::FilenameWidget::fromValue |
( |
QString |
_from | ) |
|
|
overridevirtual |
◆ showDialog
| void VSI::FilenameWidget::showDialog |
( |
| ) |
|
|
privateslot |
◆ toDefault()
| void VSI::FilenameWidget::toDefault |
( |
| ) |
|
|
overridevirtual |
◆ toValue()
| QString VSI::FilenameWidget::toValue |
( |
| ) |
|
|
overridevirtual |
◆ default_
| QString VSI::FilenameWidget::default_ |
|
private |
◆ defaultSuffix_
| QString VSI::FilenameWidget::defaultSuffix_ |
|
private |
◆ dirOnly_
| bool VSI::FilenameWidget::dirOnly_ |
|
private |
◆ filter_
| QString VSI::FilenameWidget::filter_ |
|
private |
◆ line_
| QLineEdit* VSI::FilenameWidget::line_ |
|
private |
◆ mode_
| QFileDialog::AcceptMode VSI::FilenameWidget::mode_ |
|
private |
◆ selectButton_
| QPushButton* VSI::FilenameWidget::selectButton_ |
|
private |
The documentation for this class was generated from the following files: