]> Creatis software - cpPlugins.git/blob - libs/cpPipelineEditor/WidgetBlock.cxx
...
[cpPlugins.git] / libs / cpPipelineEditor / WidgetBlock.cxx
1 #include <cpPipelineEditor/WidgetBlock.h>
2 #include <QPainter>
3
4 // -------------------------------------------------------------------------
5 cpPipelineEditor::WidgetBlock::
6 WidgetBlock( QGraphicsItem* parent, QGraphicsScene* scene )
7   : Superclass( parent, scene )
8 {
9   this->m_SelectedColor = Qt::darkYellow;
10   this->m_NotSelectedColor = Qt::darkBlue;
11 }
12
13 // -------------------------------------------------------------------------
14 cpPipelineEditor::WidgetBlock::
15 ~WidgetBlock( )
16 {
17 }
18
19 // eof - $RCSfile$