VR-Forces 5.0.2 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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.

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
 

Protected Attributes

EditorTypeMap myEditorTypeMap
 
DtDemyDe
 

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 Sun Dec 4 20:22:03 EST 2022 from SVN revision 249613
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)