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.
Definition at line 30 of file SymbolInfoDialog.cpp.
References m_ui.
| te::qt::widgets::SymbolInfoDialog::~SymbolInfoDialog | ( | ) |
Destructor.
Definition at line 37 of file SymbolInfoDialog.cpp.
| te::qt::widgets::SymbolInfo te::qt::widgets::SymbolInfoDialog::getSymbolInfo | ( | ) | const |
Gets the configured symbol information.
Definition at line 41 of file SymbolInfoDialog.cpp.
| void te::qt::widgets::SymbolInfoDialog::setReadMode | ( | bool | enable = true | ) |
Definition at line 52 of file SymbolInfoDialog.cpp.
Referenced by te::qt::widgets::SymbolSelectorDialog::onShowSymbolInfoPushButtonPressed().
| void te::qt::widgets::SymbolInfoDialog::setSymbolInfo | ( | const SymbolInfo & | info | ) |
Sets the symbol information to this dialog.
| info | The symbol information. |
Definition at line 46 of file SymbolInfoDialog.cpp.
Referenced by te::qt::widgets::SymbolSelectorDialog::onShowSymbolInfoPushButtonPressed().
|
private |
Updates the dialog form based on internal symbol info object.
Definition at line 60 of file SymbolInfoDialog.cpp.
|
private |
Symbol information that will be configured by the dialog.
Definition at line 98 of file SymbolInfoDialog.h.
|
private |