te::qt::widgets::NewPropertyDialog Class Reference

A dialog for creating a new property. More...

#include <NewPropertyDialog.h>

Inheritance diagram for te::qt::widgets::NewPropertyDialog:

Public Slots

void onOkPushButtonClicked ()
 

Public Member Functions

te::dt::SimplePropertygetProperty ()
 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::NewPropertyWidgetm_propWidget
 
std::auto_ptr< Ui::NewPropertyDialogForm > m_ui
 

Detailed Description

A dialog for creating a new property.

Definition at line 55 of file NewPropertyDialog.h.

Constructor & Destructor Documentation

te::qt::widgets::NewPropertyDialog::NewPropertyDialog ( QWidget *  parent = 0,
Qt::WindowFlags  f = 0 
)
te::qt::widgets::NewPropertyDialog::~NewPropertyDialog ( )

Member Function Documentation

te::dt::SimpleProperty* te::qt::widgets::NewPropertyDialog::getProperty ( )

It returns a simple property class object.

Returns
The caller of this method will TAKE the ownership of the returned SimpleProperty pointer.
void te::qt::widgets::NewPropertyDialog::onOkPushButtonClicked ( )
slot
void te::qt::widgets::NewPropertyDialog::setDataSourceId ( std::string  id)

Used to get all data types supported by this data source.

Parameters
idString used to define the data source id

Member Data Documentation

te::qt::widgets::NewPropertyWidget* te::qt::widgets::NewPropertyDialog::m_propWidget
private

Definition at line 88 of file NewPropertyDialog.h.

std::auto_ptr<Ui::NewPropertyDialogForm> te::qt::widgets::NewPropertyDialog::m_ui
private

Definition at line 87 of file NewPropertyDialog.h.


The documentation for this class was generated from the following file: