Computer Assited Medical Intervention Tool Kit
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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>

Public Member Functions

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

Protected Attributes

InteractiveViewermyInteractiveViewer

Detailed Description

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

Constructor & Destructor Documentation

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

default constructor

Member Function Documentation

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

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

References camitk::InteractiveViewer::keyPressEvent(), and myInteractiveViewer.

Member Data Documentation

InteractiveViewer* camitk::InteractiveViewerFrame::myInteractiveViewer
protected

Referenced by keyPressEvent().


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