svgtviewer/SvgtViewerPlugin/AppInc/SvgtViewerAppView.h
branchRCL_3
changeset 17 e52958d06c29
parent 14 1882882c7f9c
child 18 20b99a6d6175
child 20 5fd161fa28b6
equal deleted inserted replaced
14:1882882c7f9c 17:e52958d06c29
     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:  Application viewer for SVGT Viewer App.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #ifndef __SVGTVIEWERAPPVIEW_H__
       
    21 #define __SVGTVIEWERAPPVIEW_H__
       
    22 
       
    23 #include <AknControl.h>
       
    24 
       
    25 //
       
    26 // class CSvgtViewerAppView
       
    27 //
       
    28 
       
    29 class CSvgtViewerAppView : public CAknControl
       
    30     {
       
    31     public:
       
    32         void ConstructL(const TRect& aRect);
       
    33         ~CSvgtViewerAppView();
       
    34     
       
    35     private: // from CCoeControl
       
    36         void Draw(const TRect& /*aRect*/) const;
       
    37         TInt CountComponentControls() const;
       
    38         CCoeControl* ComponentControl(TInt aIndex) const;
       
    39         void HandleResourceChange (TInt aType);
       
    40     };
       
    41 
       
    42 
       
    43 #endif //__SVGTVIEWERAPPVIEW_H__