SPH
|
#include <OrthoPane.h>
Public Member Functions | |
OrthoPane (wxWindow *parent, Controller *controller, const GuiSettings &gui) | |
~OrthoPane () | |
virtual ICamera & | getCamera () override |
virtual void | resetView () override |
virtual void | onTimeStep (const Storage &storage, const Statistics &stats) override |
![]() | |
IGraphicsPane (wxWindow *parent) | |
Definition at line 14 of file OrthoPane.h.
NAMESPACE_SPH_BEGIN OrthoPane::OrthoPane | ( | wxWindow * | parent, |
Controller * | controller, | ||
const GuiSettings & | gui | ||
) |
Definition at line 16 of file OrthoPane.cpp.
|
default |
|
inlineoverridevirtual |
Implements IGraphicsPane.
Definition at line 40 of file OrthoPane.h.
|
overridevirtual |
Implements IGraphicsPane.
Definition at line 45 of file OrthoPane.cpp.
|
overridevirtual |
Implements IGraphicsPane.
Definition at line 40 of file OrthoPane.cpp.
AffineMatrix OrthoPane::initialMatrix = AffineMatrix::identity() |
Camera rotation matrix when dragging started.
Definition at line 28 of file OrthoPane.h.
Definition at line 32 of file OrthoPane.h.
Pixel OrthoPane::position |
Cached last mouse position when dragging the window.
Definition at line 25 of file OrthoPane.h.