class
Perspective
: public
Resource
(Return to index)
indicates portion of total view shown (iv-2.6).
Type:
Instantiable
Base Classes:
public
Resource
Derived Classes
Include file:
IV-2_6/InterViews/perspective.h
Description:
A
Perspective
describes what portion of the total view an
Interactor
shows.
man page
Public:
void
Attach
(
Interactor
*)
void
Detach
(
Interactor
*)
void
Init
(IntCoord ix0, IntCoord iy0, int iwidth, int iheight)
Perspective
()
Perspective
(
Perspective
&)
void
Update
()
int
curwidth, curheight
IntCoord
curx, cury
boolean
operator !=
(
Perspective
&)
Perspective
&
operator =
(
Perspective
&)
boolean
operator ==
(
Perspective
&)
int
sx, sy, lx, ly
int
width, height
IntCoord
x0, y0
~Perspective
()
Protected:
ViewList*
views
(more documentation)