VR-Forces 4.0.4 Class Documentation
Public Types | Public Member Functions | Protected Attributes
makVrv::DtCustomTreeWidgetItem Class Reference

A custom tree widget item which allows for custom editing. More...

Inheritance diagram for makVrv::DtCustomTreeWidgetItem:
Inheritance graph
[legend]

List of all members.

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
DtDemyDe

Detailed Description

A custom tree widget item which allows for custom editing.


Member Typedef Documentation


Constructor & Destructor Documentation

makVrv::DtCustomTreeWidgetItem::DtCustomTreeWidgetItem ( DtDe de,
QTreeWidget parent,
int  type = QTreeWidgetItem::Type 
)

Member Function Documentation

virtual void makVrv::DtCustomTreeWidgetItem::setData ( int  column,
int  role,
const QVariant &  value 
) [virtual]
virtual void makVrv::DtCustomTreeWidgetItem::setColumnEditorType ( int  column,
DtCustomTreeWidgetEditor::EditorType  editorType 
) [virtual]
virtual void makVrv::DtCustomTreeWidgetItem::setComboBoxParameters ( int  column,
QStringList *  comboBoxParameters 
) [virtual]
virtual bool makVrv::DtCustomTreeWidgetItem::operator< ( const QTreeWidgetItem other) const [virtual]

Returns true if the text in the item is less than the text in other.

Overridden to sort without case sensitivity.


Member Data Documentation


The documentation for this class was generated from the following file:

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)