|
1 /* |
|
2 * Copyright (c) 2007 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: Inline method definitions for CHsBrowserContainer. |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 #ifndef HSBROWSERCONTAINER_INL |
|
21 #define HSBROWSERCONTAINER_INL |
|
22 |
|
23 // ================= MEMBER FUNCTIONS ======================= |
|
24 |
|
25 // --------------------------------------------------------------------------- |
|
26 // CHsBrowserContainer::BrCtlInterface |
|
27 // --------------------------------------------------------------------------- |
|
28 // |
|
29 CBrCtlInterface* CHsBrowserContainer::BrCtlInterface() |
|
30 { |
|
31 return iBrCtlInterface; |
|
32 } |
|
33 |
|
34 // --------------------------------------------------------------------------- |
|
35 // CHsBrowserContainer::HsBrowserSpecialLoadObserver |
|
36 // --------------------------------------------------------------------------- |
|
37 // |
|
38 CHsBrowserSpecialLoadObserver* CHsBrowserContainer:: |
|
39 HsBrowserSpecialLoadObserver() |
|
40 { |
|
41 return iHsBrowserSpecialLoadObserver; |
|
42 } |
|
43 |
|
44 // --------------------------------------------------------------------------- |
|
45 // CHsBrowserContainer::HsBrowserIctsObserver |
|
46 // --------------------------------------------------------------------------- |
|
47 // |
|
48 CHsBrowserIctsObserver* CHsBrowserContainer::HsBrowserIctsObserver() |
|
49 { |
|
50 return iHsBrowserIctsObserver; |
|
51 } |
|
52 |
|
53 // --------------------------------------------------------------------------- |
|
54 // CHsBrowserContainer::Model |
|
55 // --------------------------------------------------------------------------- |
|
56 // |
|
57 CHsBrowserModel* CHsBrowserContainer::Model() |
|
58 { |
|
59 return iModel; |
|
60 } |
|
61 |
|
62 // --------------------------------------------------------------------------- |
|
63 // CHsBrowserContainer::NaviLabel |
|
64 // --------------------------------------------------------------------------- |
|
65 // |
|
66 CAknNaviLabel* CHsBrowserContainer::NaviLabel() |
|
67 { |
|
68 return NULL; |
|
69 } |
|
70 |
|
71 // --------------------------------------------------------------------------- |
|
72 // CHsBrowserContainer::ActiveInputBox |
|
73 // --------------------------------------------------------------------------- |
|
74 // |
|
75 TBool CHsBrowserContainer::ActiveInputBox() |
|
76 { |
|
77 return iActiveInputBox; |
|
78 } |
|
79 |
|
80 // --------------------------------------------------------------------------- |
|
81 // CHsBrowserContainer::SetActiveInputBox |
|
82 // --------------------------------------------------------------------------- |
|
83 // |
|
84 void CHsBrowserContainer::SetActiveInputBox( TBool aActiveInputBox ) |
|
85 { |
|
86 iActiveInputBox = aActiveInputBox; |
|
87 } |
|
88 |
|
89 #endif |