A dialog used to configure informations about a symbol. More...
#include <SymbolInfoDialog.h>
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... | |
A dialog used to configure informations about a symbol.
Definition at line 53 of file SymbolInfoDialog.h.
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.
SymbolInfo te::qt::widgets::SymbolInfoDialog::getSymbolInfo | ( | ) | const |
Gets 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.
info | The symbol information. |
|
private |
Updates the dialog form based on internal symbol info object.
|
private |
Symbol information that will be configured by the dialog.
Definition at line 98 of file SymbolInfoDialog.h.
|
private |
Dialog form.
Definition at line 97 of file SymbolInfoDialog.h.