| 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 sw=4 ts=4 sts=4: */ 00020 00021 #include "mcpbrief.h" 00022 #include "mcpwidgettypes.h" 00023 00024 #include "mcpdebug.h" 00025 00026 McpBrief::~McpBrief() 00027 { 00028 } 00029 00036 int 00037 McpBrief::widgetTypeID () const 00038 { 00039 return McpWidgetType::BriefInvalid; 00040 } 00041 00042 QString 00043 McpBrief::icon() const 00044 { 00045 return QString(); 00046 } 00047 00048 QString 00049 McpBrief::toggleIconId() const 00050 { 00051 return QString(); 00052 } 00053 00054 QString 00055 McpBrief::valueText() const 00056 { 00057 return QString(); 00058 } 00059 00060 QString 00061 McpBrief::titleText () const 00062 { 00063 return QString(); 00064 } 00065 00066 Qt::Alignment 00067 McpBrief::align() const 00068 { 00069 return Qt::AlignLeft; 00070 } 00071 00072 bool 00073 McpBrief::toggle() const 00074 { 00075 return false; 00076 } 00077 00078 QString 00079 McpBrief::image() const 00080 { 00081 return QString(); 00082 } 00083 00084 void 00085 McpBrief::setToggle ( 00086 bool) 00087 { 00088 } 00089 00090 void 00091 McpBrief::activate () 00092 { 00093 emit activateSignal(); 00094 } 00095
| Copyright © 2009 Nokia Corporation | Generated on Thu Nov 4 2010 18:21:33 Doxygen 1.7.1 |
DirectUI |