Inheritance diagram for os::AlertView:
Public Member Functions | |
AlertView (const String &cText, va_list pButtons, Bitmap *pcBitmap=NULL) | |
virtual | ~AlertView () |
virtual Point | GetPreferredSize (bool bLargest) |
virtual void | Paint (const Rect &cUpdateRect) |
Called by the system update "damaged" areas of the view. | |
virtual void | AllAttached () |
Friends | |
class | Alert |
Classes | |
class | Private |
AlertView::~AlertView | ( | ) | [virtual] |
Point AlertView::GetPreferredSize | ( | bool | bLargest | ) | [virtual] |
void AlertView::Paint | ( | const Rect & | cUpdateRect | ) | [virtual] |
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. |
Reimplemented from os::View.
void AlertView::AllAttached | ( | ) | [virtual] |
Reimplemented from os::View.
friend class Alert [friend] |