Attempt to represent the S^2->S^3 header reorganisation as a series of "hg rename" operations
1 // Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
2 // All rights reserved.
3 // This component and the accompanying materials are made available
4 // under the terms of the License "Symbian Foundation License v1.0" to Symbian Foundation members and "Symbian Foundation End User License Agreement v1.0" to non-members
5 // which accompanies this distribution, and is available
6 // at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
14 // RGB colour constant: black.
24 #define KEikRgbBlack {red=0x00;green=0x00;blue=0x00;}
26 /** RGB colour constant: dark gray.
30 #define KEikRgbDarkGray {red=0x55;green=0x55;blue=0x55;}
32 /** RGB colour constant: dark red.
36 #define KEikRgbDarkRed {red=0x80;green=0x00;blue=0x00;}
38 /** RGB colour constant: dark green.
42 #define KEikRgbDarkGreen {red=0x00;green=0x80;blue=0x00;}
44 /** RGB colour constant: dark yellow.
48 #define KEikRgbDarkYellow {red=0x80;green=0x80;blue=0x00;}
50 /** RGB colour constant: dark blue.
54 #define KEikRgbDarkBlue {red=0x00;green=0x00;blue=0x80;}
56 /** RGB colour constant: dark magenta.
60 #define KEikRgbDarkMagenta {red=0x80;green=0x00;blue=0x80;}
62 /** RGB colour constant: dark cyan.
66 #define KEikRgbDarkCyan {red=0x00;green=0x80;blue=0x80;}
68 /** RGB colour constant: red.
72 #define KEikRgbRed {red=0xff;green=0x00;blue=0x00;}
74 /** RGB colour constant: green.
78 #define KEikRgbGreen {red=0x00;green=0xff;blue=0x00;}
80 /** RGB colour constant: yellow.
84 #define KEikRgbYellow {red=0xff;green=0xff;blue=0x00;}
86 /** RGB colour constant: blue.
90 #define KEikRgbBlue {red=0x00;green=0x00;blue=0xff;}
92 /** RGB colour constant: magenta.
96 #define KEikRgbMagenta {red=0xff;green=0x00;blue=0xff;}
98 /** RGB colour constant: cyan.
102 #define KEikRgbCyan {red=0x00;green=0xff;blue=0xff;}
104 /** RGB colour constant: gray.
108 #define KEikRgbGray {red=0xaa;green=0xaa;blue=0xaa;}
110 /** RGB colour constant: dithered light gray.
114 #define KEikRgbDitheredLightGray {red=0xcc;green=0xcc;blue=0xcc;}
116 /** RGB colour constant: 1-in-4 dithered gray.
120 #define KEikRgb1in4DitheredGray {red=0xed;green=0xed;blue=0xed;}
122 /** RGB colour constant: white.
126 #define KEikRgbWhite {red=0xff;green=0xff;blue=0xff;}
129 /** RGB colour constant: Symbian green.
133 #define KEikRgbSymbianGreen {red=0x00;green=153;blue=153;}
135 /** RGB colour constant: Symbian light green.
139 #define KEikRgbSymbianGreenLight {red=0x00;green=183;blue=183;}
141 /** RGB colour constant: Symbian blue.
145 #define KEikRgbSymbianBlue {red=0x00;green=102;blue=153;}
147 /** RGB colour constant: Symbian dark blue.
151 #define KEikRgbSymbianBlueDark {red=0x00;green=72;blue=123;}
153 /** RGB colour constant: Symbian orange.
157 #define KEikRgbSymbianOrange {red=255;green=218;blue=155;}
160 /** Logical colour value for use in resources: The colour of a window's background.
164 #define EEikColorWindowBackground 0
166 /** Logical colour value for use in resources: The colour of text in a window.
170 #define EEikColorWindowText 1
172 /** Logical colour value for use in resources: The colour of the background contents of a control.
176 #define EEikColorControlBackground 2
178 /** Logical colour value for use in resources: The colour of the text inside a control.
182 #define EEikColorControlText 3
184 /** Logical colour value for use in resources: The background colour of a control's border.
188 #define EEikColorControlSurroundBackground 4
190 /** Logical colour value for use in resources: The colour of text in a control's border.
194 #define EEikColorControlSurroundText 5
196 /** Logical colour value for use in resources: The colour of a control's background when highlighted for selection.
200 #define EEikColorControlHighlightBackground 6
202 /** Logical colour value for use in resources: The colour of the text in a control when highlighted for selection.
206 #define EEikColorControlHighlightText 7
208 /** Logical colour value for use in resources: The colour of a control's background when dimmed.
212 #define EEikColorControlDimmedBackground 8
214 /** Logical colour value for use in resources: The colour of the text in a control when dimmed.
218 #define EEikColorControlDimmedText 9
220 /** Logical colour value for use in resources: The colour of a control's background when dimmed and highlighted for selection.
224 #define EEikColorControlDimmedHighlightBackground 10
226 /** Logical colour value for use in resources: The colour of the text in a control when dimmed and highlighted for selection.
230 #define EEikColorControlDimmedHighlightText 11
232 /** Logical colour value for use in resources: The colour of a dialog's background.
236 #define EEikColorDialogBackground 12
238 /** Logical colour value for use in resources: The colour of text inside a dialog.
242 #define EEikColorDialogText 13
244 /** Logical colour value for use in resources: A dialog title's background colour.
248 #define EEikColorDialogTitle 14
250 /** Logical colour value for use in resources: A dialog title's background colour when pressed.
254 #define EEikColorDialogTitlePressed 15
256 /** Logical colour value for use in resources: The text colour in a dialog's title.
260 #define EEikColorDialogTitleText 16
262 /** Logical colour value for use in resources: The text colour in a dialog's title when pressed.
266 #define EEikColorDialogTitleTextPressed 17
268 /** Logical colour value for use in resources: The colour of the menubar's background.
272 #define EEikColorMenubarBackground 18
274 /** Logical colour value for use in resources: The colour of text in the menubar.
278 #define EEikColorMenubarText 19
280 /** Logical colour value for use in resources: The colour of the menubar title's background.
284 #define EEikColorMenubarTitleBackground 20
286 /** Logical colour value for use in resources: The colour of text in the menubar title.
290 #define EEikColorMenubarTitleText 21
292 /** Logical colour value for use in resources: The colour of the menupane's background.
296 #define EEikColorMenuPaneBackground 22
298 /** Logical colour value for use in resources: The colour of text in the menu pane.
302 #define EEikColorMenuPaneText 23
304 /** Logical colour value for use in resources: The colour of the menu pane background when highlighted for selection.
308 #define EEikColorMenuPaneHighlight 24
310 /** Logical colour value for use in resources: The colour of text in the menu pane when highlighted for selection.
314 #define EEikColorMenuPaneTextHighlight 25
316 /** Logical colour value for use in resources: The colour of the menu pane background when dimmed and highlighted.
320 #define EEikColorMenuPaneDimmedHighlight 26
322 /** Logical colour value for use in resources: The colour of text in the menu pane when dimmed.
326 #define EEikColorMenuPaneDimmedText 27
328 /** Logical colour value for use in resources: The colour of text in the menu pane when dimmed and highlighted for selection.
332 #define EEikColorMenuPaneDimmedTextHighlight 28
334 /** Logical colour value for use in resources: The colour of the button background, when the button is in the unset state.
338 #define EEikColorButtonFaceClear 29
340 /** Logical colour value for use in resources: The colour of the button background when the button is in the set state.
344 #define EEikColorButtonFaceSet 30
346 /** Logical colour value for use in resources: The colour of the button background when the button is in the set state and is pressed.
350 #define EEikColorButtonFaceSetPressed 31
352 /** Logical colour value for use in resources: The colour of the button background when the button is in the unset state and is pressed.
356 #define EEikColorButtonFaceClearPressed 32
358 /** Logical colour value for use in resources: The colour of the button text.
362 #define EEikColorButtonText 33
364 /** Logical colour value for use in resources: The colour of the button text when the button is pressed.
368 #define EEikColorButtonTextPressed 34
370 /** Logical colour value for use in resources: The colour of the button text when the button is dimmed.
374 #define EEikColorButtonTextDimmed 35
376 /** Logical colour value for use in resources: The colour of the message window foreground.
380 #define EEikColorMsgWinForeground 36
382 /** Logical colour value for use in resources: The colour of the message window background.
386 #define EEikColorMsgWinBackground 37
388 /** Logical colour value for use in resources: The colour of the scroll bar border.
392 #define EEikColorScrollBarBorder 38
394 /** Logical colour value for use in resources: The colour of the scroll bar shaft background.
398 #define EEikColorScrollBarShaft 39
400 /** Logical colour value for use in resources: The colour of the scroll bar shaft background when dimmed.
404 #define EEikColorScrollBarShaftDimmed 40
406 /** Logical colour value for use in resources: The colour of the scroll bar shaft background when pressed.
410 #define EEikColorScrollBarShaftPressed 41
412 /** Logical colour value for use in resources: The colour of the background for scroll bars with no thumb and no shaft.
416 #define EEikColorScrollBarNoShaftOrThumb 42
418 /** Logical colour value for use in resources: The colour of scroll bar buttons.
422 #define EEikColorScrollButtonIcon 43
424 /** Logical colour value for use in resources: The colour of scroll bar buttons when pressed.
428 #define EEikColorScrollButtonIconPressed 44
430 /** Logical colour value for use in resources: The colour of scroll bar buttons when dimmed.
434 #define EEikColorScrollButtonIconDimmed 45
436 /** Logical colour value for use in resources: The colour of a scroll bar thumb's background.
440 #define EEikColorScrollButtonThumbBackground 46
442 /** Logical colour value for use in resources: The colour of a scroll bar thumb's background when pressed.
446 #define EEikColorScrollButtonThumbBackgroundPressed 47
448 /** Logical colour value for use in resources: The colour of a scroll bar thumb's background when dimmed.
452 #define EEikColorScrollThumbDimmed 48
454 /** Logical colour value for use in resources: The colour of a scroll bar thumb's edge.
458 #define EEikColorScrollThumbEdge 49
460 /** Logical colour value for use in resources: The colour of a toolbar's background.
464 #define EEikColorToolbarBackground 50
466 /** Logical colour value for use in resources: The colour of the text in a toolbar.
470 #define EEikColorToolbarText 51
472 /** Logical colour value for use in resources: The colour of a status pane's background.
476 #define EEikColorStatusPaneBackground 52
478 /** Logical colour value for use in resources: The colour of the text in a status pane.
482 #define EEikColorStatusPaneText 53
484 /** Logical colour value for use in resources: The colour of the text in a label.
488 #define EEikColorLabelText 54
490 /** Logical colour value for use in resources: The colour of emphasised text in a label.
494 #define EEikColorLabelTextEmphasis 55
496 /** Logical colour value for use in resources: The colour of the text in a label when dimmed.
500 #define EEikColorLabelDimmedText 56
502 /** Logical colour value for use in resources: The colour of the label background when highlighted and dimmed.
506 #define EEikColorLabelHighlightPartialEmphasis 57
508 /** Logical colour value for use in resources: The colour of the label background when highlighted.
512 #define EEikColorLabelHighlightFullEmphasis 58