![]() |
VR-Forces 4.6 Class Documentation
|
A custom tree widget item which allows for custom editing. More...

Public Types | |
| typedef std::map< int, DtCustomTreeWidgetEditor::EditorType > | EditorTypeMap |
Public Member Functions | |
| DtCustomTreeWidgetItem (DtDe &de, QTreeWidget *parent, int type=QTreeWidgetItem::Type) | |
| virtual | ~DtCustomTreeWidgetItem () |
| virtual void | setData (int column, int role, const QVariant &value) |
| virtual void | setColumnEditorType (int column, DtCustomTreeWidgetEditor::EditorType editorType) |
| virtual void | setComboBoxParameters (int column, QStringList *comboBoxParameters) |
| void | edit (int column) |
| virtual bool | operator< (const QTreeWidgetItem &other) const |
| Returns true if the text in the item is less than the text in other. | |
Protected Attributes | |
| EditorTypeMap | myEditorTypeMap |
| DtDe & | myDe |
A custom tree widget item which allows for custom editing.
| typedef std::map<int, DtCustomTreeWidgetEditor::EditorType> makVrv::DtCustomTreeWidgetItem::EditorTypeMap |
| makVrv::DtCustomTreeWidgetItem::DtCustomTreeWidgetItem | ( | DtDe & | de, |
| QTreeWidget * | parent, | ||
| int | type = QTreeWidgetItem::Type |
||
| ) |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
| void makVrv::DtCustomTreeWidgetItem::edit | ( | int | column | ) |
|
virtual |
Returns true if the text in the item is less than the text in other.
Overridden to sort without case sensitivity.
|
protected |
|
protected |