-
class
Viewport
: public MonoScene
(Return to index)
-
Type:
Base Classes:
Derived Classes
Include file:
IV-2_6/InterViews/viewport.h
Public:
- virtual void
Adjust (Perspective&)
- void
AdjustBy (float dpx, float dpy, float dzx, float dzy)
- void
AdjustTo (float px, float py, float zx, float zy)
- virtual void
Resize ()
- void
ScrollBy (float dpx, float dpy)
- void
ScrollTo (float px, float py)
- void
ScrollXBy (float dpx)
- void
ScrollXTo (float px)
- void
ScrollYBy (float dpy)
- void
ScrollYTo (float py)
-
Viewport (Interactor* = nil, Alignment = Center)
-
Viewport (const char*, Interactor* = nil, Alignment = Center)
- float
XMag ()
- float
XPos ()
- float
YMag ()
- float
YPos ()
- void
ZoomBy (float dzx, float dzy)
- void
ZoomTo (float zx, float zy)
- void
ZoomXBy (float dzx)
- void
ZoomXTo (float zx)
- void
ZoomYBy (float dzy)
- void
ZoomYTo (float zy)
-
~Viewport ()
Protected:
(more documentation)