|
1 /* |
|
2 * Copyright (c) 2004 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: |
|
15 * Inline methods for CMmsMMBoxViewHeaders |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 |
|
21 inline TUint CMmsMMBoxViewHeaders::MmsStart() const |
|
22 { |
|
23 return iMmsStart; |
|
24 } |
|
25 |
|
26 inline void CMmsMMBoxViewHeaders::SetMmsStart ( TUint aMmsStart ) |
|
27 { |
|
28 iMmsStart = aMmsStart; |
|
29 } |
|
30 |
|
31 inline TUint CMmsMMBoxViewHeaders::MmsLimit() const |
|
32 { |
|
33 return iMmsLimit; |
|
34 } |
|
35 |
|
36 inline void CMmsMMBoxViewHeaders::SetMmsLimit ( TUint aMmsLimit ) |
|
37 { |
|
38 iMmsLimit = aMmsLimit; |
|
39 } |
|
40 |
|
41 inline TInt CMmsMMBoxViewHeaders::MmsTotals() const |
|
42 { |
|
43 return iMmsTotals; |
|
44 } |
|
45 |
|
46 inline void CMmsMMBoxViewHeaders::SetMmsTotals ( TInt aMmsTotals ) |
|
47 { |
|
48 iMmsTotals = aMmsTotals; |
|
49 } |
|
50 |
|
51 inline TInt CMmsMMBoxViewHeaders::MmsQuotas() const |
|
52 { |
|
53 return iMmsQuotas; |
|
54 } |
|
55 |
|
56 inline void CMmsMMBoxViewHeaders::SetMmsQuotas ( TInt aMmsQuotas ) |
|
57 { |
|
58 iMmsQuotas = aMmsQuotas; |
|
59 } |
|
60 |
|
61 inline TUint CMmsMMBoxViewHeaders::MmsMessageCount() const |
|
62 { |
|
63 return iMmsMessageCount; |
|
64 } |
|
65 |
|
66 inline void CMmsMMBoxViewHeaders::SetMmsMessageCount ( TUint aMmsMessageCount ) |
|
67 { |
|
68 iMmsMessageCount = aMmsMessageCount; |
|
69 } |
|
70 |
|
71 inline TUint CMmsMMBoxViewHeaders::MMBoxTotalNumber() const |
|
72 { |
|
73 return iMMBoxTotalNumber; |
|
74 } |
|
75 |
|
76 inline void CMmsMMBoxViewHeaders::SetMMBoxTotalNumber ( TUint aMMBoxTotalNumber ) |
|
77 { |
|
78 iMMBoxTotalNumber = aMMBoxTotalNumber; |
|
79 } |
|
80 |
|
81 inline TUint CMmsMMBoxViewHeaders::MMBoxTotalSize() const |
|
82 { |
|
83 return iMMBoxTotalSize; |
|
84 } |
|
85 |
|
86 inline void CMmsMMBoxViewHeaders::SetMMBoxTotalSize ( TUint aMMBoxTotalSize ) |
|
87 { |
|
88 iMMBoxTotalSize = aMMBoxTotalSize; |
|
89 } |
|
90 |
|
91 inline TUint CMmsMMBoxViewHeaders::MMBoxQuotaNumber() const |
|
92 { |
|
93 return iMMBoxQuotaNumber; |
|
94 } |
|
95 |
|
96 inline void CMmsMMBoxViewHeaders::SetMMBoxQuotaNumber ( TUint aMMBoxQuotaNumber ) |
|
97 { |
|
98 iMMBoxQuotaNumber = aMMBoxQuotaNumber; |
|
99 } |
|
100 |
|
101 inline TUint CMmsMMBoxViewHeaders::MMBoxQuotaSize() const |
|
102 { |
|
103 return iMMBoxQuotaSize; |
|
104 } |
|
105 |
|
106 inline void CMmsMMBoxViewHeaders::SetMMBoxQuotaSize ( TUint aMMBoxQuotaSize ) |
|
107 { |
|
108 iMMBoxQuotaSize = aMMBoxQuotaSize; |
|
109 } |
|
110 |
|
111 inline RArray<TUint>& CMmsMMBoxViewHeaders::AttributeArray() |
|
112 { |
|
113 return iAttributes; //lint !e1536 |
|
114 } |
|
115 |
|
116 inline RArray<TInt>& CMmsMMBoxViewHeaders::MMStateArray() |
|
117 { |
|
118 return iMmsMMStates; //lint !e1536 |
|
119 } |
|
120 |
|
121 // End of File |