Main Page   Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

TopView Class Reference

Inheritance diagram for TopView::

os::View os::Handler List of all members.

Public Methods

 TopView (const Rect &cFrame, Window *pcWindow)
virtual void FrameMoved (const Point &cDelta)
 Virtual hook called by the system when the view is moved within it's parent. More...

virtual void FrameSized (const Point &cDelta)
 Virtual hook called by the system when the view is resized. More...


Constructor & Destructor Documentation

TopView::TopView const Rect & cFrame,
Window * pcWindow
 


Member Function Documentation

void TopView::FrameMoved const Point & cDelta [virtual]
 

Description:
Overload this member if you need to know when the view is moved within the coordinate system of the parent.
Note:
This member is called after the view is moved. If you need the old position you can subtract the cDelta value from the current position.
Parameters:
cDelta   The distance the view was moved.
See also:
FrameSized(), SetFrame(), MoveBy(), MoveTo()
Author:
Kurt Skauen (kurt@atheos.cx)

Reimplemented from os::View.

void TopView::FrameSized const Point & cDelta [virtual]
 

Description:
Overload this member if you need to know when the view is resized.
Note:
This member is called after the view is resized. If you need the old size you can subtract the cDelta calue from the current size.
Parameters:
cDelta   The distance the bottom/right corner was moved relative to the upper/left corner.
See also:
FrameMoved(), SetFrame, ResizeBy(), ResizeTo()
Author:
Kurt Skauen (kurt@atheos.cx)

Reimplemented from os::View.


Generated at Tue Sep 11 15:27:58 2001 for AtheOS higlevel API by doxygen1.2.9.1 written by Dimitri van Heesch, © 1997-2001