A dialog for creating a new property. More...
#include <NewPropertyDialog.h>
Public Slots | |
| void | onOkPushButtonClicked () |
Public Member Functions | |
| te::dt::SimpleProperty * | getProperty () |
| It returns a simple property class object. More... | |
| NewPropertyDialog (QWidget *parent=0, Qt::WindowFlags f=0) | |
| void | setDataSourceId (std::string id) |
| Used to get all data types supported by this data source. More... | |
| ~NewPropertyDialog () | |
Private Attributes | |
| te::qt::widgets::NewPropertyWidget * | m_propWidget |
| std::unique_ptr< Ui::NewPropertyDialogForm > | m_ui |
A dialog for creating a new property.
Definition at line 55 of file NewPropertyDialog.h.
| te::qt::widgets::NewPropertyDialog::NewPropertyDialog | ( | QWidget * | parent = 0, |
| Qt::WindowFlags | f = 0 |
||
| ) |
Definition at line 38 of file NewPropertyDialog.cpp.
References m_propWidget, m_ui, onOkPushButtonClicked(), and ~NewPropertyDialog().
|
default |
Referenced by NewPropertyDialog().
| te::dt::SimpleProperty * te::qt::widgets::NewPropertyDialog::getProperty | ( | ) |
It returns a simple property class object.
Definition at line 63 of file NewPropertyDialog.cpp.
References te::qt::widgets::NewPropertyWidget::getProperty(), and m_propWidget.
|
slot |
Definition at line 68 of file NewPropertyDialog.cpp.
References te::qt::widgets::NewPropertyWidget::buildProperty(), and m_propWidget.
Referenced by NewPropertyDialog().
| void te::qt::widgets::NewPropertyDialog::setDataSourceId | ( | std::string | id | ) |
Used to get all data types supported by this data source.
| id | String used to define the data source id |
Definition at line 58 of file NewPropertyDialog.cpp.
References m_propWidget, and te::qt::widgets::NewPropertyWidget::setDataSourceId().
|
private |
Definition at line 88 of file NewPropertyDialog.h.
Referenced by getProperty(), NewPropertyDialog(), onOkPushButtonClicked(), and setDataSourceId().
|
private |
Definition at line 87 of file NewPropertyDialog.h.
Referenced by NewPropertyDialog().