#include <TxqParamTableItem.h>
Inheritance diagram for TxqParamTableItem::

Public Methods | |
| TxqParamTableItem (QTable *t, EditType e, TxAttributeSet *a, const QString s, const QVariant &v, int r) | |
| Construct a TxqParamTableItem given the QTable and EditTye parameters. More... | |
| virtual | ~TxqParamTableItem () |
| The destructor. More... | |
| QWidget* | createEditor () const |
| Create the widget. More... | |
| void | setContentFromEditor (QWidget *w) |
| Set the content from the editor widget. More... | |
| void | setText (const QString &newText) |
| Set the new text. More... | |
| virtual void | setAttribValue () |
| Public interface to set the attribute value from the class data members. More... | |
Protected Methods | |
| virtual void | setAttribValue (const TXSTD::string name, const double value) |
| Set the attribute value. More... | |
Private Attributes | |
| QGuardedPtr<QLineEdit> | dLineEdit |
| The editor widget. More... | |
Definition at line 33 of file TxqParamTableItem.h.
|
|
Construct a TxqParamTableItem given the QTable and EditTye parameters.
|
|
|
The destructor.
Definition at line 52 of file TxqParamTableItem.h. |
|
|
Create the widget. This widget is a QLineEdit and will edit a double number using a validator. |
|
|
Set the attribute value.
Reimplemented in TxqParamVecTableItem. |
|
|
Public interface to set the attribute value from the class data members.
Reimplemented from TxqTableItem. |
|
|
Set the content from the editor widget.
|
|
|
Set the new text.
|
|
|
The editor widget.
Definition at line 92 of file TxqParamTableItem.h. |
Copyright Tech-X Corporation, all rights reserved.