profilesapplication/Profiles/ProfileApp/UIsrc/MProfileRectUpdater.h
branchRCL_3
changeset 19 cd54903d48da
parent 0 ca436256272f
equal deleted inserted replaced
18:b7fa36b488f8 19:cd54903d48da
       
     1 /*
       
     2 * Copyright (c) 2002 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:  Interface for getting client rect area.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #ifndef MPROFILERECTUPDATER_H
       
    21 #define MPROFILERECTUPDATER_H
       
    22 
       
    23 //  INCLUDES
       
    24 #include <e32std.h>
       
    25 
       
    26 // CLASS DECLARATION
       
    27 
       
    28 /**
       
    29 *  Interface for updating the active area.
       
    30 *
       
    31 *  @lib ProfileApp.app
       
    32 *  @since 2.8
       
    33 */
       
    34 class MProfileRectUpdater
       
    35     {
       
    36 
       
    37     public: // New functions
       
    38 
       
    39         /**
       
    40         * Updates the client drawing area.
       
    41         * @since 2.8
       
    42         */
       
    43 		virtual void UpdateClientRect() = 0;
       
    44 
       
    45     };
       
    46 
       
    47 #endif      // MProfileRectUpdater_H
       
    48 
       
    49 // End of File