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

os::AlertView Class Reference

#include <requesters.h>

Inheritance diagram for os::AlertView::

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

Public Methods

 AlertView (const std::string &cText, va_list pButtons)
virtual Point GetPreferredSize (bool bLargest)
virtual void Paint (const Rect &cUpdateRect)
 Called by the system update "damaged" areas of the view. More...

virtual void AllAttached ()

Friends

class Alert

Detailed Description

Description:
See also:
Author:
Kurt Skauen (kurt@atheos.cx)


Constructor & Destructor Documentation

AlertView::AlertView const std::string & cText,
va_list pButtons
 


Member Function Documentation

void AlertView::AllAttached void [virtual]
 

Reimplemented from os::View.

Point AlertView::GetPreferredSize bool bLargest [virtual]
 

void AlertView::Paint const Rect & cUpdateRect [virtual]
 

Description:
Note:
Warning:
Parameters:
cUpdateRect   A rectangle enclosing all damaged areas. This is just a rough "worst-case", further fine-grained clipping will be performed by the Application Server to avoid updating non-damaged pixels and make the update as fast and flicker-free as possible.

See also:
Invalidate(), Flush()
Author:
Kurt Skauen (kurt@atheos.cx)

Reimplemented from os::View.


Friends And Related Function Documentation

friend class Alert [friend]
 


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