|
GOFIGURE2
0.9.0
|
#include <Code/GUI/lib/QGoTabImageView3DwT.h>
Public Types | |
| typedef QGoPrintDatabase::IDWithColorData | IDWithColorData |
| typedef QGoPrintDatabase::NamesDescrContainerType | NamesDescrContainerType |
| typedef QGoTabElementBase::QGoDockWidgetStatusPair | QGoDockWidgetStatusPair |
Public Types inherited from QGoTabElementBase | |
| typedef std::pair < QGoDockWidgetStatus *, QDockWidget * > | QGoDockWidgetStatusPair |
Public Slots | |
| void | AddContourForMeshToContours (vtkPolyData *) |
| void | AdjustWindowLevel (double iMin, double iMax) |
| void | Change3DPerspectiveToAxial () |
| void | Change3DPerspectiveToCoronal () |
| void | Change3DPerspectiveToSagittal () |
| void | ChangeBackgroundColor () |
| void | CreateMeshFromSelectedContours (std::list< unsigned int > ListContourIDs, int iMeshID) |
| void | DopplerSizeChanged (int iSize) |
| void | FullScreenViewXY () |
| void | FullScreenViewXYZ () |
| void | FullScreenViewXZ () |
| void | FullScreenViewYZ () |
| void | GoToDefaultMenu (bool iEnable=false) |
| void | HighlightPickedActor () |
| void | MergeInDBAndRenderMeshForVisu (vtkPolyData *iVectPolydata) |
| void | ModeChanged (int iChannel) |
| void | PolydatasRequested () |
| void | Quadview () |
| void | ReEditContour (const unsigned int &iId) |
| int | SaveAndVisuContour (int iTCoord, vtkPolyData *iView=NULL) |
| void | SaveAndVisuMesh (vtkPolyData *iView, unsigned int iTCoord, int iCollection=-1) |
| Save a mesh in the database and render the mesh at the given time point. | |
| void | SaveInDBAndRenderContourForVisu (std::vector< vtkPolyData * > iVectPolydata, int iTCoord) |
| void | SaveInDBAndRenderMeshForVisu (std::vector< vtkPolyData * > iVectPolydata, int iTCoord) |
| Save a mesh in the database and render the mesh. at the current time point. | |
| void | SaveInDBAndRenderSetOfContoursForVisu (std::vector< std::vector< vtkPolyData * > >, int) |
| void | SetFullScreenView (int iS) |
| void | SetSliceView () |
| void | SetSliceViewXY (int) |
| void | SetSliceViewXZ (int) |
| void | SetSliceViewYZ (int) |
| void | SetTimePoint (const int &) |
| QString | SnapshotViewXY (GoFigure::FileType iType, QString iBaseName=QString("snapshot-xy-")) |
| QString | SnapshotViewXYZ (GoFigure::FileType iType, QString iBaseName=QString("snapshot-xyz-")) |
| QString | SnapshotViewXZ (GoFigure::FileType iType, QString BaseName=QString("snapshot-xz-")) |
| QString | SnapshotViewYZ (GoFigure::FileType iType, QString iBaseName=QString("snapshot-yz-")) |
| void | SplitInDBAndRenderMeshForVisu (std::vector< vtkPolyData * > iVectPolydata) |
| void | StepChanged (int iStep) |
| void | TakeSnapshot () |
| void | updatePoints (QString, std::map< unsigned int, unsigned int >, QColor, int, int, int) |
| void | updateSlot () |
| void | ValidateContour (int iTCoord) |
| void | visibilityChanged (QString iName, bool iVisibility) |
| void | VisibilityPickedActor () |
Signals | |
| void | ContourRepresentationPropertiesChanged () |
| void | FullScreenViewChanged (int FullScreen) |
| void | RequestedPolydatas (std::list< vtkPolyData * >) |
| void | SliceViewXYChanged (int Slice) |
| void | SliceViewXZChanged (int Slice) |
| void | SliceViewYZChanged (int Slice) |
| void | StartContourSegmentation (vtkPoints *iPoints) |
| void | StartMeshSegmentation (vtkPoints *iPoints) |
| void | TimePointChanged (int TimePoint) |
| void | UpdateBookmarkOpenActions (std::vector< QAction * >) |
Public Member Functions | |
| template<class TIndex > | |
| void | AddContourFromNodes (typename ContourContainer::MultiIndexContainerType::index< TIndex >::type::iterator iIt) |
| template<class TIndex > | |
| void | AddMeshFromNodes (typename ContourMeshContainer::MultiIndexContainerType::index< TIndex >::type::iterator iIt) |
| template<class TIndex > | |
| void | AddTrackFromNodes (typename TrackContainer::MultiIndexContainerType::index< TIndex >::type::iterator iIt) |
| GoFigureMeshAttributes | ComputeMeshAttributes (vtkPolyData *iMesh, const bool &iIntensity, const unsigned int &iTCoord) |
| void | CreateContoursActorsFromVisuContainer (std::list< unsigned int > iTPointToLoad) |
| Creates actors for the contours which are at the given time points in the container. The actors are not visible by default. (see ShowTraces) | |
| void | CreateContoursActorsFromVisuContainer () |
| void | CreateMeshesActorsFromVisuContainer (std::list< unsigned int > iTPointToLoad) |
| Creates actors for the meshes which are at the given time points in the container. The actors are not visible by default. (see ShowTraces) | |
| void | CreateMeshesActorsFromVisuContainer () |
| void | CreateModeToolBar (QMenu *iMenu, QToolBar *iToolBar) |
| ContourContainer * | GetContourContainer () |
| MeshContainer * | GetMeshContainer () |
| int | GetSliceViewXY () const |
| int | GetSliceViewXZ () const |
| int | GetSliceViewYZ () const |
| GoFigure::TabDimensionType | GetTabDimensionType () const |
| int | GetTimeInterval () const |
| int | GetTimePoint () const |
| TrackContainer * | GetTrackContainer () |
| void | InitializeToolsForTracesToolBar (QMenu *iMenu, QToolBar *iToolBar) |
| void | InitializeTraceSettingsToolBar (QToolBar *iToolBar) |
| QGoTabImageView3DwT (QWidget *parent=0) | |
| Default Constructor. | |
| virtual void | ReadSettings () |
| Read Settings for the related tab element. | |
| void | retranslateUi (QWidget *parent) |
| void | SetLSMReader (vtkLSMReader *iReader, const int &iTimePoint) |
| void | SetMegaCaptureFile (const GoFigureFileInfoHelperMultiIndexContainer &iContainer, const GoFigure::FileType &iFileType, const std::string &iHeader, const unsigned int &iTimePoint) |
| void | setupUi (QWidget *parent) |
| void | ShowTraces (const unsigned int &iTimePoint) |
| Show traces from container which are at the given time point. Only updates contours and meshes since tracks and lineages go over several time points. | |
| void | UpdateTFEditor () |
| virtual void | WriteSettings () |
| Write Settings for the tab element. | |
| virtual | ~QGoTabImageView3DwT () |
| Destructor. | |
Public Member Functions inherited from QGoTabElementBase | |
| virtual std::vector< QAction * > | BookmarkActions () |
| Get all actions belonging to Bookmark Menu and Toolbar. | |
| virtual void | CreateViewToolBar (QMenu *iMenu, QToolBar *iToolBar) |
| virtual void | DefaultInteractorBehavior (bool) |
| Mouse interaction style set as default. | |
| virtual std::list < QGoDockWidgetStatusPair > & | DockWidget () |
| Get all actions belonging to Mode Menu and Toolbar. | |
| virtual std::list< QAction * > | GetPluginActions () |
| virtual std::list < QGoToolBarStatus * > | GetToolBarsStatus () |
| QGoTabElementBase (QWidget *parent=0) | |
| Constructor. | |
| virtual std::vector< QAction * > | SegmentationActions () |
| Get all actions belonging to Segmentation Menu and Toolbar. | |
| virtual void | SetPluginActions (std::list< QAction * > iList) |
| void | SetStatusBarPointer (QStatusBar *iStatusbar) |
| virtual std::vector< QAction * > | ToolsActions () |
| Get all actions belonging to Tools Menu and Toolbar. | |
| virtual void | TranslateInteractorBehavior (bool) |
| Mouse interaction style allows user to Translate volume with all buttons. | |
| virtual std::vector< QAction * > | ViewActions () |
| Get all actions belonging to View Menu and Toolbar. | |
| virtual std::vector< QAction * > | ViewNoToolBarActions () |
| Get all actions belonging to View Menu only. | |
| virtual void | ZoomInteractorBehavior (bool) |
| Mouse interaction style allows user to zoom in/out volume with all buttons. | |
| virtual | ~QGoTabElementBase () |
| Destructor. | |
Public Member Functions inherited from QMainWindow | |
| void | addDockWidget (Qt::DockWidgetArea area, QDockWidget *dockwidget) |
| void | addDockWidget (Qt::DockWidgetArea area, QDockWidget *dockwidget, Qt::Orientation orientation) |
| void | addToolBar (Qt::ToolBarArea area, QToolBar *toolbar) |
| void | addToolBar (QToolBar *toolbar) |
| QToolBar * | addToolBar (const QString &title) |
| void | addToolBarBreak (Qt::ToolBarArea area) |
| QWidget * | centralWidget () const |
| Qt::DockWidgetArea | corner (Qt::Corner corner) const |
| virtual QMenu * | createPopupMenu () |
| DockOptions | dockOptions () const |
| Qt::DockWidgetArea | dockWidgetArea (QDockWidget *dockwidget) const |
| bool | documentMode () const |
| QSize | iconSize () const |
| void | iconSizeChanged (const QSize &iconSize) |
| void | insertToolBar (QToolBar *before, QToolBar *toolbar) |
| void | insertToolBarBreak (QToolBar *before) |
| bool | isAnimated () const |
| bool | isDockNestingEnabled () const |
| QMenuBar * | menuBar () const |
| QWidget * | menuWidget () const |
| QMainWindow (QWidget *parent, const char *name, QFlags< Qt::WindowType > flags) | |
| QMainWindow (QWidget *parent, QFlags< Qt::WindowType > flags) | |
| void | removeDockWidget (QDockWidget *dockwidget) |
| void | removeToolBar (QToolBar *toolbar) |
| void | removeToolBarBreak (QToolBar *before) |
| bool | restoreDockWidget (QDockWidget *dockwidget) |
| bool | restoreState (const QByteArray &state, int version) |
| QByteArray | saveState (int version) const |
| void | setAnimated (bool enabled) |
| void | setCentralWidget (QWidget *widget) |
| void | setCorner (Qt::Corner corner, Qt::DockWidgetArea area) |
| void | setDockNestingEnabled (bool enabled) |
| void | setDockOptions (QFlags< QMainWindow::DockOption > options) |
| void | setDocumentMode (bool enabled) |
| void | setIconSize (const QSize &iconSize) |
| void | setMenuBar (QMenuBar *menuBar) |
| void | setMenuWidget (QWidget *menuBar) |
| void | setStatusBar (QStatusBar *statusbar) |
| void | setTabPosition (QFlags< Qt::DockWidgetArea > areas, QTabWidget::TabPosition tabPosition) |
| void | setTabShape (QTabWidget::TabShape tabShape) |
| void | setToolButtonStyle (Qt::ToolButtonStyle toolButtonStyle) |
| void | setUnifiedTitleAndToolBarOnMac (bool set) |
| void | splitDockWidget (QDockWidget *first, QDockWidget *second, Qt::Orientation orientation) |
| QStatusBar * | statusBar () const |
| QList< QDockWidget * > | tabifiedDockWidgets (QDockWidget *dockwidget) const |
| void | tabifyDockWidget (QDockWidget *first, QDockWidget *second) |
| QTabWidget::TabPosition | tabPosition (Qt::DockWidgetArea area) const |
| QTabWidget::TabShape | tabShape () const |
| Qt::ToolBarArea | toolBarArea (QToolBar *toolbar) const |
| bool | toolBarBreak (QToolBar *toolbar) const |
| Qt::ToolButtonStyle | toolButtonStyle () const |
| void | toolButtonStyleChanged (Qt::ToolButtonStyle toolButtonStyle) |
| bool | unifiedTitleAndToolBarOnMac () const |
| ~QMainWindow () | |
Public Member Functions inherited from QWidget | |
| bool | acceptDrops () const |
| QString | accessibleDescription () const |
| QString | accessibleName () const |
| QList< QAction * > | actions () const |
| void | activateWindow () |
| void | addAction (QAction *action) |
| void | addActions (QList< QAction * > actions) |
| void | adjustSize () |
| bool | autoFillBackground () const |
| Qt::BackgroundMode | backgroundMode () const |
| QPoint | backgroundOffset () const |
| BackgroundOrigin | backgroundOrigin () const |
| QPalette::ColorRole | backgroundRole () const |
| QSize | baseSize () const |
| QString | caption () const |
| QWidget * | childAt (int x, int y, bool includeThis) const |
| QWidget * | childAt (const QPoint &p, bool includeThis) const |
| QWidget * | childAt (int x, int y) const |
| QWidget * | childAt (const QPoint &p) const |
| QRect | childrenRect () const |
| QRegion | childrenRegion () const |
| void | clearFocus () |
| void | clearMask () |
| bool | close (bool alsoDelete) |
| bool | close () |
| QColorGroup | colorGroup () const |
| void | constPolish () const |
| QMargins | contentsMargins () const |
| QRect | contentsRect () const |
| Qt::ContextMenuPolicy | contextMenuPolicy () const |
| QCursor | cursor () const |
| void | customContextMenuRequested (const QPoint &pos) |
| void | drawText (const QPoint &p, const QString &s) |
| void | drawText (int x, int y, const QString &s) |
| WId | effectiveWinId () const |
| void | ensurePolished () const |
| void | erase () |
| void | erase (const QRegion &rgn) |
| void | erase (const QRect &rect) |
| void | erase (int x, int y, int w, int h) |
| Qt::FocusPolicy | focusPolicy () const |
| QWidget * | focusProxy () const |
| QWidget * | focusWidget () const |
| const QFont & | font () const |
| QFontInfo | fontInfo () const |
| QFontMetrics | fontMetrics () const |
| QPalette::ColorRole | foregroundRole () const |
| QRect | frameGeometry () const |
| QSize | frameSize () const |
| const QRect & | geometry () const |
| void | getContentsMargins (int *left, int *top, int *right, int *bottom) const |
| virtual HDC | getDC () const |
| void | grabGesture (Qt::GestureType gesture, QFlags< Qt::GestureFlag > flags) |
| void | grabKeyboard () |
| void | grabMouse () |
| void | grabMouse (const QCursor &cursor) |
| int | grabShortcut (const QKeySequence &key, Qt::ShortcutContext context) |
| QGraphicsEffect * | graphicsEffect () const |
| QGraphicsProxyWidget * | graphicsProxyWidget () const |
| bool | hasEditFocus () const |
| bool | hasFocus () const |
| bool | hasMouse () const |
| bool | hasMouseTracking () const |
| int | height () const |
| virtual int | heightForWidth (int w) const |
| void | hide () |
| const QPixmap * | icon () const |
| void | iconify () |
| QString | iconText () const |
| QInputContext * | inputContext () |
| Qt::InputMethodHints | inputMethodHints () const |
| virtual QVariant | inputMethodQuery (Qt::InputMethodQuery query) const |
| void | insertAction (QAction *before, QAction *action) |
| void | insertActions (QAction *before, QList< QAction * > actions) |
| bool | isActiveWindow () const |
| bool | isAncestorOf (const QWidget *child) const |
| bool | isDesktop () const |
| bool | isDialog () const |
| bool | isEnabled () const |
| bool | isEnabledTo (QWidget *ancestor) const |
| bool | isEnabledToTLW () const |
| bool | isFullScreen () const |
| bool | isHidden () const |
| bool | isInputMethodEnabled () const |
| bool | isMaximized () const |
| bool | isMinimized () const |
| bool | isModal () const |
| bool | isPopup () const |
| bool | isShown () const |
| bool | isTopLevel () const |
| bool | isUpdatesEnabled () const |
| bool | isVisible () const |
| bool | isVisibleTo (QWidget *ancestor) const |
| bool | isVisibleToTLW () const |
| bool | isWindow () const |
| bool | isWindowModified () const |
| QLayout * | layout () const |
| Qt::LayoutDirection | layoutDirection () const |
| QLocale | locale () const |
| void | lower () |
| Qt::HANDLE | macCGHandle () const |
| Qt::HANDLE | macQDHandle () const |
| QPoint | mapFrom (QWidget *parent, const QPoint &pos) const |
| QPoint | mapFromGlobal (const QPoint &pos) const |
| QPoint | mapFromParent (const QPoint &pos) const |
| QPoint | mapTo (QWidget *parent, const QPoint &pos) const |
| QPoint | mapToGlobal (const QPoint &pos) const |
| QPoint | mapToParent (const QPoint &pos) const |
| QRegion | mask () const |
| int | maximumHeight () const |
| QSize | maximumSize () const |
| int | maximumWidth () const |
| int | minimumHeight () const |
| QSize | minimumSize () const |
| virtual QSize | minimumSizeHint () const |
| int | minimumWidth () const |
| void | move (int x, int y) |
| void | move (const QPoint &) |
| QWidget * | nativeParentWidget () const |
| QWidget * | nextInFocusChain () const |
| QRect | normalGeometry () const |
| void | overrideWindowFlags (QFlags< Qt::WindowType > flags) |
| bool | ownCursor () const |
| bool | ownFont () const |
| bool | ownPalette () const |
| virtual QPaintEngine * | paintEngine () const |
| const QPalette & | palette () const |
| QWidget * | parentWidget (bool sameWindow) const |
| QWidget * | parentWidget () const |
| QPlatformWindow * | platformWindow () const |
| QPlatformWindowFormat | platformWindowFormat () const |
| void | polish () |
| QPoint | pos () const |
| QWidget * | previousInFocusChain () const |
| QWidget (QWidget *parent, const char *name, QFlags< Qt::WindowType > f) | |
| QWidget (QWidget *parent, QFlags< Qt::WindowType > f) | |
| void | raise () |
| void | recreate (QWidget *parent, QFlags< Qt::WindowType > f, const QPoint &p, bool showIt) |
| QRect | rect () const |
| virtual void | releaseDC (HDC hdc) const |
| void | releaseKeyboard () |
| void | releaseMouse () |
| void | releaseShortcut (int id) |
| void | removeAction (QAction *action) |
| void | render (QPaintDevice *target, const QPoint &targetOffset, const QRegion &sourceRegion, QFlags< QWidget::RenderFlag > renderFlags) |
| void | render (QPainter *painter, const QPoint &targetOffset, const QRegion &sourceRegion, QFlags< QWidget::RenderFlag > renderFlags) |
| void | repaint (const QRect &r, bool b) |
| void | repaint (int x, int y, int w, int h, bool b) |
| void | repaint (const QRegion &rgn, bool b) |
| void | repaint () |
| void | repaint (int x, int y, int w, int h) |
| void | repaint (const QRegion &rgn) |
| void | repaint (const QRect &rect) |
| void | repaint (bool b) |
| void | reparent (QWidget *parent, QFlags< Qt::WindowType > f, const QPoint &p, bool showIt) |
| void | reparent (QWidget *parent, const QPoint &p, bool showIt) |
| void | resize (int w, int h) |
| void | resize (const QSize &) |
| bool | restoreGeometry (const QByteArray &geometry) |
| QByteArray | saveGeometry () const |
| void | scroll (int dx, int dy) |
| void | scroll (int dx, int dy, const QRect &r) |
| void | setAcceptDrops (bool on) |
| void | setAccessibleDescription (const QString &description) |
| void | setAccessibleName (const QString &name) |
| void | setActiveWindow () |
| void | setAttribute (Qt::WidgetAttribute attribute, bool on) |
| void | setAutoFillBackground (bool enabled) |
| void | setBackgroundColor (const QColor &color) |
| void | setBackgroundMode (Qt::BackgroundMode widgetBackground, Qt::BackgroundMode paletteBackground) |
| void | setBackgroundOrigin (BackgroundOrigin background) |
| void | setBackgroundPixmap (const QPixmap &pixmap) |
| void | setBackgroundRole (QPalette::ColorRole role) |
| void | setBaseSize (const QSize &) |
| void | setBaseSize (int basew, int baseh) |
| void | setCaption (const QString &c) |
| void | setContentsMargins (int left, int top, int right, int bottom) |
| void | setContentsMargins (const QMargins &margins) |
| void | setContextMenuPolicy (Qt::ContextMenuPolicy policy) |
| void | setCursor (const QCursor &) |
| void | setDisabled (bool disable) |
| void | setEditFocus (bool enable) |
| void | setEnabled (bool) |
| void | setEraseColor (const QColor &color) |
| void | setErasePixmap (const QPixmap &pixmap) |
| void | setFixedHeight (int h) |
| void | setFixedSize (const QSize &s) |
| void | setFixedSize (int w, int h) |
| void | setFixedWidth (int w) |
| void | setFocus () |
| void | setFocus (Qt::FocusReason reason) |
| void | setFocusPolicy (Qt::FocusPolicy policy) |
| void | setFocusProxy (QWidget *w) |
| void | setFont (const QFont &) |
| void | setFont (const QFont &f, bool b) |
| void | setForegroundRole (QPalette::ColorRole role) |
| void | setGeometry (const QRect &) |
| void | setGeometry (int x, int y, int w, int h) |
| void | setGraphicsEffect (QGraphicsEffect *effect) |
| void | setHidden (bool hidden) |
| void | setIcon (const QPixmap &i) |
| void | setIconText (const QString &it) |
| void | setInputContext (QInputContext *context) |
| void | setInputMethodEnabled (bool enabled) |
| void | setInputMethodHints (QFlags< Qt::InputMethodHint > hints) |
| void | setKeyCompression (bool b) |
| void | setLayout (QLayout *layout) |
| void | setLayoutDirection (Qt::LayoutDirection direction) |
| void | setLocale (const QLocale &locale) |
| void | setMask (const QBitmap &bitmap) |
| void | setMask (const QRegion ®ion) |
| void | setMaximumHeight (int maxh) |
| void | setMaximumSize (const QSize &) |
| void | setMaximumSize (int maxw, int maxh) |
| void | setMaximumWidth (int maxw) |
| void | setMinimumHeight (int minh) |
| void | setMinimumSize (int minw, int minh) |
| void | setMinimumSize (const QSize &) |
| void | setMinimumWidth (int minw) |
| void | setMouseTracking (bool enable) |
| void | setPalette (const QPalette &p, bool b) |
| void | setPalette (const QPalette &) |
| void | setPaletteBackgroundColor (const QColor &color) |
| void | setPaletteBackgroundPixmap (const QPixmap &pixmap) |
| void | setPaletteForegroundColor (const QColor &color) |
| void | setParent (QWidget *parent, QFlags< Qt::WindowType > f) |
| void | setParent (QWidget *parent) |
| void | setPlatformWindow (QPlatformWindow *window) |
| void | setPlatformWindowFormat (const QPlatformWindowFormat &format) |
| void | setShortcutAutoRepeat (int id, bool enable) |
| void | setShortcutEnabled (int id, bool enable) |
| void | setShown (bool shown) |
| void | setSizeIncrement (const QSize &) |
| void | setSizeIncrement (int w, int h) |
| void | setSizePolicy (QSizePolicy::Policy hor, QSizePolicy::Policy ver, bool hfw) |
| void | setSizePolicy (QSizePolicy::Policy horizontal, QSizePolicy::Policy vertical) |
| void | setSizePolicy (QSizePolicy) |
| void | setStatusTip (const QString &) |
| void | setStyle (QStyle *style) |
| QStyle * | setStyle (const QString &style) |
| void | setStyleSheet (const QString &styleSheet) |
| void | setToolTip (const QString &) |
| void | setUpdatesEnabled (bool enable) |
| virtual void | setVisible (bool visible) |
| void | setWhatsThis (const QString &) |
| void | setWindowFilePath (const QString &filePath) |
| void | setWindowFlags (QFlags< Qt::WindowType > type) |
| void | setWindowIcon (const QIcon &icon) |
| void | setWindowIconText (const QString &) |
| void | setWindowModality (Qt::WindowModality windowModality) |
| void | setWindowModified (bool) |
| void | setWindowOpacity (qreal level) |
| void | setWindowRole (const QString &role) |
| void | setWindowState (QFlags< Qt::WindowState > windowState) |
| void | setWindowSurface (QWindowSurface *surface) |
| void | setWindowTitle (const QString &) |
| void | show () |
| void | showFullScreen () |
| void | showMaximized () |
| void | showMinimized () |
| void | showNormal () |
| QSize | size () const |
| virtual QSize | sizeHint () const |
| QSize | sizeIncrement () const |
| QSizePolicy | sizePolicy () const |
| void | stackUnder (QWidget *w) |
| QString | statusTip () const |
| QStyle * | style () const |
| QString | styleSheet () const |
| bool | testAttribute (Qt::WidgetAttribute attribute) const |
| QString | toolTip () const |
| QWidget * | topLevelWidget () const |
| bool | underMouse () const |
| void | ungrabGesture (Qt::GestureType gesture) |
| void | unsetCursor () |
| void | unsetFont () |
| void | unsetLayoutDirection () |
| void | unsetLocale () |
| void | unsetPalette () |
| void | update (int x, int y, int w, int h) |
| void | update (const QRect &rect) |
| void | update () |
| void | update (const QRegion &rgn) |
| void | updateGeometry () |
| bool | updatesEnabled () const |
| QRect | visibleRect () const |
| QRegion | visibleRegion () const |
| QString | whatsThis () const |
| int | width () const |
| QWidget * | window () const |
| QString | windowFilePath () const |
| Qt::WindowFlags | windowFlags () const |
| QIcon | windowIcon () const |
| QString | windowIconText () const |
| Qt::WindowModality | windowModality () const |
| qreal | windowOpacity () const |
| QString | windowRole () const |
| Qt::WindowStates | windowState () const |
| QWindowSurface * | windowSurface () const |
| QString | windowTitle () const |
| Qt::WindowType | windowType () const |
| WId | winId () const |
| int | x () const |
| const QX11Info & | x11Info () const |
| Qt::HANDLE | x11PictureHandle () const |
| int | y () const |
| ~QWidget () | |
Public Member Functions inherited from QObject | |
| 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 | 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 () |
Public Member Functions inherited from QPaintDevice | |
| int | colorCount () const |
| int | depth () const |
| int | heightMM () const |
| int | logicalDpiX () const |
| int | logicalDpiY () const |
| int | numColors () const |
| bool | paintingActive () const |
| int | physicalDpiX () const |
| int | physicalDpiY () const |
| int | widthMM () const |
| int | x11Cells () const |
| Qt::HANDLE | x11Colormap () const |
| bool | x11DefaultColormap () const |
| bool | x11DefaultVisual () const |
| int | x11Depth () const |
| Display * | x11Display () const |
| int | x11Screen () const |
| void * | x11Visual () const |
| virtual | ~QPaintDevice () |
Public Attributes | |
| QGoPrintDatabase * | m_DataBaseTables |
Protected Slots | |
| void | ActorPickingInteractorBehavior (bool) |
| Mouse interaction style allows user to pick contours. | |
| void | AddBookmark () |
| void | AddTraceIDIntoPolydata (vtkPolyData *iPolydata, unsigned int iTraceID, const char *iTrace) |
| void | AngleWidgetInteractorBehavior (bool) |
| void | Box3DPicking (bool) |
| virtual void | DefaultInteractorBehavior (bool) |
| Mouse interaction style set as default. | |
| void | DistanceWidgetInteractorBehavior (bool) |
| void | EnableVolumeRendering (bool iEnable) |
| void | GetTheOpenBookmarksActions () |
| void | GetTheRelatedToDBActions () |
| void | GoToLocation (int iX, int iY, int iZ, int iT) |
| void | GoToRealLocation (double iX, double iY, double iZ, int iT) |
| void | ImportContours () |
| void | ImportMeshes () |
| void | ImportTracks () |
| void | ManualInteractorBehavior (bool) |
| Mouse interaction style allows contours segmentation, according to the selected type of segmentation. | |
| void | MoveToNextTimePoint () |
| void | MoveToPreviousTimePoint () |
| void | OpenExistingBookmark () |
| void | PlaneWidgetInteractorBehavior (bool) |
| void | SeedInteractorBehavior (bool) |
| Mouse interaction style allows meshes segmentation, according to the selected type of segmentation. | |
| void | SetDatabaseContainersAndDelayedConnections () |
| give the adress for the contours, meshes and tracks container to the QGoPrintDatabase, and make the connection for the status bar once the database variables have been set for the QGoPrintDatabase | |
| void | SetTraceSettingsToolBarVisible (bool IsVisible) |
| slot connected to the toggleaction of the TW, the contour and mesh editing, update the trace and collection name of the trace settings toolbar and widget and check if the trace settings toolbar needs to be shown/hidden | |
| void | StartDopplerView () |
| access to the megacapture reader to get the entity of interest images through time. updates the navigation widget. | |
| virtual void | TranslateInteractorBehavior (bool) |
| Mouse interaction style allows user to Translate volume with all buttons. | |
| void | UpdateSeeds () |
| void | UpdateTracesEditingWidget () |
| depending on the doppler/classic mode, update the TimePoints and channels of the mesh and contour widget | |
| virtual void | ZoomInteractorBehavior (bool) |
| Mouse interaction style allows user to zoom in/out volume with all buttons. | |
Protected Member Functions | |
| std::vector< vtkActor * > | AddContour (vtkPolyData *dataset, vtkProperty *property=NULL) |
| void | BuildDopplerWidget () |
| void | CreateAllViewActions () |
| void | CreateBookmarkActions () |
| template<typename T > | |
| void | CreateConnectionsTraceEditingWidget (int iTimeMin, int iTimeMax, T *iTraceWidget) |
| void | CreateContour (vtkPolyData *contour_nodes, vtkPolyData *iView) |
| void | CreateContourEditingDockWidget (int iTimeMin, int iTimeMax) |
| void | CreateDataBaseTablesConnection () |
| void | CreateMeshEditingDockWidget (int iTimeMin, int iTimeMax) |
| void | CreateToolsActions () |
| void | CreateTracesActions () |
| void | CreateVisuDockWidget () |
| void | GetBackgroundColorFromImageViewer () |
| std::vector< int > | GetBoundingBox (vtkPolyData *contour) |
| int * | GetImageCoordinatesFromWorldCoordinates (double pos[3]) |
| void | SaveContour (vtkPolyData *contour, vtkPolyData *contour_nodes, int iTCoord) |
| void | SaveMesh (vtkPolyData *iMesh, int iTCoord, int iCollectionID=-1) |
| Save mesh in Database. | |
| void | SetBackgroundColorToImageViewer () |
| void | SetTheContainersForDB () |
| give the adress for the contours, meshes and tracks container to the QGoPrintDatabase | |
| void | UpdateImage () |
| template<class TIndex > | |
| void | VisualizeContour (typename ContourContainer::MultiIndexContainerType::template index< TIndex >::type::iterator iIt, vtkPolyData *iContour) |
| template<class TIndex > | |
| void | VisualizeMesh (typename MeshContainer::MultiIndexContainerType::template index< TIndex >::type::iterator iIt) |
| std::vector< vtkActor * > | VisualizeTrace (vtkPolyData *iTrace, double *iRGBA) |
| template<class TContainer , class TIndex > | |
| void | VisualizeTraceBase (TContainer *iContainer, typename TContainer::MultiIndexContainerType::template index< TIndex >::type::iterator iIt, const double &iHighlighted, const double &iVisible, vtkPolyData *iContour=NULL) |
| template<class TIndex > | |
| void | VisualizeTrack (typename TrackContainer::MultiIndexContainerType::template index< TIndex >::type::iterator iIt) |
Private Member Functions | |
| void | CreateDopplerTFEditor () |
| void | createTransferFunctionEditor (QString iName) |
| std::vector< QString > | GetChannelNames () |
| void | InitializeImageRelatedWidget () |
| Q_DISABLE_COPY (QGoTabImageView3DwT) | |
| void | SetUpShortcuts () |
Private Attributes | |
| bool | m_VolumeRenderingEnabled |
Additional Inherited Members | |
Static Public Member Functions inherited from QWidget | |
| QWidget * | find (WId id) |
| QWidget * | keyboardGrabber () |
| QWidget * | mouseGrabber () |
| void | setTabOrder (QWidget *first, QWidget *second) |
| QWidgetMapper * | wmapper () |
Static Protected Member Functions inherited from QObject | |
| QByteArray | normalizeSignalSlot (const char *signalSlot) |
Properties inherited from QMainWindow | |
| animated | |
| dockNestingEnabled | |
| dockOptions | |
| documentMode | |
| iconSize | |
| tabShape | |
| toolButtonStyle | |
| unifiedTitleAndToolBarOnMac | |
Definition at line 103 of file QGoTabImageView3DwT.h.
Definition at line 120 of file QGoTabImageView3DwT.h.
Definition at line 119 of file QGoTabImageView3DwT.h.
Definition at line 118 of file QGoTabImageView3DwT.h.
|
explicit |
|
virtual |
Destructor.
Definition at line 271 of file QGoTabImageView3DwT.cxx.
|
protectedslot |
Mouse interaction style allows user to pick contours.
Mouse interaction style allows user to pick contours
Definition at line 521 of file QGoTabImageView3DwT.cxx.
|
protectedslot |
Definition at line 2238 of file QGoTabImageView3DwT.cxx.
|
protected |
Definition at line 2077 of file QGoTabImageView3DwT.cxx.
|
slot |
Definition at line 2561 of file QGoTabImageView3DwT.cxx.
|
inline |
Definition at line 205 of file QGoTabImageView3DwT.h.
|
inline |
Definition at line 187 of file QGoTabImageView3DwT.h.
|
protectedslot |
Definition at line 2925 of file QGoTabImageView3DwT.cxx.
|
inline |
Definition at line 195 of file QGoTabImageView3DwT.h.
|
slot |
Definition at line 3565 of file QGoTabImageView3DwT.cxx.
|
protectedslot |
Definition at line 542 of file QGoTabImageView3DwT.cxx.
|
protectedslot |
Definition at line 551 of file QGoTabImageView3DwT.cxx.
|
protected |
Definition at line 1513 of file QGoTabImageView3DwT.cxx.
|
slot |
Definition at line 2250 of file QGoTabImageView3DwT.cxx.
|
slot |
Definition at line 2259 of file QGoTabImageView3DwT.cxx.
|
slot |
Definition at line 2268 of file QGoTabImageView3DwT.cxx.
|
slot |
Definition at line 1810 of file QGoTabImageView3DwT.cxx.
| GoFigureMeshAttributes QGoTabImageView3DwT::ComputeMeshAttributes | ( | vtkPolyData * | iMesh, |
| const bool & | iIntensity, | ||
| const unsigned int & | iTCoord | ||
| ) |
Definition at line 2627 of file QGoTabImageView3DwT.cxx.
|
signal |
|
protected |
Definition at line 725 of file QGoTabImageView3DwT.cxx.
|
protected |
Definition at line 1093 of file QGoTabImageView3DwT.cxx.
|
inlineprotected |
Definition at line 577 of file QGoTabImageView3DwT.h.
|
protected |
Definition at line 2346 of file QGoTabImageView3DwT.cxx.
|
protected |
Definition at line 356 of file QGoTabImageView3DwT.cxx.
| void QGoTabImageView3DwT::CreateContoursActorsFromVisuContainer | ( | std::list< unsigned int > | iTPointToLoad | ) |
Creates actors for the contours which are at the given time points in the container. The actors are not visible by default. (see ShowTraces)
| [in] | iTPointToLoad | Time points to be used to create actors. |
Definition at line 3407 of file QGoTabImageView3DwT.cxx.
| void QGoTabImageView3DwT::CreateContoursActorsFromVisuContainer | ( | ) |
Definition at line 3385 of file QGoTabImageView3DwT.cxx.
|
protected |
Definition at line 620 of file QGoTabImageView3DwT.cxx.
|
private |
Definition at line 3670 of file QGoTabImageView3DwT.cxx.
|
protected |
Definition at line 408 of file QGoTabImageView3DwT.cxx.
| void QGoTabImageView3DwT::CreateMeshesActorsFromVisuContainer | ( | std::list< unsigned int > | iTPointToLoad | ) |
Creates actors for the meshes which are at the given time points in the container. The actors are not visible by default. (see ShowTraces)
| [in] | iTPointToLoad | Time points to be used to create actors. |
Definition at line 3466 of file QGoTabImageView3DwT.cxx.
| void QGoTabImageView3DwT::CreateMeshesActorsFromVisuContainer | ( | ) |
Definition at line 3444 of file QGoTabImageView3DwT.cxx.
|
slot |
Definition at line 2785 of file QGoTabImageView3DwT.cxx.
Reimplemented from QGoTabElementBase.
Definition at line 3094 of file QGoTabImageView3DwT.cxx.
|
protected |
Definition at line 1070 of file QGoTabImageView3DwT.cxx.
|
protected |
Definition at line 1000 of file QGoTabImageView3DwT.cxx.
|
private |
Definition at line 3260 of file QGoTabImageView3DwT.cxx.
|
protected |
Definition at line 569 of file QGoTabImageView3DwT.cxx.
|
protectedvirtualslot |
Mouse interaction style set as default.
Definition at line 484 of file QGoTabImageView3DwT.cxx.
|
protectedslot |
Definition at line 533 of file QGoTabImageView3DwT.cxx.
|
slot |
Definition at line 3234 of file QGoTabImageView3DwT.cxx.
|
protectedslot |
Definition at line 3366 of file QGoTabImageView3DwT.cxx.
|
signal |
|
slot |
Definition at line 1737 of file QGoTabImageView3DwT.cxx.
|
slot |
Definition at line 1776 of file QGoTabImageView3DwT.cxx.
|
slot |
Definition at line 1750 of file QGoTabImageView3DwT.cxx.
|
slot |
Definition at line 1763 of file QGoTabImageView3DwT.cxx.
|
protected |
Definition at line 1789 of file QGoTabImageView3DwT.cxx.
|
protected |
Definition at line 1923 of file QGoTabImageView3DwT.cxx.
|
private |
Definition at line 338 of file QGoTabImageView3DwT.cxx.
|
inline |
Definition at line 171 of file QGoTabImageView3DwT.h.
|
protected |
Definition at line 2069 of file QGoTabImageView3DwT.cxx.
|
inline |
Definition at line 176 of file QGoTabImageView3DwT.h.
| int QGoTabImageView3DwT::GetSliceViewXY | ( | ) | const |
Definition at line 2198 of file QGoTabImageView3DwT.cxx.
| int QGoTabImageView3DwT::GetSliceViewXZ | ( | ) | const |
Definition at line 2206 of file QGoTabImageView3DwT.cxx.
| int QGoTabImageView3DwT::GetSliceViewYZ | ( | ) | const |
Definition at line 2214 of file QGoTabImageView3DwT.cxx.
|
virtual |
|
protectedslot |
Definition at line 1169 of file QGoTabImageView3DwT.cxx.
|
protectedslot |
Definition at line 1113 of file QGoTabImageView3DwT.cxx.
| int QGoTabImageView3DwT::GetTimeInterval | ( | ) | const |
Definition at line 2230 of file QGoTabImageView3DwT.cxx.
| int QGoTabImageView3DwT::GetTimePoint | ( | ) | const |
Definition at line 2222 of file QGoTabImageView3DwT.cxx.
|
inline |
Definition at line 181 of file QGoTabImageView3DwT.h.
|
slot |
Definition at line 2613 of file QGoTabImageView3DwT.cxx.
|
protectedslot |
Definition at line 2896 of file QGoTabImageView3DwT.cxx.
|
protectedslot |
Definition at line 2907 of file QGoTabImageView3DwT.cxx.
|
slot |
Definition at line 2127 of file QGoTabImageView3DwT.cxx.
|
protectedslot |
Definition at line 2771 of file QGoTabImageView3DwT.cxx.
|
protectedslot |
Definition at line 2866 of file QGoTabImageView3DwT.cxx.
|
protectedslot |
Definition at line 2879 of file QGoTabImageView3DwT.cxx.
|
private |
Definition at line 1402 of file QGoTabImageView3DwT.cxx.
Definition at line 2973 of file QGoTabImageView3DwT.cxx.
| void QGoTabImageView3DwT::InitializeTraceSettingsToolBar | ( | QToolBar * | iToolBar | ) |
Definition at line 3042 of file QGoTabImageView3DwT.cxx.
|
protectedslot |
Mouse interaction style allows contours segmentation, according to the selected type of segmentation.
Definition at line 466 of file QGoTabImageView3DwT.cxx.
|
slot |
Definition at line 2456 of file QGoTabImageView3DwT.cxx.
|
slot |
Definition at line 1832 of file QGoTabImageView3DwT.cxx.
|
protectedslot |
Definition at line 3652 of file QGoTabImageView3DwT.cxx.
|
protectedslot |
Definition at line 3661 of file QGoTabImageView3DwT.cxx.
|
protectedslot |
Definition at line 1215 of file QGoTabImageView3DwT.cxx.
|
protectedslot |
Definition at line 560 of file QGoTabImageView3DwT.cxx.
|
slot |
Definition at line 3615 of file QGoTabImageView3DwT.cxx.
|
private |
|
slot |
Definition at line 1724 of file QGoTabImageView3DwT.cxx.
|
inlinevirtual |
Read Settings for the related tab element.
Implements QGoTabElementBase.
Definition at line 169 of file QGoTabImageView3DwT.h.
|
slot |
Definition at line 2086 of file QGoTabImageView3DwT.cxx.
|
signal |
| void QGoTabImageView3DwT::retranslateUi | ( | QWidget * | parent | ) |
| parent |
Definition at line 1317 of file QGoTabImageView3DwT.cxx.
|
slot |
Definition at line 2291 of file QGoTabImageView3DwT.cxx.
|
slot |
Save a mesh in the database and render the mesh at the given time point.
| [in] | iCollection | Collection ID we want the mesh to belong to. if -1, we get the collection ID from the trace editing widget. |
Definition at line 2527 of file QGoTabImageView3DwT.cxx.
|
protected |
Definition at line 1900 of file QGoTabImageView3DwT.cxx.
|
slot |
Definition at line 2511 of file QGoTabImageView3DwT.cxx.
|
slot |
Save a mesh in the database and render the mesh. at the current time point.
Definition at line 2394 of file QGoTabImageView3DwT.cxx.
|
slot |
Definition at line 2490 of file QGoTabImageView3DwT.cxx.
|
protected |
Save mesh in Database.
| [in] | iMesh | mesh to be saved |
| [in] | iTCoord |
Definition at line 2372 of file QGoTabImageView3DwT.cxx.
|
protectedslot |
Mouse interaction style allows meshes segmentation, according to the selected type of segmentation.
Definition at line 476 of file QGoTabImageView3DwT.cxx.
|
protected |
Definition at line 1801 of file QGoTabImageView3DwT.cxx.
|
protectedslot |
give the adress for the contours, meshes and tracks container to the QGoPrintDatabase, and make the connection for the status bar once the database variables have been set for the QGoPrintDatabase
Definition at line 659 of file QGoTabImageView3DwT.cxx.
|
slot |
Definition at line 1715 of file QGoTabImageView3DwT.cxx.
| void QGoTabImageView3DwT::SetLSMReader | ( | vtkLSMReader * | iReader, |
| const int & | iTimePoint | ||
| ) |
| [in] | iReader | |
| [in] | iTimePoint |
Definition at line 1335 of file QGoTabImageView3DwT.cxx.
| void QGoTabImageView3DwT::SetMegaCaptureFile | ( | const GoFigureFileInfoHelperMultiIndexContainer & | iContainer, |
| const GoFigure::FileType & | iFileType, | ||
| const std::string & | iHeader, | ||
| const unsigned int & | iTimePoint | ||
| ) |
| [in] | iContainer | MegaCapture file container |
| [in] | iFileType | file type (PNG, JPEG...) |
| [in] | iHeader | path to MegaCapture header |
| [in] | iTimePoint | Time point |
Definition at line 1362 of file QGoTabImageView3DwT.cxx.
|
slot |
Definition at line 2277 of file QGoTabImageView3DwT.cxx.
|
slot |
Definition at line 1688 of file QGoTabImageView3DwT.cxx.
|
slot |
Definition at line 1697 of file QGoTabImageView3DwT.cxx.
|
slot |
Definition at line 1706 of file QGoTabImageView3DwT.cxx.
|
protected |
give the adress for the contours, meshes and tracks container to the QGoPrintDatabase
Definition at line 672 of file QGoTabImageView3DwT.cxx.
|
slot |
Definition at line 1547 of file QGoTabImageView3DwT.cxx.
|
protectedslot |
slot connected to the toggleaction of the TW, the contour and mesh editing, update the trace and collection name of the trace settings toolbar and widget and check if the trace settings toolbar needs to be shown/hidden
Definition at line 2939 of file QGoTabImageView3DwT.cxx.
|
private |
Definition at line 3625 of file QGoTabImageView3DwT.cxx.
| void QGoTabImageView3DwT::setupUi | ( | QWidget * | parent | ) |
| parent |
Reimplemented from QWidget.
Definition at line 1273 of file QGoTabImageView3DwT.cxx.
| void QGoTabImageView3DwT::ShowTraces | ( | const unsigned int & | iTimePoint | ) |
Show traces from container which are at the given time point. Only updates contours and meshes since tracks and lineages go over several time points.
| [in] | iTimePoint | Visible time point. |
Definition at line 3553 of file QGoTabImageView3DwT.cxx.
|
signal |
|
signal |
|
signal |
|
slot |
Definition at line 1644 of file QGoTabImageView3DwT.cxx.
|
slot |
Definition at line 1677 of file QGoTabImageView3DwT.cxx.
|
slot |
Definition at line 1655 of file QGoTabImageView3DwT.cxx.
|
slot |
Definition at line 1666 of file QGoTabImageView3DwT.cxx.
|
slot |
Definition at line 2410 of file QGoTabImageView3DwT.cxx.
|
signal |
|
protectedslot |
access to the megacapture reader to get the entity of interest images through time. updates the navigation widget.
Definition at line 1011 of file QGoTabImageView3DwT.cxx.
|
signal |
|
slot |
Definition at line 1875 of file QGoTabImageView3DwT.cxx.
|
slot |
Definition at line 1236 of file QGoTabImageView3DwT.cxx.
|
signal |
|
protectedvirtualslot |
Mouse interaction style allows user to Translate volume with all buttons.
Definition at line 508 of file QGoTabImageView3DwT.cxx.
|
signal |
|
protected |
Definition at line 1476 of file QGoTabImageView3DwT.cxx.
|
slot |
Definition at line 3337 of file QGoTabImageView3DwT.cxx.
|
protectedslot |
Definition at line 325 of file QGoTabImageView3DwT.cxx.
|
slot |
Definition at line 3325 of file QGoTabImageView3DwT.cxx.
| void QGoTabImageView3DwT::UpdateTFEditor | ( | ) |
Definition at line 3584 of file QGoTabImageView3DwT.cxx.
|
protectedslot |
depending on the doppler/classic mode, update the TimePoints and channels of the mesh and contour widget
Definition at line 3055 of file QGoTabImageView3DwT.cxx.
|
slot |
Definition at line 2011 of file QGoTabImageView3DwT.cxx.
|
slot |
Definition at line 3219 of file QGoTabImageView3DwT.cxx.
|
slot |
Definition at line 2164 of file QGoTabImageView3DwT.cxx.
|
inlineprotected |
Definition at line 487 of file QGoTabImageView3DwT.h.
|
inlineprotected |
Definition at line 512 of file QGoTabImageView3DwT.h.
|
protected |
Definition at line 1979 of file QGoTabImageView3DwT.cxx.
|
inlineprotected |
Definition at line 546 of file QGoTabImageView3DwT.h.
|
inlineprotected |
Definition at line 529 of file QGoTabImageView3DwT.h.
|
inlinevirtual |
Write Settings for the tab element.
Implements QGoTabElementBase.
Definition at line 165 of file QGoTabImageView3DwT.h.
|
protectedvirtualslot |
Mouse interaction style allows user to zoom in/out volume with all buttons.
Definition at line 496 of file QGoTabImageView3DwT.cxx.
|
protected |
Definition at line 428 of file QGoTabImageView3DwT.h.
|
protected |
Definition at line 429 of file QGoTabImageView3DwT.h.
|
protected |
Definition at line 437 of file QGoTabImageView3DwT.h.
|
protected |
Definition at line 465 of file QGoTabImageView3DwT.h.
|
protected |
Definition at line 452 of file QGoTabImageView3DwT.h.
| QGoPrintDatabase* QGoTabImageView3DwT::m_DataBaseTables |
Definition at line 241 of file QGoTabImageView3DwT.h.
|
protected |
Definition at line 426 of file QGoTabImageView3DwT.h.
|
protected |
Definition at line 427 of file QGoTabImageView3DwT.h.
|
protected |
Definition at line 420 of file QGoTabImageView3DwT.h.
|
protected |
Definition at line 421 of file QGoTabImageView3DwT.h.
|
protected |
Definition at line 423 of file QGoTabImageView3DwT.h.
|
protected |
Definition at line 418 of file QGoTabImageView3DwT.h.
|
protected |
Definition at line 433 of file QGoTabImageView3DwT.h.
|
protected |
Definition at line 468 of file QGoTabImageView3DwT.h.
|
protected |
Definition at line 456 of file QGoTabImageView3DwT.h.
|
protected |
Definition at line 425 of file QGoTabImageView3DwT.h.
|
protected |
Definition at line 466 of file QGoTabImageView3DwT.h.
|
protected |
Definition at line 451 of file QGoTabImageView3DwT.h.
|
protected |
Definition at line 443 of file QGoTabImageView3DwT.h.
|
protected |
Definition at line 435 of file QGoTabImageView3DwT.h.
|
protected |
Definition at line 458 of file QGoTabImageView3DwT.h.
|
protected |
Definition at line 436 of file QGoTabImageView3DwT.h.
|
protected |
Definition at line 462 of file QGoTabImageView3DwT.h.
|
protected |
Definition at line 430 of file QGoTabImageView3DwT.h.
|
protected |
Definition at line 441 of file QGoTabImageView3DwT.h.
|
protected |
Definition at line 431 of file QGoTabImageView3DwT.h.
|
protected |
Definition at line 460 of file QGoTabImageView3DwT.h.
|
protected |
Definition at line 467 of file QGoTabImageView3DwT.h.
|
protected |
Definition at line 454 of file QGoTabImageView3DwT.h.
|
protected |
Definition at line 444 of file QGoTabImageView3DwT.h.
|
private |
Definition at line 768 of file QGoTabImageView3DwT.h.
|
protected |
Definition at line 438 of file QGoTabImageView3DwT.h.
|
protected |
Definition at line 439 of file QGoTabImageView3DwT.h.
|
protected |
Definition at line 440 of file QGoTabImageView3DwT.h.
1.8.1.2