TBool | IsPopupField | ( | CEikCaptionedControl * | aCC | ) |
CEikCaptionedControl * aCC |
void | ResetHides | ( | CEikCaptionedControl * | aControl | ) | [static] |
If aControl is an edwin, set its clipping rect to empty. This will disable the text hiding.
CEikCaptionedControl * aControl |
TInt | HideLines_Edwin | ( | CEikEdwin * | aEdwin, |
TRect | aClipRect | |||
) | [static] |
Sets a clipping rectangle for hiding the whole or a part of edwin's text.
The reason for using this function is the multiline edwins. The text inside an edwin can be broken to two or more lines, which must be hidden or shown independently from each other. That is why it is not enough just to move the whole edwin out of the screen.
TInt | HideLines_Ctrl | ( | CCoeControl * | aControl, |
TRect | aClipRect | |||
) | [static] |
Tries to hide the specified control. The control will be hidden, if it doesn't fit to the specified clipping rectangle. Checks if the control exists.
CCoeControl * aControl | |
TRect aClipRect |
void | GetVertMinRect | ( | TRect & | aRect1, |
const TRect | aRect2 | |||
) | [static] |
Get vertically minimal rectangle of the two given.
Vertically reduces aRect1 by aRect2's dangling part, if aRect2 doesn't fit to aRect1.
Sets aRect1 to the resulting minimal rectangle.
TInt | HideLines | ( | CEikCaptionedControl * | aControl, |
TRect | aClipRect | |||
) | [static] |
Hides the specified form line, if it does not fit to the specified clipping rectangle. The function never hides focused editable lines. If the form layout is single, the whole captioned control is hidden.
CEikCaptionedControl * aControl | The form line to be hidden |
TRect aClipRect | The clipping rectangle |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.