API published in: S60 1st Ed
Link against: avkon.lib eikctl.lib eikcdlg.lib
Required Capabilities
None
#include <aknnotecontrol.h>
NP stands for "Note Popup"
WNP stands for "Waiting/progress Note Popup"
NWIP stands for "Note With Image Popup"
Public Member Functions |
|
TIndex (TInt aNumberOfLines, TBool aHasNti=EFalse, TSize aImageSize=TSize(0, 0)) | |
C++ default constructor. |
|
TInt | Lines () const |
Returns number of lines. |
|
TInt | WNPWindowTextsLine1 (TInt aLineNum) const |
Return index into table "Waiting/progress Note Popup Window Texts Line 1". |
|
TInt | NWIPWindowTextsLine1L (TInt aLineNum) const |
Return Left index into table "Note With Image Popup Window Texts Line 1". |
|
TInt | NWIPWindowTextsLine1R (TInt aLineNum) const |
Return Right index into table "Note With Image Popup Window Texts Line 1". |
|
TInt | NWIPWindowTextsLine1B (TInt aLineNum) const |
Return Bottom index into table "Note With Image Popup Window Texts Line 1". |
|
TInt | NWIPWindowTextsLine1W (TInt aLineNum) const |
Return Width index into table "Note With Image Popup Window Texts Line 1". |
|
TInt | PopupNoteWindow () const |
Return indexes for table AKN_LAYOUT_WINDOW_popup_note_window . |
|
TInt | PopupNoteWaitWindow () const |
Return indexes for table AKN_LAYOUT_WINDOW_popup_note_wait_window . |
|
C++ default constructor.
|
|
Returns number of lines.
|
|
Return Bottom index into table "Note With Image Popup Window Texts Line 1". Index is the same as the number of text lines minus one. See table in *.lay and LAF specs for working out indexes.
|
|
Return Left index into table "Note With Image Popup Window Texts Line 1". Index depends on number of text lines, whether or not there is a number type indication (NTI). See table in *.lay and LAF specs for working out indexes.
|
|
Return Right index into table "Note With Image Popup Window Texts Line 1". Index depends on number of text lines and image size. See table in *.lay and LAF specs for working out indexes. Table has 3 dimensions:-
|
|
Return Width index into table "Note With Image Popup Window Texts Line 1". Index depends on number of text lines, whether or not there is a number type indication (NTI) and image size. See table in *.lay and LAF specs for working out indexes. Table has 4 dimensions:-
|
|
Return indexes for table If there are 0-2 lines the index is 0. If there are 3 lines the index is 1, if there are 4 lines the index is 2.
|
|
Return indexes for table If there are 0-2 lines the index is 0. If there are 3 lines the index is 1, if there are 4 or more lines the index is 2.
|
|
Return index into table "Waiting/progress Note Popup Window Texts Line 1". Index depends on the number of text lines and whether or not there is a number type indication (NTI). See table in *.lay and LAF specs for working out indexes.
|