Protected Member Functions |
| virtual void const * | parameterValue (const DtInteractionTreeWidgetItem &interItem, const DtParameterFedNode ¶mNode, unsigned long &valueSize) |
| | Get the parameter value and size.
|
| | DtInteractionParameterDataDlg (const DtInteractionParameterDataDlg &orig) |
| | Copy Constructor.
|
| DtInteractionParameterDataDlg & | operator= (const DtInteractionParameterDataDlg &rhs) |
| | Assignment Operator.
|
| | 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 (QTreeWidgetItem *childItem) |
| | helper function that removes all items after the specified item.
|
| virtual QTreeWidgetItem * | createClassItem (QTreeWidgetItem *parent, QTreeWidgetItem *after, const char *label) |
| | Create a list view item to contain the value string.
|
| virtual void | updateComponent (DtStringTree *strTree, QTreeWidgetItem *parentItem, QString &valueString) |
| | Process a datatype component found in an item value.
|
| virtual void | updateComponentElements (DtStringTree *strTree, QTreeWidgetItem *parentItem, QString &valueString) |
| | Process the array elements of a component.
|
| virtual void | updateSubComponents (DtStringTree *strTree, QTreeWidgetItem *parentItem, QString &valueString) |
| | Process the subcomponents of a component.
|
Shows Parameter data of a particular interaction.