| Home · All Namespaces · All Classes · Main Classes |
00001 /*************************************************************************** 00002 ** 00003 ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). 00004 ** All rights reserved. 00005 ** Contact: Karoliina T. Salminen <karoliina.t.salminen@nokia.com> 00006 ** 00007 ** This file is part of mcontrolpanel. 00008 ** 00009 ** 00010 ** This library is free software; you can redistribute it and/or 00011 ** modify it under the terms of the GNU Lesser General Public 00012 ** License version 2.1 as published by the Free Software Foundation 00013 ** and appearing in the file LICENSE.LGPL included in the packaging 00014 ** of this file. 00015 ** 00016 ****************************************************************************/ 00017 00018 /* -*- Mode: C; indent-tabs-mode: s; c-basic-offset: 4; tab-width: 4 -*- */ 00019 /* vim:set et ai sw=4 ts=4 sts=4: tw=80 cino="(0,W2s,i2s,t0,l1,:0" */ 00020 #ifndef MCPWIDGETTYPES_H 00021 #define MCPWIDGETTYPES_H 00022 #include <QString> 00023 00024 namespace McpWidgetType 00025 { 00026 enum Id { 00027 BriefInvalid = 100, 00028 Label, 00029 Toggle, 00030 Image, 00031 Button, 00032 IdMax 00033 }; 00034 const QString 00035 names[IdMax - BriefInvalid] = 00036 { 00037 "McpBriefWidgetInvalid", 00038 "Label", 00039 "Toggle", 00040 "Image", 00041 "Button" 00042 }; 00043 bool isIdValid(int id); 00044 }; 00045 00046 #endif // MCPWIDGETTYPES_H 00047
| Copyright © 2009 Nokia Corporation | Generated on Thu Nov 4 2010 18:21:33 Doxygen 1.7.1 |
DirectUI |