43 m_LinesColor(Qt::magenta),
44 m_NodesColor(Qt::yellow),
45 m_ActiveNodesColor(Qt::cyan),
86 bool haschanged = iModified;
void SetReeditMode(bool iReeditMode)
Set the reedit mode.
QColor GetLineColor() const
Get the color of the line.
bool GetReeditMode()
Get the reedit mode.
void changeContourRepresentationProperty(float iLinewidth, QColor iLinecolor, QColor iNodecolor, QColor iActivenodecolor)
Signal sent if new properties have been generated by GenerateContourRepresentationProperties() ...
~QGoContourManualSegmentation()
Destructor.
QGoContourManualSegmentation(QWidget *parent=0)
Constructor.
void GenerateContourRepresentationProperties(bool iModified=false)
Generate the widget contour properties if it has been modified.
void validateContour()
Signal sent if we click on the "Validate" button in the widget.
QWidget * getWidget()
Get the base widget for the contour manual segmentation.
QGoContourManualSegmentationWidget * m_ContourSegmentationWidget
QColor GetActivatedNodeColor() const
Get the color of the Active Node.
void reinitializeContour()
Signal sent if we click on the "Reinitialize" button in the widget.
QColor m_ActiveNodesColor
bool connect(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type)
QColor GetNodeColor() const
Get the color of the Node.
double GetLineWidth() const
Get the width of the line.