![]() |
MAK Data Logger API Documentation for HLA
|
Base class to show data of a particular class instance. More...
Inheritance diagram for DtClassDataDlg:
Collaboration diagram for DtClassDataDlg:Signals | |
| void | hideWidget () |
| void | showWidget () |
| void | closeWidget () |
Public Member Functions | |
| DtClassDataDlg (DtDatatypeManager &dm, QWidget *parent=0, Qt::WFlags fl=0) | |
| Constructor. | |
| virtual | ~DtClassDataDlg () |
| Destructor. | |
| virtual void | clearList () |
Protected Member Functions | |
| 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 | closeEvent (QCloseEvent *e) |
| Process close 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 Q3ListViewItem * | createClassItem (Q3ListViewItem *parent, Q3ListViewItem *after, const char *label) |
| Create a list view item to contain the value string. | |
| 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. | |
Protected Attributes | |
| Ui::DtClassDataDlg | myUi |
| DtDatatypeManager & | myDatatypeManager |
Base class to show data of a particular class instance.
| DtClassDataDlg::DtClassDataDlg | ( | DtDatatypeManager & | dm, |
| QWidget * | parent = 0, |
||
| Qt::WFlags | fl = 0 |
||
| ) |
Constructor.
|
virtual |
Destructor.
|
protected |
Copy Constructor.
|
virtual |
|
protectedvirtual |
Process close event.
Reimplemented in DtObjectAttributeDataDlg.
|
signal |
|
protectedvirtual |
Create a list view item to contain the value string.
Reimplemented in DtObjectAttributeDataDlg.
|
protectedvirtual |
Process hide event.
|
signal |
|
protected |
Assignment Operator.
|
protectedvirtual |
helper function that removes all items after the specified item.
|
protectedvirtual |
Process resize event.
|
protectedvirtual |
Process show event.
|
signal |
|
protectedvirtual |
Process a datatype component found in an item value.
|
protectedvirtual |
Process the array elements of a component.
|
protectedvirtual |
Process the subcomponents of a component.
|
protected |
|
protected |