| 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 PAGEDVIEWPORTVIEW_H 00017 #define PAGEDVIEWPORTVIEW_H 00018 00019 #include <mpannablewidgetview.h> 00020 #include "pagedviewportstyle.h" 00021 #include "pagedviewport.h" 00022 00023 class PagedViewport; 00024 00029 class PagedViewportView : public MPannableWidgetView 00030 { 00031 Q_OBJECT 00032 M_VIEW(MPannableWidgetModel, PagedViewportStyle) 00033 00034 public: 00035 PagedViewportView(PagedViewport *controller); 00036 virtual ~PagedViewportView(); 00037 00038 protected: 00039 virtual void applyStyle(); 00040 00041 private: 00042 00043 PagedViewport* controller; 00044 }; 00045 00046 #endif
| Copyright © 2010 Nokia Corporation | Generated on Thu Nov 4 2010 18:20:42 Doxygen 1.7.1 |
MeeGo Touch |