videocollection/tsrc/stubs/src/hblistview.cpp
branchRCL_3
changeset 56 839377eedc2b
equal deleted inserted replaced
54:315810614048 56:839377eedc2b
       
     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 hblistview
       
    15 * 
       
    16 */
       
    17 
       
    18 #include "videosortfilterproxymodel.h"
       
    19 #include "hblistview.h"
       
    20 
       
    21 QList<HbAbstractViewItem*> HbListView::mVisibleItems = QList<HbAbstractViewItem*>();
       
    22 HbAbstractItemView::SelectionMode HbListView::mSelectionMode = HbAbstractItemView::InvalidSelection;
       
    23 VideoSortFilterProxyModel* HbListView::mLatestModel = 0;
       
    24 bool HbListView::mReturnNullPrototype = false; 
       
    25 bool HbListView::mVScrollBarIsNull = false;
       
    26 bool HbListView::mLatestrecycling = false;
       
    27 QPointF HbListView::mLongPressedPoint = QPointF();
       
    28 QPointF HbListView::mPanGesturePoint = QPointF();
       
    29 HbScrollArea::ClampingStyle HbListView::mLatestClamping = HbScrollArea::InvalidClamping;
       
    30 HbScrollArea::ScrollingStyle HbListView::mLatestScrolling = HbScrollArea::InvalidScrolling;
       
    31 bool HbListView::mLatestFrictionEnabled = false;
       
    32 bool HbListView::mLatestUniformItemSizes = false;
       
    33 bool HbListView::mLatestVisibility = false;
       
    34 bool HbListView::mLatestEnableValue = false;
       
    35 QModelIndex HbListView::mLatestScrollToIndex = QModelIndex();
       
    36 QModelIndex HbListView::mCurrentIndex = QModelIndex();
       
    37 int HbListView::mAllSelectedStatus = -1;