API published in: S60 1st Ed
Link against: avkon.lib
Required Capabilities
None
#include <aknmessagequerycontrol.h>
Inherits CAknControl.
CAknMessageQueryDialog
.
Public Member Functions |
|
CAknMessageQueryControl () | |
C++ default constructor. |
|
~CAknMessageQueryControl () | |
Destructor. |
|
IMPORT_C void | ConstructFromResourceL (TResourceReader &aReader) |
Constructs controls from a resource file. |
|
IMPORT_C void | SetMessageTextL (TDesC *aMessage) |
Sets the message text. |
|
TInt | Lines () const |
Gets the number of lines. |
|
TKeyResponse | OfferKeyEventL (const TKeyEvent &aKeyEvent, TEventCode) |
Handles key events. |
|
void | SetMessageTextWithFormattingL (TDesC *aMessage, RArray< TDesC * > *aFormatTextArray, RArray< TInt > *aFormatTextLocationArray, RArray< TMsgQueryTag > *aFormatTypeArray) |
Formats message text with links and bold text. |
|
TInt | CurrentLink () const |
Fetches the current link chosen by the UI. |
|
IMPORT_C TBool | LinkHighLighted () const |
Determines whether the link is highlighted. |
|
void | SetListQLayout (TBool aListQLayout) |
When set, controls knows that it is in listquery dialog where max. |
|
TBool | LinkTappedL (TInt aPos) |
Determines if a link is tapped. |
|
TSize | MinimumSize () |
From CCoeControl . |
|
TInt | CountComponentControls () const |
From CCoeControl . |
|
CCoeControl * | ComponentControl (TInt anIndex) const |
From CCoeControl . |
|
void | SizeChanged () |
From CCoeControl . |
|
virtual void | ActivateL () |
From CCoeControl . |
|
void | HandlePointerEventL (const TPointerEvent &aPointerEvent) |
From CCoeControl . |
|
Protected Member Functions |
|
IMPORT_C void | Draw (const TRect &aRect) const |
From CCoeControl . |
|
TRect | LayoutRect () const |
Get a layout rectangle (shift up and left by margins). |
|
C++ default constructor. |
|
Destructor. |
|
From
Sets control as ready to be drawn. This function calls |
|
From Gets the specified component of a compound control. It returns one of the control's component controls, identified by anIndex.
|
|
Constructs controls from a resource file.
|
|
From Gets the number of controls contained in a compound control.
|
|
Fetches the current link chosen by the UI.
|
|
From Draw a control.
|
|
From Handles pointer events |
|
Get a layout rectangle (shift up and left by margins).
|
|
Gets the number of lines.
|
|
Determines whether the link is highlighted.
|
|
Determines if a link is tapped.
|
|
From Sets the control's minimum required size.
|
|
Handles key events.
|
|
When set, controls knows that it is in listquery dialog where max. lines is 3 and background is not drawn |
|
Sets the message text.
|
|
Formats message text with links and bold text.
To be called from
|
|
From Responds to size changes to sets the size and position of the contents of this control. |