-
class
Scene
: public Interactor
(Return to index)
-
basic composite object for interaction.
Type:
Base Classes:
Derived Classes
Include file:
IV-2_6/InterViews/scene.h
Description: man page
Public:
Protected:
- virtual void
DoChange (Interactor*)
- virtual void
DoInsert (Interactor*, boolean, Coord& x, Coord& y)
- virtual void
DoLower (Interactor*)
- virtual void
DoMove (Interactor*, Coord& x, Coord& y)
- virtual void
DoRaise (Interactor*)
- virtual void
DoRemove (Interactor*)
- void
Map (Interactor*, boolean raised = true)
- void
Place (Interactor*, Coord, Coord, Coord, Coord, boolean map = true)
- void
PrepareToInsert (Interactor*)
-
Scene ()
- void
Unmap (Interactor*)
- virtual Interactor*
Wrap (Interactor*)
- boolean
propagate
(more documentation)