equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2009 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 * |
|
16 */ |
|
17 // |
|
18 |
|
19 |
|
20 |
|
21 #ifndef __LAFCOMMN_H__ |
|
22 #define __LAFCOMMN_H__ |
|
23 |
|
24 #include <e32std.h> |
|
25 #include <gulcolor.h> |
|
26 #include <gulbordr.h> |
|
27 |
|
28 class MLafEnv; |
|
29 class CCoeControl; |
|
30 |
|
31 class LafCommonUtils |
|
32 { |
|
33 public: |
|
34 static void GetRgbDerivedBorderColors(TGulBorder::TColors& aBorderColors, |
|
35 TLogicalColor aLogicalBackgroundColor, const MLafEnv& aEnv, const CCoeControl& aBorderedControl); |
|
36 }; |
|
37 |
|
38 #endif // __LAFCOMMN_H__ |