vtuis/videotelui/inc/features/dialer/cvtuidialervideocontrol.h
branchRCL_3
changeset 24 f15ac8e65a02
parent 23 890b5dd735f8
child 25 779871d1e4f4
equal deleted inserted replaced
23:890b5dd735f8 24:f15ac8e65a02
     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:  Video control.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef C_VTUIDIALERVIDEOCONTROL_H
       
    20 #define C_VTUIDIALERVIDEOCONTROL_H
       
    21 
       
    22 #include    "cvtuivideocontrolbase.h"
       
    23 
       
    24 /**
       
    25  *  CVtUiDialerVideoControl
       
    26  *
       
    27  *  Mini dialer UI feature definition.
       
    28  *
       
    29  *  @since S60 v5.0
       
    30  */
       
    31 class CVtUiDialerVideoControl : public CVtUiVideoControlBase
       
    32     {
       
    33 
       
    34 public:
       
    35 
       
    36     /**
       
    37      * Static constructor
       
    38      * @param aBitmapManager Reference to bitmap manager.
       
    39      * @return Newly created instance of CVtUiDialerVideoControl.
       
    40      */
       
    41     static CVtUiDialerVideoControl* NewL( CVtUiBitmapManager& aBitmapManager );
       
    42 
       
    43     /**
       
    44      * Destructor
       
    45      */
       
    46     ~CVtUiDialerVideoControl();
       
    47 public:
       
    48     /**
       
    49     * LayoutRemoteVideo
       
    50     */
       
    51     void LayoutRemoteVideo();
       
    52 
       
    53 private:
       
    54 
       
    55     /**
       
    56      * Constructor
       
    57      */
       
    58     CVtUiDialerVideoControl( CVtUiBitmapManager& aBitmapManager );
       
    59 
       
    60     /**
       
    61     * 2nd constructor
       
    62     */
       
    63     void ConstructL();
       
    64 
       
    65 private: // from CVtUiVideoControlBase
       
    66 
       
    67     /**
       
    68     * @see CVtUiVideoControlBase::WaitingTextLayout
       
    69     */
       
    70     TAknTextLineLayout WaitingTextLayout( TInt aLine );
       
    71 
       
    72     };
       
    73 
       
    74 #endif // C_VTUIDIALERVIDEOCONTROL_H