InteractiveViewerFrame is the basic container for the InteractiveViewer widget. More...
#include <InteractiveViewerFrame.h>
Public Member Functions | |
| InteractiveViewerFrame (QWidget *, InteractiveViewer *) | |
| default constructor | |
| void | keyPressEvent (QKeyEvent *) override |
| Handle keyboard events in the scene frame, just send everything to InteractiveViewer! | |
| ~InteractiveViewerFrame ()=default | |
| default constructor | |
Protected Member Functions | |
| void | showEvent (QShowEvent *) override |
Protected Attributes | |
| InteractiveViewer * | myInteractiveViewer |
InteractiveViewerFrame is the basic container for the InteractiveViewer widget.
It just differ from QFrame because:
| camitk::InteractiveViewerFrame::InteractiveViewerFrame | ( | QWidget * | parent, |
| InteractiveViewer * | myInteractiveViewer | ||
| ) |
default constructor
References myInteractiveViewer.
|
default |
default constructor
References camitk::keyPressEvent().
|
override |
Handle keyboard events in the scene frame, just send everything to InteractiveViewer!
References camitk::InteractiveViewer::keyPressEvent(), and myInteractiveViewer.
|
overrideprotected |
References myInteractiveViewer, and camitk::InteractiveViewer::refresh().
|
protected |
Referenced by InteractiveViewerFrame(), keyPressEvent(), and showEvent().