Computer Assited Medical Intervention Tool Kit  version 4.1
Public Member Functions | Protected Attributes | List of all members
camitk::InteractiveViewerFrame Class Reference

InteractiveViewerFrame is just a QFrame that delegates all key events to its InteractiveViewer. More...

#include <InteractiveViewer.h>

Inherits QFrame.

Public Member Functions

 InteractiveViewerFrame (QWidget *parent, InteractiveViewer *s3D)
 default constructor More...
 
void keyPressEvent (QKeyEvent *) override
 Handle keyboard events in the scene frame, just send everything to InteractiveViewer! More...
 

Protected Attributes

InteractiveViewermyInteractiveViewer
 

Detailed Description

InteractiveViewerFrame is just a QFrame that delegates all key events to its InteractiveViewer.

Constructor & Destructor Documentation

◆ InteractiveViewerFrame()

camitk::InteractiveViewerFrame::InteractiveViewerFrame ( QWidget *  parent,
InteractiveViewer s3D 
)
inline

default constructor

References keyPressEvent().

Member Function Documentation

◆ keyPressEvent()

void camitk::InteractiveViewerFrame::keyPressEvent ( QKeyEvent *  e)
override

Handle keyboard events in the scene frame, just send everything to InteractiveViewer!

Referenced by InteractiveViewerFrame().

Member Data Documentation

◆ myInteractiveViewer

InteractiveViewer* camitk::InteractiveViewerFrame::myInteractiveViewer
protected

The documentation for this class was generated from the following files: