videocollection/tsrc/stubs/inc/videolisttoolbardata.h
changeset 63 4707a0db12f6
equal deleted inserted replaced
58:d2b028fd1f7d 63:4707a0db12f6
       
     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: stub hbstackedwidget
       
    15 * 
       
    16 */
       
    17 
       
    18 #ifndef VIDEOLISTVIEWDATA_H
       
    19 #define VIDEOLISTVIEWDATA_H
       
    20 
       
    21 #include <e32std.h>
       
    22 #include <mpxitemid.h>
       
    23 
       
    24 #include "videocollectioncommon.h"
       
    25 
       
    26 class VideoListToolbarData
       
    27 {
       
    28 public: // methods
       
    29     static void reset()
       
    30     {
       
    31         mViewStateChangedCount = 0;
       
    32         mViewStateChangedLevel = VideoCollectionCommon::ELevelInvalid;
       
    33         mViewStateChangedNoVideos = false;
       
    34         mViewStateChangedModelReady = false;
       
    35     }
       
    36     
       
    37 public: // data
       
    38     static int mViewStateChangedCount;
       
    39     static VideoCollectionCommon::TCollectionLevels mViewStateChangedLevel;
       
    40     static bool mViewStateChangedNoVideos;
       
    41     static bool mViewStateChangedModelReady;
       
    42 };
       
    43 
       
    44 #endif /* VIDEOLISTVIEWDATA_H */