2
|
1 |
friendlyName=Button
|
|
2 |
information=Button control
|
|
3 |
buttonTextDisplay=button text
|
|
4 |
buttonTextDescription=text that appears on the button
|
|
5 |
buttonHelpTextDisplay=button help text
|
|
6 |
buttonHelpTextDescription=text that appears in a tool tip when the button has a long press event
|
|
7 |
horizTextAlignDescr=sets the horizontal button text alignment
|
|
8 |
horizTextAlign=horizontal text alignment
|
|
9 |
vertTextAlignDescr=sets the vertical button text alignment
|
|
10 |
vertTextAlign=vertical text alignment
|
|
11 |
toolTipPosition=tool tip position
|
|
12 |
toolTipPositionDescr=location of the tooltip relative to the button
|
|
13 |
textAndIconAlignment=text and icon alignment
|
|
14 |
textAndIconAlignmentDescr=relative location of icon to text
|
|
15 |
imageDisplayName=image
|
|
16 |
imageDescription=button image and masks
|
|
17 |
textFont=font
|
|
18 |
textFontDescr=sets the text font via CAknButton::SetTextFont()
|
|
19 |
|
|
20 |
buttonTextLeft=left text
|
|
21 |
buttonTextLeftDescr=For Text and Icon button, by default text is on the right side.
|
|
22 |
buttonSizeFitText=size fit text
|
|
23 |
buttonSizeFitTextDescr=When set you can call CAknButton::MinimumSize() to get the font size to fit the button. Follow up with CAknButton::SetTextFont(CFont *).
|
|
24 |
buttonNoFrame=button no frame
|
|
25 |
buttonNoFrameDescr=No frame is drawn for the button, useful for icon buttons.
|
|
26 |
buttonKeyRepeat=key repeat
|
|
27 |
buttonKeyRepeatDescr=Reports state changed events repeatedly, when button is kept pressed.
|
|
28 |
buttonReportOnKeyDown=report on key down
|
|
29 |
buttonReportOnKeyDownDescr=Reports of state change on key down event, instead of key up event.
|
|
30 |
buttonNoFramePressEvent=no frame press event
|
|
31 |
buttonNoFramePressEventDescr=When button has frame frame won't be changed on press event.
|
|
32 |
buttonRequestExitOnButtonUpEvent=request exit on button up event
|
|
33 |
buttonRequestExitOnButtonUpEventDescr=Button requests exit on button up event.
|
|
34 |
buttonReportOnLongPress=report on long press
|
|
35 |
buttonReportOnLongPressDescr=Reports CAknButton::ELongPressEvent, when button is pressed for a long time. Check for this event in your container's MCoeControlObserver::HandleControlEventL() function.
|
|
36 |
selected=selected
|
|
37 |
selectedDescription=Handles command triggered by button item
|
|
38 |
|
|
39 |
images=button images
|
|
40 |
imagesDescription=The set of images that make up the button in various states.
|
|
41 |
# the name here starts with 'c' so it will sort earliest in English
|
|
42 |
bmpfile=common multi-image file
|
|
43 |
bmpfileDescription=Full path to the compiled multi-image file (*.mbm or *.mif), or blank for unset image
|
|
44 |
bmpid=image id
|
|
45 |
bmpidDescription=Enumerator of the bitmap, or blank for mask-only or unset images
|
|
46 |
bmpmask=image mask id
|
|
47 |
bmpmaskDescription=Enumerator of the mask, or blank for opaque images
|
|
48 |
bmpidDimmed=dimmed image id
|
|
49 |
bmpidDimmedDescription=Enumerator of the bitmap shown in the 'dimmed' state, or blank for mask-only or unset images
|
|
50 |
bmpmaskDimmed=dimmed image mask id
|
|
51 |
bmpmaskDimmedDescription=Enumerator of the mask shown in the 'dimmed' state, or blank for opaque images
|
|
52 |
bmpidPressed=pressed image id
|
|
53 |
bmpidPressedDescription=Enumerator of the bitmap shown in the 'pressed' state, or blank for mask-only or unset images
|
|
54 |
bmpmaskPressed=pressed image mask id
|
|
55 |
bmpmaskPressedDescription=Enumerator of the mask shown in the 'pressed' state, or blank for opaque images
|
|
56 |
bmpidHover=hover image id
|
|
57 |
bmpidHoverDescription=Enumerator of the bitmap shown in the 'hover' state, or blank for mask-only or unset images
|
|
58 |
bmpmaskHover=hover image mask id
|
|
59 |
bmpmaskHoverDescription=Enumerator of the mask shown in the 'hover' state, or blank for opaque images
|