equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2003-2008 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: ?Description |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #if !defined(AFX_SDCINLOUTPUT_H__91B390A4_957C_493C_A584_FF4BA0B49FB4__INCLUDED_) |
|
20 #define AFX_SDCINLOUTPUT_H__91B390A4_957C_493C_A584_FF4BA0B49FB4__INCLUDED_ |
|
21 |
|
22 #if _MSC_VER > 1000 |
|
23 #pragma once |
|
24 #endif // _MSC_VER > 1000 |
|
25 |
|
26 #include <stdio.h> |
|
27 |
|
28 #include "SDCData.h" |
|
29 |
|
30 class CSDCInlOutput |
|
31 { |
|
32 public: |
|
33 CSDCInlOutput(); |
|
34 virtual ~CSDCInlOutput(); |
|
35 |
|
36 public: |
|
37 void Output( CSDCData* aData, const char* aSkinName, const char* aCppFilename, const char* aMmpFilename ); |
|
38 |
|
39 protected: |
|
40 void OutputAttributes( FILE* aFile, const TSDCImageAttributes& aAttributes ); |
|
41 void OutputClassList( FILE* aFile, const bool aAppIconClass, const char* aSkinName ); |
|
42 |
|
43 protected: |
|
44 CSDCData* iData; |
|
45 |
|
46 }; |
|
47 |
|
48 #endif // !defined(AFX_SDCINLOUTPUT_H__91B390A4_957C_493C_A584_FF4BA0B49FB4__INCLUDED_) |