#include <sspt_viewer3d.h>
Classes | |
| struct | Frustum |
Public Member Functions | |
| sspt_Viewer3D (sspt_Artifact *obj, sspt_ControlParser *ctrl, int distance, int x, int y, int w, int h, const char *label) | |
| int | handle (int event) |
| void | draw () |
Protected Member Functions | |
| void | keyPressEvent (int key) |
| void | mousePressEvent (int x, int y) |
| void | mouseReleaseEvent (int x, int y) |
| void | mouseMoveEvent (int x, int y) |
| sspt_Viewer3D::sspt_Viewer3D | ( | sspt_Artifact * | obj, | |
| sspt_ControlParser * | ctrl, | |||
| int | distance, | |||
| int | x, | |||
| int | y, | |||
| int | w, | |||
| int | h, | |||
| const char * | label | |||
| ) |
| void sspt_Viewer3D::draw | ( | ) |
| int sspt_Viewer3D::handle | ( | int | event | ) |
| void sspt_Viewer3D::keyPressEvent | ( | int | key | ) | [protected] |
| void sspt_Viewer3D::mouseMoveEvent | ( | int | x, | |
| int | y | |||
| ) | [protected] |
| void sspt_Viewer3D::mousePressEvent | ( | int | x, | |
| int | y | |||
| ) | [protected] |
| void sspt_Viewer3D::mouseReleaseEvent | ( | int | x, | |
| int | y | |||
| ) | [protected] |