camerauis/cameraxui/cxui/inc/cxuistillprecaptureview2.h
changeset 28 3075d9b614e6
parent 19 d9aefe59d544
child 30 7680ea4bbfe7
child 38 0f0b4c1d7744
child 43 0e652f8f1fbd
equal deleted inserted replaced
19:d9aefe59d544 28:3075d9b614e6
     1 /*
       
     2 * Copyright (c) 2009 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:
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef CXUISTILLPRECAPTUREVIEW2_H
       
    19 #define CXUISTILLPRECAPTUREVIEW2_H
       
    20 
       
    21 #include <QMetaType>
       
    22 #include "cxuistillprecaptureview.h"
       
    23 
       
    24 /**
       
    25  * CxuiPrecaptureView2
       
    26  * 
       
    27  */
       
    28 class CxuiStillPrecaptureView2 : public CxuiStillPrecaptureView
       
    29 {
       
    30     Q_OBJECT
       
    31 
       
    32 public:
       
    33     CxuiStillPrecaptureView2(QGraphicsItem *parent = 0);
       
    34 
       
    35     virtual ~CxuiStillPrecaptureView2();
       
    36 
       
    37 public:
       
    38 
       
    39     /**
       
    40      * Loads default widgets in layouts xml.
       
    41      */
       
    42     virtual void loadDefaultWidgets();
       
    43 
       
    44     /**
       
    45      * Loads widgets that are not part of the default section in layouts xml.
       
    46      * Widgets are created at the time they are first loaded.
       
    47      */
       
    48     virtual void loadWidgets();
       
    49 
       
    50 };
       
    51 
       
    52 #endif /* CXUISTILLPRECAPTUREVIEW2_H */