GOFIGURE2
0.9.0
|
#include <Code/GUI/lib/TraceEditing/QGoContourEditingWidgetManager.h>
Public Slots | |
virtual void | SetVisible (bool isVisible) |
void | StartManualSegmentation (bool iValue) |
display only the current timepoint in the TSlice comboboxes of the qgoalgomanagerwidgets, disable them and enable the channel comboboxes More... | |
![]() | |
void | SetVisible (bool isVisible) |
show or hide the dockwidget and check the current selected mode in order to emit a signal to get the seeds widget if show or to disable it of hide More... | |
Signals | |
void | changeContourRepresentationProperty (float iLinewidth, QColor iLinecolor, QColor iNodecolor, QColor iActivenodecolor) |
void | ContourValidated (int iTCoord) |
void | ManualSegmentationActivated (bool) |
void | reinitializeContour () |
![]() | |
void | ClearAllSeeds () |
void | SetSeedInteractorBehaviour (bool enable) |
emit true to get the seeds widget enabled and false to disable it More... | |
void | TracesCreatedFromAlgo (std::vector< vtkPolyData * > iVectPolydata, int iTCoord) |
emitted when new meshes need to be saved in database and rendered in the vizu, return the TSlice selected in the TSlice combobox More... | |
void | TracesMergedFromAlgo (vtkPolyData *iPolydata) |
void | TracesSplittedFromAlgo (std::vector< vtkPolyData * > iVectPolydata) |
void | UpdateSeeds () |
Public Member Functions | |
bool | GetReeditMode () |
Get the reedit mode. More... | |
void | InitializeSettingsForManualMode () |
QGoContourEditingWidgetManager (std::vector< QString > iVectChannels, int iTimeMin, int iTimeMax, std::vector< vtkPoints * > *iSeeds, GoImageProcessor *iImages, int *iCurrentTimePoint, QWidget *iParent=0) | |
void | SetReeditMode (bool iReeditMode) |
Set the reedit mode. More... | |
~QGoContourEditingWidgetManager () | |
![]() | |
QGoDockWidget * | GetDockWidget () |
QAction * | GetToggleViewAction () |
QGoTraceEditingWidgetManager (std::string iTraceName, std::vector< QString > iVectChannels, int iTimeMin, int iTimeMax, std::vector< vtkPoints * > *iSeeds, GoImageProcessor *iImages, int *iCurrentTimePoint, QWidget *iParent=0) | |
virtual void | SetTSliceForClassicView () |
display only the current timepoint in the TSlice comboboxes of the qgoalgomanagerwidgets, disable them and enable the channel comboboxes More... | |
virtual void | SetTSliceForDopplerView (QHash< QString, QColor > iListTimePoints, int iChannelNumber) |
display the 3 timepoints chosen by the user in the TSlice comboboxes of the qgoalgomanagerwidgets, enable them, display only the channel tracked by the user and disable the channel comboboxes More... | |
~QGoTraceEditingWidgetManager () | |
![]() | |
bool | blockSignals (bool block) |
QObject * | child (const char *objName, const char *inheritsClass, bool recursiveSearch) const |
const QObjectList & | children () const |
const char * | className () const |
bool | connect (const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) const |
void | deleteLater () |
void | destroyed (QObject *obj) |
bool | disconnect (const QObject *receiver, const char *method) |
bool | disconnect (const char *signal, const QObject *receiver, const char *method) |
void | dumpObjectInfo () |
void | dumpObjectTree () |
QList< QByteArray > | dynamicPropertyNames () const |
virtual bool | event (QEvent *e) |
virtual bool | eventFilter (QObject *watched, QEvent *event) |
T | findChild (const QString &name) const |
QList< T > | findChildren (const QRegExp ®Exp) const |
QList< T > | findChildren (const QString &name) const |
bool | inherits (const char *className) const |
void | insertChild (QObject *object) |
void | installEventFilter (QObject *filterObj) |
bool | isA (const char *className) const |
bool | isWidgetType () const |
void | killTimer (int id) |
virtual const QMetaObject * | metaObject () const |
void | moveToThread (QThread *targetThread) |
const char * | name () const |
const char * | name (const char *defaultName) const |
QString | objectName () const |
QObject * | parent () const |
QVariant | property (const char *name) const |
QObject (QObject *parent) | |
QObject (QObject *parent, const char *name) | |
void | removeChild (QObject *object) |
void | removeEventFilter (QObject *obj) |
void | setName (const char *name) |
void | setObjectName (const QString &name) |
void | setParent (QObject *parent) |
bool | setProperty (const char *name, const QVariant &value) |
bool | signalsBlocked () const |
int | startTimer (int interval) |
QThread * | thread () const |
virtual | ~QObject () |
Protected Slots | |
void | ApplyLevelSetAlgo () |
void | ContourToValidate () |
slot called when the user clicks on "validate" for the manual mode More... | |
Protected Member Functions | |
void | SetManualMode (QStringList iListTimePoint, QWidget *iParent) |
virtual void | SetSemiAutomaticAlgorithms (QWidget *iParent=0) |
add the algowidget of the different algo in the algomanagerwidget for the semi automatic mode and set the different SIGNAL/SLOTS connections More... | |
![]() | |
template<typename T > | |
void | GetPolydatasFromAlgo (T *iAlgo) |
get the vtkpolydata for the new created meshes by the chosen algo More... | |
int | GetSelectedTimePoint () |
return the selected timepoint in the TSlice combobox More... | |
void | SetTheDockWidget (QWidget *iParent) |
void | SetTheTraceWidget (std::vector< QString > iVectChannels, int iTimeMin, int iTimeMax, QWidget *iParent) |
![]() | |
bool | checkConnectArgs (const char *signal, const QObject *object, const char *method) |
virtual void | childEvent (QChildEvent *event) |
virtual void | connectNotify (const char *signal) |
virtual void | customEvent (QEvent *event) |
virtual void | disconnectNotify (const char *signal) |
int | receivers (const char *signal) const |
QObject * | sender () const |
int | senderSignalIndex () const |
virtual void | timerEvent (QTimerEvent *event) |
Protected Attributes | |
QGoContourLevelSetAlgo * | m_LevelSetAlgo |
QGoContourManualSegmentation * | m_ManualMode |
![]() | |
int * | m_CurrentTimePoint |
GoImageProcessor * | m_Images |
QStringList | m_ListTimePoint |
int | m_MaxThreshold |
std::vector< vtkPoints * > * | m_Seeds |
QGoDockWidget * | m_TraceEditingDockWidget |
QGoTraceEditingWidget * | m_TraceEditingWidget |
std::string | m_TraceName |
Additional Inherited Members | |
![]() | |
bool | connect (const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type) |
bool | connect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type) |
bool | disconnect (const QObject *sender, const char *signal, const QObject *receiver, const char *method) |
bool | disconnect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method) |
QString | tr (const char *sourceText, const char *disambiguation, int n) |
QString | trUtf8 (const char *sourceText, const char *disambiguation, int n) |
![]() | |
QByteArray | normalizeSignalSlot (const char *signalSlot) |
![]() | |
objectName | |
interactions between the user and the algorithms for the contours
Definition at line 55 of file QGoContourEditingWidgetManager.h.
QGoContourEditingWidgetManager::QGoContourEditingWidgetManager | ( | std::vector< QString > | iVectChannels, |
int | iTimeMin, | ||
int | iTimeMax, | ||
std::vector< vtkPoints * > * | iSeeds, | ||
GoImageProcessor * | iImages, | ||
int * | iCurrentTimePoint, | ||
QWidget * | iParent = 0 |
||
) |
Definition at line 46 of file QGoContourEditingWidgetManager.cxx.
QGoContourEditingWidgetManager::~QGoContourEditingWidgetManager | ( | ) |
Definition at line 63 of file QGoContourEditingWidgetManager.cxx.
|
protectedslot |
Definition at line 155 of file QGoContourEditingWidgetManager.cxx.
|
signal |
|
protectedslot |
slot called when the user clicks on "validate" for the manual mode
Definition at line 117 of file QGoContourEditingWidgetManager.cxx.
|
signal |
bool QGoContourEditingWidgetManager::GetReeditMode | ( | ) |
Get the reedit mode.
Definition at line 183 of file QGoContourEditingWidgetManager.cxx.
void QGoContourEditingWidgetManager::InitializeSettingsForManualMode | ( | ) |
Definition at line 190 of file QGoContourEditingWidgetManager.cxx.
|
signal |
|
signal |
|
protected |
Definition at line 69 of file QGoContourEditingWidgetManager.cxx.
void QGoContourEditingWidgetManager::SetReeditMode | ( | bool | iReeditMode | ) |
Set the reedit mode.
[in] | iReeditMode | true: we are in reedit mode, false:classic segmentation |
Definition at line 176 of file QGoContourEditingWidgetManager.cxx.
|
protectedvirtual |
add the algowidget of the different algo in the algomanagerwidget for the semi automatic mode and set the different SIGNAL/SLOTS connections
Implements QGoTraceEditingWidgetManager.
Definition at line 125 of file QGoContourEditingWidgetManager.cxx.
|
virtualslot |
Definition at line 197 of file QGoContourEditingWidgetManager.cxx.
|
slot |
display only the current timepoint in the TSlice comboboxes of the qgoalgomanagerwidgets, disable them and enable the channel comboboxes
display the 3 timepoints chosen by the user in the TSlice comboboxes of the qgoalgomanagerwidgets, enable them, display only the channel tracked by the user and disable the channel comboboxes
Definition at line 102 of file QGoContourEditingWidgetManager.cxx.
|
protected |
Definition at line 111 of file QGoContourEditingWidgetManager.h.
|
protected |
Definition at line 109 of file QGoContourEditingWidgetManager.h.