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::auto_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, and onOkPushButtonClicked().
| te::qt::widgets::NewPropertyDialog::~NewPropertyDialog | ( | ) | 
Definition at line 56 of file NewPropertyDialog.cpp.
| te::dt::SimpleProperty * te::qt::widgets::NewPropertyDialog::getProperty | ( | ) | 
It returns a simple property class object.
Definition at line 65 of file NewPropertyDialog.cpp.
      
  | 
  slot | 
Definition at line 70 of file NewPropertyDialog.cpp.
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 60 of file NewPropertyDialog.cpp.
      
  | 
  private | 
Definition at line 88 of file NewPropertyDialog.h.
Referenced by NewPropertyDialog().
      
  | 
  private | 
Definition at line 87 of file NewPropertyDialog.h.
Referenced by NewPropertyDialog().