15 class GraphicsTextItem;
16 class GraphicsInvisibleItem;
17 class GraphicsConnectionItem;
34 int getMaxRowIndex(
void)
const;
41 const std::list<VersionGraphItem*>&
getChildVersions(
void)
const {
return m_childVersions; };
44 void connectToParent(
void);
45 void disconnectFromParent(
void);
47 void updateVersionPositionAndSize(
void);
49 void setIsInActiveBranch(
void);
64 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
void setRowIndex(int _row)
Definition VersionGraphItem.h:31
void setParentVersionItem(VersionGraphItem *_item)
Definition VersionGraphItem.h:28
int getRowIndex(void) const
Definition VersionGraphItem.h:32
void clearChildVersions(void)
Definition VersionGraphItem.h:42
const std::list< VersionGraphItem * > & getChildVersions(void) const
Definition VersionGraphItem.h:41
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:51
Definition VersionGraphVersionCfg.h:24