Developer Documentation
|
#include <Plugin-VSI/types/filenameWidget.hh>
Public Member Functions | |
FilenameWidget (QMap< QString, QString > &_hints, QString _typeName, QWidget *_parent=NULL) | |
Constructor. | |
~FilenameWidget () | |
Destructor. | |
QString | toValue () |
Convert current value to string. | |
void | fromValue (QString _from) |
Read value from string. | |
void | toDefault () |
Reset to default. | |
Public Member Functions inherited from VSI::TypeWidget | |
TypeWidget (QMap< QString, QString > &_hints, QString _typeName, QWidget *_parent=NULL) | |
Constructor. | |
virtual | ~TypeWidget () |
Destructor. | |
Private Slots | |
void | showDialog () |
Private Attributes | |
QString | default_ |
QLineEdit * | line_ |
QPushButton * | selectButton_ |
QFileDialog::AcceptMode | mode_ |
QString | filter_ |
QString | defaultSuffix_ |
bool | dirOnly_ |
Widget to configure filename inputs
Definition at line 64 of file filenameWidget.hh.