Public Member Functions | |
~CDialogBox () | |
void | Start () |
void | Stop () |
void | SetSemiTransparency () |
void | RemoveSemiTransparency () |
TBool | IsSemiTransparent () |
Static Public Member Functions | |
static CDialogBox * | NewL (const TRect &) |
This class handles the incoming call animation. This class has methods to:
Definition at line 46 of file dialogbox.h.
CDialogBox::~CDialogBox | ( | ) |
Destructor.
Definition at line 106 of file dialogbox.cpp.
CDialogBox * CDialogBox::NewL | ( | const TRect & | aRect | ) | [static] |
Performs the two-phase construction of an object of the CDialogBox class.
aRect | The area of the screen available for drawing. |
Definition at line 25 of file dialogbox.cpp.
void CDialogBox::Start | ( | ) |
Starts showing the incoming call animation.
Definition at line 126 of file dialogbox.cpp.
void CDialogBox::Stop | ( | ) |
Stops showing the incoming call animation.
Definition at line 140 of file dialogbox.cpp.
void CDialogBox::SetSemiTransparency | ( | ) |
Sets the background colour.
Definition at line 199 of file dialogbox.cpp.
void CDialogBox::RemoveSemiTransparency | ( | ) |
Removes the background colour.
Definition at line 208 of file dialogbox.cpp.