| Home · All Namespaces · All Classes |
00001 /* 00002 * This file is part of mhome 00003 * 00004 * Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). 00005 * All rights reserved. 00006 * 00007 * Contact: Tomas Junnonen <tomas.junnonen@nokia.com> 00008 * 00009 * This software, including documentation, is protected by copyright 00010 * controlled by Nokia Corporation. All rights are reserved. Copying, 00011 * including reproducing, storing, adapting or translating, any or all of 00012 * this material requires the prior written consent of Nokia Corporation. 00013 * This material also contains confidential information which may not be 00014 * disclosed to others without the prior written consent of Nokia. 00015 */ 00016 #ifndef PAGEDVIEWPORTSTYLE_H 00017 #define PAGEDVIEWPORTSTYLE_H 00018 00019 #include <mpannablewidgetstyle.h> 00020 00044 class PagedViewportStyle : public MPannableWidgetStyle 00045 { 00046 Q_OBJECT 00047 M_STYLE(PagedViewportStyle) 00048 00049 M_STYLE_ATTRIBUTE(qreal, velocityThreshold, VelocityThreshold) 00050 M_STYLE_ATTRIBUTE(qreal, dragThreshold, DragThreshold) 00051 M_STYLE_ATTRIBUTE(int, slideLimit, SlideLimit) 00052 M_STYLE_ATTRIBUTE(qreal, pageSnapSpringK, PageSnapSpringK) 00053 M_STYLE_ATTRIBUTE(qreal, pageSnapFrictionC, PageSnapFrictionC) 00054 M_STYLE_ATTRIBUTE(qreal, panThreshold, PanThreshold) 00055 }; 00056 00057 class PagedViewportStyleContainer : public MPannableWidgetStyleContainer 00058 { 00059 M_STYLE_CONTAINER(PagedViewportStyle) 00060 }; 00061 00062 #endif
| Copyright © 2010 Nokia Corporation | Generated on Thu Nov 4 2010 18:20:42 Doxygen 1.7.1 |
MeeGo Touch |