COPASI API
4.16.103
|
#include <CQStyledGraphicsItem.h>
Public Member Functions | |
CQStyledGraphicsItem (const CLGraphicalObject *go, const CLRenderResolver *resolver=NULL) | |
virtual | ~CQStyledGraphicsItem () |
![]() | |
CQCopasiGraphicsItem (const CLRenderResolver *resolver, const CLStyle *style) | |
const CLRenderResolver * | getResolver () const |
const CLStyle * | getStyle () const |
void | setResolver (const CLRenderResolver *resolver) |
void | setStyle (const CLStyle *style) |
virtual | ~CQCopasiGraphicsItem () |
Protected Member Functions | |
virtual QVariant | itemChange (GraphicsItemChange change, const QVariant &value) |
void | mouseReleaseEvent (QGraphicsSceneMouseEvent *event) |
Protected Attributes | |
bool | mWasMoved |
![]() | |
const CLRenderResolver * | mpResolver |
const CLStyle * | mpStyle |
Definition at line 17 of file CQStyledGraphicsItem.h.
CQStyledGraphicsItem::CQStyledGraphicsItem | ( | const CLGraphicalObject * | go, |
const CLRenderResolver * | resolver = NULL |
||
) |
Definition at line 15 of file CQStyledGraphicsItem.cpp.
References COPASI_LAYOUT_KEY, CQRenderConverter::fillGroupFromStyle(), CLGraphicalObject::getBoundingBox(), CLGraphicalObject::getKey(), CQCopasiGraphicsItem::mpResolver, and CQCopasiGraphicsItem::mpStyle.
|
virtual |
Definition at line 26 of file CQStyledGraphicsItem.cpp.
|
protectedvirtual |
Definition at line 46 of file CQStyledGraphicsItem.cpp.
References mWasMoved.
|
protected |
Definition at line 30 of file CQStyledGraphicsItem.cpp.
References COPASI_LAYOUT_KEY, mWasMoved, and CQLayoutScene::updatePosition().
|
protected |
Definition at line 27 of file CQStyledGraphicsItem.h.
Referenced by itemChange(), and mouseReleaseEvent().