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(s):
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]
 

Called by the system update "damaged" areas of the view.

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(s):
Kurt Skauen (kurt@atheos.cx)

Reimplemented from os::View.


Friends And Related Function Documentation

class Alert [friend]
 


The documentation for this class was generated from the following files:
Generated at Sat Apr 7 16:11:33 2001 for AtheOS higlevel API by doxygen1.2.5 written by Dimitri van Heesch, © 1997-2001