![]() |
MAK Data Logger API Documentation for DIS
|
Shows attribute data of a particular object. More...
Inheritance diagram for DtObjectAttributeDataDlg:
Collaboration diagram for DtObjectAttributeDataDlg:Public Slots | |
| virtual void | updateObjectCb (DtObjectHistory *objectHistory) |
| Update the specified object. | |
Public Member Functions | |
| DtObjectAttributeDataDlg (DtDatatypeManager &dm, QWidget *parent=0, Qt::WFlags fl=0) | |
| Constructor. | |
| virtual | ~DtObjectAttributeDataDlg () |
| Destructor. | |
| virtual void | fillAttributes (DtObjectClassFedNode *classFedNode, DtObjectHistory *objectHistory) |
| Fill the list of attributes using the given object class node and force an update using the object history. | |
| virtual void | updateAttributes () |
| Update the attribute items for attributes whose data has been updated. | |
| virtual QSize | sizeHint () const |
| Returns the recommended size of this widget. | |
| virtual void | removeObject () |
| Remove the object (history) and clear the dialog. | |
Public Member Functions inherited from DtClassDataDlg | |
| DtClassDataDlg (DtDatatypeManager &dm, QWidget *parent=0, Qt::WFlags fl=0) | |
| Constructor. | |
| virtual | ~DtClassDataDlg () |
| Destructor. | |
| virtual void | clearList () |
Protected Member Functions | |
| DtObjectAttributeDataDlg (const DtObjectAttributeDataDlg &orig) | |
| Copy Constructor. | |
| DtObjectAttributeDataDlg & | operator= (const DtObjectAttributeDataDlg &rhs) |
| Assignment Operator. | |
| virtual void | closeEvent (QCloseEvent *) |
| Process close event. | |
| virtual Q3ListViewItem * | createClassItem (Q3ListViewItem *parent, Q3ListViewItem *after, const char *label) |
| Create a list view item to contain the value string. | |
| virtual void | fillAttributeData (DtObjectClassFedNode *classFedNode) |
Protected Member Functions inherited from DtClassDataDlg | |
| DtClassDataDlg (const DtClassDataDlg &orig) | |
| Copy Constructor. | |
| DtClassDataDlg & | operator= (const DtClassDataDlg &rhs) |
| Assignment Operator. | |
| virtual void | hideEvent (QHideEvent *e) |
| Process hide event. | |
| virtual void | showEvent (QShowEvent *e) |
| Process show event. | |
| virtual void | resizeEvent (QResizeEvent *e) |
| Process resize event. | |
| virtual void | removeFutureChildren (Q3ListViewItem *childItem) |
| helper function that removes all items after the specified item. | |
| virtual void | updateComponent (DtStringTree *strTree, Q3ListViewItem *parentItem, QString &valueString) |
| Process a datatype component found in an item value. | |
| virtual void | updateComponentElements (DtStringTree *strTree, Q3ListViewItem *parentItem, QString &valueString) |
| Process the array elements of a component. | |
| virtual void | updateSubComponents (DtStringTree *strTree, Q3ListViewItem *parentItem, QString &valueString) |
| Process the subcomponents of a component. | |
Static Protected Member Functions | |
| static void | reflectObjectUpdateCb (const DtStateMsg &msg, DtHlaObject *object, void *usr) |
| Callback for reflect update. | |
Protected Attributes | |
| DtObjectHistory * | myObjectHistory |
| DtObjectClassFedNode * | myClassFedNode |
Protected Attributes inherited from DtClassDataDlg | |
| Ui::DtClassDataDlg | myUi |
| DtDatatypeManager & | myDatatypeManager |
Additional Inherited Members | |
Signals inherited from DtClassDataDlg | |
| void | hideWidget () |
| void | showWidget () |
| void | closeWidget () |
Shows attribute data of a particular object.
| DtObjectAttributeDataDlg::DtObjectAttributeDataDlg | ( | DtDatatypeManager & | dm, |
| QWidget * | parent = 0, |
||
| Qt::WFlags | fl = 0 |
||
| ) |
Constructor.
|
virtual |
Destructor.
|
protected |
Copy Constructor.
|
protectedvirtual |
Process close event.
Reimplemented from DtClassDataDlg.
|
protectedvirtual |
Create a list view item to contain the value string.
Reimplemented from DtClassDataDlg.
|
protectedvirtual |
|
virtual |
Fill the list of attributes using the given object class node and force an update using the object history.
The object serves
|
protected |
Assignment Operator.
|
staticprotected |
Callback for reflect update.
|
virtual |
Remove the object (history) and clear the dialog.
|
virtual |
Returns the recommended size of this widget.
|
virtual |
Update the attribute items for attributes whose data has been updated.
|
virtualslot |
Update the specified object.
|
protected |
|
protected |