Computer Assisted Medical Intervention Tool Kit  version 5.2
camitk::InteractiveViewerFrame Class Reference

InteractiveViewerFrame is the basic container for the InteractiveViewer widget. More...

#include <InteractiveViewerFrame.h>

+ Inheritance diagram for camitk::InteractiveViewerFrame:
+ Collaboration diagram for camitk::InteractiveViewerFrame:

Public Member Functions

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

Protected Member Functions

void showEvent (QShowEvent *) override
 

Protected Attributes

InteractiveViewermyInteractiveViewer
 

Detailed Description

InteractiveViewerFrame is the basic container for the InteractiveViewer widget.

It just differ from QFrame because:

Constructor & Destructor Documentation

◆ InteractiveViewerFrame()

camitk::InteractiveViewerFrame::InteractiveViewerFrame ( QWidget *  parent,
InteractiveViewer myInteractiveViewer 
)

default constructor

References myInteractiveViewer.

◆ ~InteractiveViewerFrame()

camitk::InteractiveViewerFrame::~InteractiveViewerFrame ( )
default

default constructor

Member Function Documentation

◆ keyPressEvent()

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

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

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

+ Here is the call graph for this function:

◆ showEvent()

void camitk::InteractiveViewerFrame::showEvent ( QShowEvent *  )
overrideprotected

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

+ Here is the call graph for this function:

Member Data Documentation

◆ myInteractiveViewer

InteractiveViewer* camitk::InteractiveViewerFrame::myInteractiveViewer
protected

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