![]() |
Computer Assited Medical Intervention Tool Kit
version 4.0
|
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 *) |
Handle keyboard events in the scene frame, just send everything to InteractiveViewer! More... | |
Protected Attributes | |
InteractiveViewer * | myInteractiveViewer |
InteractiveViewerFrame is just a QFrame that delegates all key events to its InteractiveViewer.
|
inline |
default constructor
References keyPressEvent().
void camitk::InteractiveViewerFrame::keyPressEvent | ( | QKeyEvent * | e | ) |
Handle keyboard events in the scene frame, just send everything to InteractiveViewer!
Referenced by InteractiveViewerFrame().
|
protected |