#include <imedgine_spatial_viewer.h>
Inherits ImedgineViewer.
Inheritance diagram for ImedgineSpatialViewer:
Public Member Functions | |
ImedgineSpatialViewer (SpatialPixelView *spatial_view, QWidget *parent, const char *name=NULL) | |
virtual | ~ImedgineSpatialViewer () |
virtual SbBool | processSoEvent (const SoEvent *const ev) |
Protected Member Functions | |
virtual void | buildPopupMenu () |
virtual void | menuSelection (int menu_item_id) |
Protected Attributes | |
SpatialPixelView * | spatial_view_ |
Christian Koerner (christian.koerner@imedgine.org)
Alexander Lex (alexander.lex@imedgine.org)
Marc Streit (marc.streit@imedgine.org)
Martin Reininger (martin.reininger@imedgine.org)
Definition at line 49 of file imedgine_spatial_viewer.h.
|
Constructor Definition at line 18 of file imedgine_spatial_viewer.cpp. References ImedgineSpatialViewer::spatial_view_. |
|
Destructor Definition at line 31 of file imedgine_spatial_viewer.cpp. |
|
Overload the popup menu build method of the examiner viewer. The method must be implemented in the special viewer subclasses because the popup menu entries depend on the view type. Reimplemented from ImedgineViewer. Definition at line 76 of file imedgine_spatial_viewer.cpp. |
|
Overload the menu selection method of the examiner viewer. The method is called by the menu selection callback method.
Reimplemented from ImedgineViewer. Definition at line 99 of file imedgine_spatial_viewer.cpp. |
|
Overloads the event handling of the examiner viewer. All the event handling for the 3D spatial views happens here.
Reimplemented from ImedgineViewer. Definition at line 40 of file imedgine_spatial_viewer.cpp. |