tlp::PropertyConfigurationWidget Class Reference
Configuration widget for a property.
More...
#include <CSVImportConfigurationWidget.h>
List of all members.
Signals
Public Member Functions
Detailed Description
Configuration widget for a property.
Constructor & Destructor Documentation
| tlp::PropertyConfigurationWidget::PropertyConfigurationWidget |
( |
unsigned int |
propertyNumber, |
|
|
const QString & |
propertyName, |
|
|
bool |
propertyNameIsEditable, |
|
|
const std::string & |
PropertyType, |
|
|
QWidget * |
parent = NULL | |
|
) |
| | |
Member Function Documentation
| QCheckBox* tlp::PropertyConfigurationWidget::getCheckBox |
( |
|
) |
[inline] |
| QLineEdit* tlp::PropertyConfigurationWidget::getNameLineEdit |
( |
|
) |
[inline] |
| QString tlp::PropertyConfigurationWidget::getPropertyName |
( |
|
) |
const |
| unsigned int tlp::PropertyConfigurationWidget::getPropertyNumber |
( |
|
) |
const |
| std::string tlp::PropertyConfigurationWidget::getPropertyType |
( |
|
) |
const |
Return the selected property type.
| bool tlp::PropertyConfigurationWidget::getPropertyUsed |
( |
|
) |
const |
| QComboBox* tlp::PropertyConfigurationWidget::getTypeComboBox |
( |
|
) |
[inline] |
| void tlp::PropertyConfigurationWidget::propertyNameChange |
( |
QString |
newName |
) |
[signal] |
| void tlp::PropertyConfigurationWidget::setPropertyNameValidator |
( |
QValidator * |
validator |
) |
|
Set the property name validator. Use to chek if entered graph name is valid.
| void tlp::PropertyConfigurationWidget::stateChange |
( |
bool |
state |
) |
[signal] |