Computer Assited Medical Intervention Tool Kit
version 4.1
|
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 | |
InteractiveViewer * | myInteractiveViewer |
InteractiveViewerFrame is just a QFrame that delegates all key events to its InteractiveViewer.
|
inline |
default constructor
References keyPressEvent().
|
override |
Handle keyboard events in the scene frame, just send everything to InteractiveViewer!
Referenced by InteractiveViewerFrame().
|
protected |