|
1 /* |
|
2 * Copyright (c) 2002-2005 Nokia Corporation and/or its subsidiary(-ies). |
|
3 * All rights reserved. |
|
4 * This component and the accompanying materials are made available |
|
5 * under the terms of "Eclipse Public License v1.0"" |
|
6 * which accompanies this distribution, and is available |
|
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 * |
|
9 * Initial Contributors: |
|
10 * Nokia Corporation - initial contribution. |
|
11 * |
|
12 * Contributors: |
|
13 * |
|
14 * Description: range bar layout inline function |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 // ----------------------------------------------------------------------------- |
|
20 // CPeninputRangeInfo::RangeId |
|
21 // (other items were commented in a header) |
|
22 // ----------------------------------------------------------------------------- |
|
23 // |
|
24 inline TInt CPeninputRangeInfo::RangeId() |
|
25 { |
|
26 return iRangeId; |
|
27 } |
|
28 |
|
29 // ----------------------------------------------------------------------------- |
|
30 // CPeninputRangeInfo::ResponseStyle |
|
31 // (other items were commented in a header) |
|
32 // ----------------------------------------------------------------------------- |
|
33 // |
|
34 inline TPeninputRangeResponseStyle CPeninputRangeInfo::ResponseStyle() |
|
35 { |
|
36 return iResponseStyle; |
|
37 } |
|
38 |
|
39 // ----------------------------------------------------------------------------- |
|
40 // CPeninputRangeInfo::ClientLayoutId |
|
41 // (other items were commented in a header) |
|
42 // ----------------------------------------------------------------------------- |
|
43 // |
|
44 inline TInt CPeninputRangeInfo::ClientLayoutId() |
|
45 { |
|
46 return iClientLayoutId; |
|
47 } |
|
48 |
|
49 // ----------------------------------------------------------------------------- |
|
50 // CPeninputRangeInfo::VkbLayoutId |
|
51 // (other items were commented in a header) |
|
52 // ----------------------------------------------------------------------------- |
|
53 // |
|
54 inline TInt CPeninputRangeInfo::VkbLayoutId() |
|
55 { |
|
56 return iVkbLayoutId; |
|
57 } |
|
58 |
|
59 // ----------------------------------------------------------------------------- |
|
60 // CPeninputRangeBarInfo::RangeStyle |
|
61 // (other items were commented in a header) |
|
62 // ----------------------------------------------------------------------------- |
|
63 // |
|
64 inline TInt CPeninputRangeBarInfo::RangeStyle() |
|
65 { |
|
66 return iRangeStyle; |
|
67 } |
|
68 |
|
69 |
|
70 // ----------------------------------------------------------------------------- |
|
71 // CPeninputRangeBarInfo::Ranges |
|
72 // (other items were commented in a header) |
|
73 // ----------------------------------------------------------------------------- |
|
74 // |
|
75 inline RPointerArray<CPeninputRangeInfo>& CPeninputRangeBarInfo::Ranges() |
|
76 { |
|
77 return iRanges; |
|
78 } |