#include <picitem.h>
Inheritance diagram for PicItem:


Public Member Functions | |
| PicItem (ICNDocument *icnDocument, bool newItem, const char *id, MicroSettings *_microSettings) | |
| ~PicItem () | |
| void | drawShape (QPainter &p) |
| virtual void | buttonStateChanged (const QString &id, bool state) |
| virtual bool | isMovable () const |
| virtual void | updateZ (int baseZ) |
Static Public Member Functions | |
| static QString | typeString () |
Protected Slots | |
| void | slotMicroSettingsDlgAccepted () |
Protected Member Functions | |
| void | updateVisibility () |
Protected Attributes | |
| MicroSettings * | microSettings |
| PinItemList | m_pinItemList |
| ICNDocument * | p_icnDocument |
| bool | m_bExpanded |
| int | m_innerHeight |
Definition at line 66 of file picitem.h.
| virtual bool PicItem::isMovable | ( | ) | const [inline, virtual] |
| void PicItem::updateZ | ( | int | baseZ | ) | [virtual] |
Sets this item to the given baseZ level, and calls this function for the children with baseZ incremented by one. Reinherit this function to set the Z of attached stuff (such as nodes).
Reimplemented from CNItem.
Definition at line 299 of file picitem.cpp.
References CIWidgetMgr::button().
Referenced by PicItem().
1.5.1