22    , 
public QGraphicsItem
 
   25  Q_INTERFACES(QGraphicsItem)
 
   32  QRectF boundingRect() 
const override;
 
   33  void paint(QPainter* painter, 
const QStyleOptionGraphicsItem* option, QWidget* widget)
 
   37  void needRedraw() W_SIGNAL(needRedraw);
 
   38  void intervalSelected(
IntervalModel* cst) W_SIGNAL(intervalSelected, cst);
 
   42  QList<QGraphicsItem*> m_items;
 
 
Definition DocumentContext.hpp:18