VR-Forces 4.1.1 Class Documentation
List of all members | 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]

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 
)
virtual makVrv::DtCustomTreeWidgetItem::~DtCustomTreeWidgetItem ( )
virtual

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
void makVrv::DtCustomTreeWidgetItem::edit ( int  column)
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

EditorTypeMap makVrv::DtCustomTreeWidgetItem::myEditorTypeMap
protected
DtDe& makVrv::DtCustomTreeWidgetItem::myDe
protected

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

Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)