#include <FileNameSelectionControlElement.hh>
◆ FileNameSelectionControlElement()
FileNameSelectionControlElement::FileNameSelectionControlElement |
( |
const QString & |
label, |
|
|
const std::string & |
value = std::string() , |
|
|
bool |
onlyExistingFiles = false , |
|
|
const QString & |
filter = "" , |
|
|
QWidget * |
parent = 0 |
|
) |
| |
◆ ~FileNameSelectionControlElement()
FileNameSelectionControlElement::~FileNameSelectionControlElement |
( |
| ) |
|
◆ value()
std::string FileNameSelectionControlElement::value |
( |
| ) |
const |
◆ toStdString()
std::string FileNameSelectionControlElement::toStdString |
( |
| ) |
const |
|
virtual |
◆ setValue
void FileNameSelectionControlElement::setValue |
( |
const std::string & |
value | ) |
|
|
slot |
◆ valueChanged [1/3]
void FileNameSelectionControlElement::valueChanged |
( |
QString const & |
filename | ) |
|
|
signal |
◆ valueChanged [2/3]
void FileNameSelectionControlElement::valueChanged |
( |
std::string const & |
filename | ) |
|
|
signal |
◆ setSwitchable()
void AbstractControlElement::setSwitchable |
( |
const bool |
switchable | ) |
|
|
inherited |
◆ switchable()
bool AbstractControlElement::switchable |
( |
| ) |
const |
|
inherited |
◆ setActive()
void AbstractControlElement::setActive |
( |
const bool |
active | ) |
|
|
inherited |
◆ isActive()
bool AbstractControlElement::isActive |
( |
| ) |
const |
|
inherited |
◆ label()
QString AbstractControlElement::label |
( |
| ) |
const |
|
inherited |
◆ setLabel()
void AbstractControlElement::setLabel |
( |
const QString & |
label | ) |
|
|
inherited |
◆ labelWidget()
QWidget* AbstractControlElement::labelWidget |
( |
| ) |
|
|
inherited |
◆ controlWidget()
QWidget* AbstractControlElement::controlWidget |
( |
| ) |
|
|
inherited |
◆ activationStateChanged
void AbstractControlElement::activationStateChanged |
( |
bool |
| ) |
|
|
signalinherited |
◆ valueChanged [3/3]
void AbstractControlElement::valueChanged |
( |
| ) |
|
|
signalinherited |
◆ p_labelLayout
QHBoxLayout* AbstractControlElement::p_labelLayout |
|
protectedinherited |
◆ p_controlLayout
QHBoxLayout* AbstractControlElement::p_controlLayout |
|
protectedinherited |
◆ p_switch
QCheckBox* AbstractControlElement::p_switch |
|
protectedinherited |
◆ p_label
QLabel* AbstractControlElement::p_label |
|
protectedinherited |
The documentation for this class was generated from the following file: