uiacceltk/hitchcock/Client/inc/alfcrppluginclient.h
branchRCL_3
changeset 3 d8a3531bc6b8
equal deleted inserted replaced
0:15bf7259bb7c 3:d8a3531bc6b8
       
     1 /*
       
     2 * Copyright (c) 2010 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 
       
    10 #ifndef ALFCRPPLUGINCLIENT_H
       
    11 #define ALFCRPPLUGINCLIENT_H
       
    12 
       
    13 #include <e32base.h>
       
    14 #include <w32std.h>
       
    15 
       
    16 /**
       
    17  * Client for ALF window server extension
       
    18  */
       
    19 NONSHARABLE_CLASS( CAlfCrpPluginClient ) : public CWsGraphic
       
    20     {
       
    21 public:
       
    22     /**
       
    23      * Constructor.
       
    24      */
       
    25     CAlfCrpPluginClient();
       
    26     
       
    27     /**
       
    28      * 2nd phase constructor.
       
    29      */
       
    30     void ConstructL();
       
    31     
       
    32     /**
       
    33      * Destructor.
       
    34      */
       
    35     virtual ~CAlfCrpPluginClient();
       
    36     
       
    37 public:
       
    38     
       
    39     /**
       
    40      * Synchronizes drawing.
       
    41      */
       
    42     void Synchronize();
       
    43 
       
    44 public: // from CWsGraphic
       
    45     
       
    46     virtual void HandleMessage(const TDesC8& aData);
       
    47     virtual void OnReplace();
       
    48         
       
    49     };
       
    50 
       
    51 #endif // ALFCRPPLUGINCLIENT_H
       
    52 
       
    53 // End of file