GOFIGURE2
0.9.0
|
abstract class handles the interactions between the user and the algorithms for one kind of trace More...
#include <Code/GUI/lib/TraceEditing/QGoTraceEditingWidgetManager.h>
Public Slots | |
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 | 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 | |
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 Member Functions | |
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... | |
virtual void | SetSemiAutomaticAlgorithms (QWidget *iParent=0)=0 |
add the algowidget of the different algo in the algomanagerwidget for the semi automatic mode and set the different SIGNAL/SLOTS connections 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 | |
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 | |
abstract class handles the interactions between the user and the algorithms for one kind of trace
Definition at line 56 of file QGoTraceEditingWidgetManager.h.
|
explicit |
Definition at line 46 of file QGoTraceEditingWidgetManager.cxx.
QGoTraceEditingWidgetManager::~QGoTraceEditingWidgetManager | ( | ) |
Definition at line 70 of file QGoTraceEditingWidgetManager.cxx.
|
signal |
QGoDockWidget * QGoTraceEditingWidgetManager::GetDockWidget | ( | ) |
Definition at line 135 of file QGoTraceEditingWidgetManager.cxx.
|
inlineprotected |
get the vtkpolydata for the new created meshes by the chosen algo
Definition at line 146 of file QGoTraceEditingWidgetManager.h.
|
protected |
return the selected timepoint in the TSlice combobox
Definition at line 167 of file QGoTraceEditingWidgetManager.cxx.
QAction * QGoTraceEditingWidgetManager::GetToggleViewAction | ( | ) |
Definition at line 128 of file QGoTraceEditingWidgetManager.cxx.
|
signal |
emit true to get the seeds widget enabled and false to disable it
|
protectedpure virtual |
add the algowidget of the different algo in the algomanagerwidget for the semi automatic mode and set the different SIGNAL/SLOTS connections
Implemented in QGoMeshEditingWidgetManager, and QGoContourEditingWidgetManager.
|
protected |
Definition at line 103 of file QGoTraceEditingWidgetManager.cxx.
|
protected |
Definition at line 76 of file QGoTraceEditingWidgetManager.cxx.
|
virtual |
display only the current timepoint in the TSlice comboboxes of the qgoalgomanagerwidgets, disable them and enable the channel comboboxes
Reimplemented in QGoMeshEditingWidgetManager.
Definition at line 150 of file QGoTraceEditingWidgetManager.cxx.
|
virtual |
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
Reimplemented in QGoMeshEditingWidgetManager.
Definition at line 158 of file QGoTraceEditingWidgetManager.cxx.
|
slot |
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
Definition at line 142 of file QGoTraceEditingWidgetManager.cxx.
|
signal |
emitted when new meshes need to be saved in database and rendered in the vizu, return the TSlice selected in the TSlice combobox
|
signal |
|
signal |
|
signal |
|
protected |
Definition at line 122 of file QGoTraceEditingWidgetManager.h.
|
protected |
Definition at line 121 of file QGoTraceEditingWidgetManager.h.
|
protected |
Definition at line 123 of file QGoTraceEditingWidgetManager.h.
|
protected |
Definition at line 124 of file QGoTraceEditingWidgetManager.h.
|
protected |
Definition at line 120 of file QGoTraceEditingWidgetManager.h.
|
protected |
Definition at line 116 of file QGoTraceEditingWidgetManager.h.
|
protected |
Definition at line 117 of file QGoTraceEditingWidgetManager.h.
|
protected |
Definition at line 119 of file QGoTraceEditingWidgetManager.h.