15 class GraphicsTextItem;
16 class GraphicsInvisibleItem;
17 class GraphicsConnectionItem;
34 int getMaxRowIndex(
void)
const;
40 void connectToParent(
void);
44 void updateVersionPositionAndSize(
void);
46 void setAsActiveVersionBranch(
void);
51 void updateToRootAsActiveBranch(
void);
61 std::list<VersionGraphItem*> m_childVersions;
This file contains defines that may be used simplyfy class creation.
#define OT_DECL_NODEFAULT(___class)
Removes the default copy constructor and assignment operator.
Definition OTClassHelper.h:22
#define OT_DECL_NOCOPY(___class)
Removes the default copy constructor and assignment operator.
Definition OTClassHelper.h:14
Definition GraphicsConnectionItem.h:25
Definition GraphicsInvisibleItem.h:16
Graphics Scene for ot::GraphicsItem Adding QGraphicsItems to the scene that do not inherit ot::Graphi...
Definition GraphicsScene.h:31
The GraphicsStackItem is used adjust the size of child items marked as slave occording to the naster ...
Definition GraphicsStackItem.h:17
Definition GraphicsTextItem.h:17
Definition VersionGraphItem.h:19
std::list< VersionGraphItem * > getChildVersions(void) const
Definition VersionGraphItem.h:38
void setRowIndex(int _row)
Definition VersionGraphItem.h:31
void setParentVersionItem(VersionGraphItem *_item)
Definition VersionGraphItem.h:28
int getRowIndex(void) const
Definition VersionGraphItem.h:32
const VersionGraphVersionCfg & getVersionConfig(void) const
Definition VersionGraphItem.h:26
VersionGraphItem * getParentVersionItem(void) const
Definition VersionGraphItem.h:29
const QSizeF & getCurrentSize(void) const
Definition VersionGraphItem.h:48
Definition VersionGraphVersionCfg.h:22