MAK RTIspy API Documentation for HLA Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Protected Attributes
DtPropertyListViewItem Class Reference

A class to draw items in a DtPropertyListView. More...

+ Inheritance diagram for DtPropertyListViewItem:
+ Collaboration diagram for DtPropertyListViewItem:

Public Member Functions

 DtPropertyListViewItem (DtPropertyListView *, const DtProperty *)
 
 DtPropertyListViewItem (QTreeWidgetItem *, const DtProperty *)
 
virtual ~DtPropertyListViewItem ()
 
virtual void expandAll ()
 
virtual void collapseAll ()
 
virtual DtPropertyEditorWidgeteditor ()
 
virtual void setEditorText (const QString &)
 
virtual QString editorText ()
 
virtual bool operator< (const QTreeWidgetItem &) const
 
virtual bool operator< (const DtPropertyListViewItem &) const
 
DtPropertyproperty ()
 
const DtPropertyproperty () const
 
void setChanged (bool)
 
void setShowCheckBox (bool)
 
bool showCheckBox () const
 

Protected Attributes

DtPropertyEditorWidgetmyEditor
 
DtPropertymyProperty
 
bool myIsChanged
 
bool myShowCheckBox
 

Detailed Description

A class to draw items in a DtPropertyListView.

A class that draws the items, in rows of alternating colors, in a DtPropertySheet. This is the base class for the property-specific items that contain editors. Items that don't require any kind of editor can just use this class. Subclasses need to implement methods to return an editor specific to the type of property being displayed.

Constructor & Destructor Documentation

DtPropertyListViewItem::DtPropertyListViewItem ( DtPropertyListView ,
const DtProperty  
)
DtPropertyListViewItem::DtPropertyListViewItem ( QTreeWidgetItem ,
const DtProperty  
)
virtual DtPropertyListViewItem::~DtPropertyListViewItem ( )
virtual

Member Function Documentation

virtual void DtPropertyListViewItem::collapseAll ( )
virtual
virtual DtPropertyEditorWidget* DtPropertyListViewItem::editor ( )
virtual
virtual QString DtPropertyListViewItem::editorText ( )
inlinevirtual
virtual void DtPropertyListViewItem::expandAll ( )
virtual
virtual bool DtPropertyListViewItem::operator< ( const QTreeWidgetItem ) const
virtual
virtual bool DtPropertyListViewItem::operator< ( const DtPropertyListViewItem ) const
virtual
DtProperty* DtPropertyListViewItem::property ( )
const DtProperty* DtPropertyListViewItem::property ( ) const
void DtPropertyListViewItem::setChanged ( bool  )
virtual void DtPropertyListViewItem::setEditorText ( const QString &  )
inlinevirtual
void DtPropertyListViewItem::setShowCheckBox ( bool  )
bool DtPropertyListViewItem::showCheckBox ( ) const

Member Data Documentation

DtPropertyEditorWidget* DtPropertyListViewItem::myEditor
protected
bool DtPropertyListViewItem::myIsChanged
protected
DtProperty* DtPropertyListViewItem::myProperty
protected
bool DtPropertyListViewItem::myShowCheckBox
protected

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

Document ID: Generated on Sun Jul 20 16:15:30 EDT 2025 from SVN revision 277985
Copyright © 2005-2025 MAK Technologies Inc. All Rights Reserved (www.mak.com)