diff -r f345bda72bc4 -r 43e37759235e Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_transparent_util.html --- a/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_transparent_util.html Tue Mar 30 11:56:28 2010 +0100 +++ b/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_transparent_util.html Tue Mar 30 16:16:55 2010 +0100 @@ -1,143 +1,130 @@ - -
-Public Member Functions | |
CTransparentUtil () | |
~CTransparentUtil () | |
void | ConstructL () |
void | ClearWindow (RWsSession &aSession, RWindow &aWindow, CWindowGc *aGc, TRgb aColor) |
void | DrawWindow (RWindow &aWindow, TRgb aColor1, TRgb aColor2, TRect aRect, const TDesC &aText) |
void | DrawWindowRegion (RWindow &aWindow, TRgb aColor1, TRgb aColor2, TRect aChopRect, TRect aRect, const TDesC &aText, const TPoint &aPoint) |
Public Member Functions | |
CTransparentUtil () | |
~CTransparentUtil () | |
void | ConstructL () |
void | ClearWindow (RWsSession &aSession, RWindow &aWindow, CWindowGc *aGc, TRgb aColor) |
void | DrawWindow (RWindow &aWindow, TRgb aColor1, TRgb aColor2, TRect aRect, const TDesC &aText) |
void | DrawWindowRegion (RWindow &aWindow, TRgb aColor1, TRgb aColor2, TRect aChopRect, TRect aRect, const TDesC &aText, const TPoint &aPoint) |
void | TransparencyVarianceL () |
void | TransparentRegionL () |
TBool | DoChangeTransparencyL () |
+TBool | DoSetTransparentRegion () |
Static Public Member Functions | |
static CTransparentUtil * | NewL () |
+static TBool | Flag () |
Public Attributes | |
+TRegionFix< 2 > | iRegion |
View class
-Definition at line 64 of file transparent.h.
-Definition at line 64 of file transparent.h.
+CTransparentUtil::CTransparentUtil | +CTransparentUtil::CTransparentUtil | ( | -+ | ) | -+ |
Constructor
--Constructor -
Definition at line 45 of file transparent_util.cpp.
+Definition at line 45 of file transparent_util.cpp.
CTransparentUtil::~CTransparentUtil | +CTransparentUtil::~CTransparentUtil | ( | -+ | ) | -+ |
Destructor
--Destructor -
Definition at line 65 of file transparent_util.cpp.
+Definition at line 65 of file transparent_util.cpp.
-
CTransparentUtil * CTransparentUtil::NewL | +CTransparentUtil * CTransparentUtil::NewL | ( | -+ | ) | - [static] |
+ [static] |
Creates an object of type CTransparentUtil
+-Creates an object of type CTransparentUtil
Definition at line 53 of file transparent_util.cpp.
+Definition at line 53 of file transparent_util.cpp.
void CTransparentUtil::ConstructL | +void CTransparentUtil::ConstructL | ( | -+ | ) | -+ |
Initializations for window server session, screen device, graphics context window group, background window, foreground window, event handler, blank window and active object for delay. KErrNoMemory System-wide error codes.
--Initializations for window server session, screen device, graphics context window group, background window, foreground window, event handler, blank window and active object for delay. KErrNoMemory System-wide error codes. -
Definition at line 93 of file transparent_util.cpp.
+Definition at line 93 of file transparent_util.cpp.
void CTransparentUtil::ClearWindow | +void CTransparentUtil::ClearWindow | ( | RWsSession & | aSession, | @@ -163,32 +150,32 @@|||
) | -+ |
-Clears the window to the selected colour
Clears the window to the selected colour
+aSession | The window server session | |
aWindow | The handle to the window | |
aGc | Graphics context of the window | |
aColor | Colour to be used when the window is cleared |
Definition at line 217 of file transparent_util.cpp.
+Definition at line 217 of file transparent_util.cpp.
void CTransparentUtil::DrawWindow | +void CTransparentUtil::DrawWindow | ( | RWindow & | aWindow, | @@ -220,32 +207,32 @@|||
) | -+ |
-Clears the window to the selected colour and redraws the background window
Clears the window to the selected colour and redraws the background window
+aWindow | The handle to the window | |
aColor1 | Colour to be used when the window is cleared | |
aColor2 | Colour in which the window must be drawn | |
aRect | Area to be drawn |
Definition at line 171 of file transparent_util.cpp.
+Definition at line 171 of file transparent_util.cpp.
void CTransparentUtil::DrawWindowRegion | +void CTransparentUtil::DrawWindowRegion | ( | RWindow & | aWindow, | @@ -289,14 +276,13 @@|||
) | -+ |
-Clears the window to the selected colour and redraws the region of the foreground window
Clears the window to the selected colour and redraws the region of the foreground window
+aWindow | The handle to the window | |
aColor1 | Colour to be used when the window is cleared | |
aText | Text to be drawn. | |
aPoint | Point at which text should be drawn. |
Definition at line 314 of file transparent_util.cpp.
+Definition at line 314 of file transparent_util.cpp.
void CTransparentUtil::TransparencyVarianceL | +void CTransparentUtil::TransparencyVarianceL | ( | -+ | ) | -+ |
Creates an opaque background window and draws a circle onto it. Creates a transparent foreground window and draws an ellipse onto it. Waits for button press events and starts the active scheduler upon the corresponding button being pressed. System-wide error codes.
--Creates an opaque background window and draws a circle onto it. Creates a transparent foreground window and draws an ellipse onto it. Waits for button press events and starts the active scheduler upon the corresponding button being pressed. System-wide error codes. -
Definition at line 197 of file transparent_util.cpp.
+Definition at line 197 of file transparent_util.cpp.
void CTransparentUtil::TransparentRegionL | +void CTransparentUtil::TransparentRegionL | ( | -+ | ) | -+ |
Creates an transparent foreground window with some region of it made opaque. Waits for button press events and starts the active scheduler upon the corresponding button being pressed. System-wide error codes.
--Creates an transparent foreground window with some region of it made opaque. Waits for button press events and starts the active scheduler upon the corresponding button being pressed. System-wide error codes. -
Definition at line 263 of file transparent_util.cpp.
+Definition at line 263 of file transparent_util.cpp.
TBool CTransparentUtil::DoChangeTransparencyL | +TBool CTransparentUtil::DoChangeTransparencyL | ( | -+ | ) | -+ |
Varies the alpha value of the window up to 255 i.e. until the window turns opaque
+-Varies the alpha value of the window up to 255 i.e. until the window turns opaque
Definition at line 234 of file transparent_util.cpp.
+Definition at line 234 of file transparent_util.cpp.
-