|
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 | SetMessageTextWithLinksL (TDesC *aMessage, RArray< TDesC * > *aLinkTextArray, RArray< TInt > *aLinkTextLocationArray) |
| | Sets the message text with link.
|
| TInt | CurrentLink () const |
| | Fetches the current link chosen by the UI.
|
| TBool | LinkHighLighted () |
| | Determines whether the link is highlighted.
|
| void | SkipBGDraw (TBool aSkipBGDraw) |
| | Public since 3rd Ed FP1 Determines whether to draw background or not.
|
| void | SetListQLayout (TBool aListQLayout) |
| | Public since 3rd Ed FP1 When set, controls knows that it is in listquery dialog where max.
|
| 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).
|