Reference documentation
Public Member Functions | List of all members
ItemDelegate Class Reference

The Thistle::ItemDelegate class provides display and editing facilities for data items. More...

Inheritance diagram for ItemDelegate:

Public Member Functions

 ItemDelegate (QWidget *parent=0)
 Constructs an item delegate with the given parent.
 
ItemStyleitemStyle () const
 Returns the Thistle::ItemStyle used to draw the item.
 
void setItemStyle (const ItemStyle &myStyle)
 Sets the Thistle::ItemStyle used to draw the item.
 

Detailed Description

The Thistle::ItemDelegate class provides display and editing facilities for data items.

Thistle::ItemDelegate inherits QStyledItemDelegate. Thistle::ItemDelegate uses the Thistle::ItemStyle class to determine the look and feel.

See Qt reference documentation for more detail on delegates.