te::qt::widgets::SymbolInfoDialog Class Reference

A dialog used to configure informations about a symbol. More...

#include <SymbolInfoDialog.h>

Inheritance diagram for te::qt::widgets::SymbolInfoDialog:

Public Member Functions

SymbolInfo getSymbolInfo () const
 Gets the configured symbol information. More...
 
void setReadMode (bool enable=true)
 
void setSymbolInfo (const SymbolInfo &info)
 Sets the symbol information to this dialog. More...
 
Initializer Methods

Methods related to instantiation and destruction.

 SymbolInfoDialog (QWidget *parent=0, Qt::WindowFlags f=0)
 Constructs a symbol info dialog which is a child of parent, with widget flags set to f. More...
 
 ~SymbolInfoDialog ()
 Destructor. More...
 

Private Member Functions

void updateUi ()
 Updates the dialog form based on internal symbol info object. More...
 

Private Attributes

SymbolInfo m_symbolInfo
 Symbol information that will be configured by the dialog. More...
 
std::auto_ptr< Ui::SymbolInfoDialogForm > m_ui
 Dialog form. More...
 

Detailed Description

A dialog used to configure informations about a symbol.

Definition at line 53 of file SymbolInfoDialog.h.

Constructor & Destructor Documentation

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

Constructs a symbol info dialog which is a child of parent, with widget flags set to f.

te::qt::widgets::SymbolInfoDialog::~SymbolInfoDialog ( )

Destructor.

Member Function Documentation

SymbolInfo te::qt::widgets::SymbolInfoDialog::getSymbolInfo ( ) const

Gets the configured symbol information.

Returns
The configured symbol information.
void te::qt::widgets::SymbolInfoDialog::setReadMode ( bool  enable = true)
void te::qt::widgets::SymbolInfoDialog::setSymbolInfo ( const SymbolInfo info)

Sets the symbol information to this dialog.

Parameters
infoThe symbol information.
Note
The dialog form will be update based on given information parameters.
void te::qt::widgets::SymbolInfoDialog::updateUi ( )
private

Updates the dialog form based on internal symbol info object.

Member Data Documentation

SymbolInfo te::qt::widgets::SymbolInfoDialog::m_symbolInfo
private

Symbol information that will be configured by the dialog.

Definition at line 98 of file SymbolInfoDialog.h.

std::auto_ptr<Ui::SymbolInfoDialogForm> te::qt::widgets::SymbolInfoDialog::m_ui
private

Dialog form.

Definition at line 97 of file SymbolInfoDialog.h.


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