Frapper
1.0a
|
#include <PainterPanelListItem.h>
Public Member Functions | |
PainterPanelHistoryListItem (BaseShapeItem *item, QListWidget *parent=0, int type=UserType) | |
Constructor of the PainterPanelListItem class. | |
BaseShapeItem * | getItem () const |
Get the BaseShapeItem associated with the list item. | |
void | Item (BaseShapeItem *val) |
Set the BaseShapeItem associated with the list item. | |
Private Attributes | |
BaseShapeItem * | m_item |
The BaseShapeItem associated with the list item. | |
|
inline |
Constructor of the PainterPanelListItem class.
|
inline |
Get the BaseShapeItem associated with the list item.
|
inline |
Set the BaseShapeItem associated with the list item.
|
private |
The BaseShapeItem associated with the list item.