![]() |
Home · All Namespaces · All Classes |
00001 /**************************************************************************** 00002 ** 00003 ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). 00004 ** All rights reserved. 00005 ** Contact: Nokia Corporation (directui@nokia.com) 00006 ** 00007 ** This file is part of systemui. 00008 ** 00009 ** If you have questions regarding the use of this file, please contact 00010 ** Nokia at directui@nokia.com. 00011 ** 00012 ** This library is free software; you can redistribute it and/or 00013 ** modify it under the terms of the GNU Lesser General Public 00014 ** License version 2.1 as published by the Free Software Foundation 00015 ** and appearing in the file LICENSE.LGPL included in the packaging 00016 ** of this file. 00017 ** 00018 ****************************************************************************/ 00019 00020 00021 #ifndef STATUSINDICATORMODEL_H_ 00022 #define STATUSINDICATORMODEL_H_ 00023 00024 #include <MWidgetModel> 00025 #include <QVariant> 00026 00027 class StatusIndicatorModel : public MWidgetModel 00028 { 00029 Q_OBJECT 00030 M_MODEL(StatusIndicatorModel) 00031 M_MODEL_PROPERTY(QVariant, value, Value, true, QVariant()) 00032 M_MODEL_PROPERTY(bool, animate, Animate, true, false) 00033 M_MODEL_PROPERTY(QString, stylePostfix, StylePostfix, true, QString()) 00034 }; 00035 00036 class PhoneNetworkSignalStrengthStatusIndicatorModel : public StatusIndicatorModel 00037 { 00038 M_MODEL(PhoneNetworkSignalStrengthStatusIndicatorModel) 00039 }; 00040 00041 class PhoneNetworkTypeStatusIndicatorModel : public StatusIndicatorModel 00042 { 00043 M_MODEL(PhoneNetworkTypeStatusIndicatorModel) 00044 }; 00045 00046 class PhoneNetworkStatusIndicatorModel : public StatusIndicatorModel 00047 { 00048 M_MODEL(PhoneNetworkStatusIndicatorModel) 00049 }; 00050 00051 class BatteryStatusIndicatorModel : public StatusIndicatorModel 00052 { 00053 M_MODEL(BatteryStatusIndicatorModel) 00054 }; 00055 00056 class AlarmStatusIndicatorModel : public StatusIndicatorModel 00057 { 00058 M_MODEL(AlarmStatusIndicatorModel) 00059 }; 00060 00061 class BluetoothStatusIndicatorModel : public StatusIndicatorModel 00062 { 00063 M_MODEL(BluetoothStatusIndicatorModel) 00064 }; 00065 00066 class GPSStatusIndicatorModel : public StatusIndicatorModel 00067 { 00068 M_MODEL(GPSStatusIndicatorModel) 00069 }; 00070 00071 class PresenceStatusIndicatorModel : public StatusIndicatorModel 00072 { 00073 M_MODEL(PresenceStatusIndicatorModel) 00074 }; 00075 00076 class InputMethodStatusIndicatorModel : public StatusIndicatorModel 00077 { 00078 M_MODEL(InputMethodStatusIndicatorModel) 00079 }; 00080 00081 class CallStatusIndicatorModel : public StatusIndicatorModel 00082 { 00083 M_MODEL(CallStatusIndicatorModel) 00084 }; 00085 00086 class ProfileStatusIndicatorModel : public StatusIndicatorModel 00087 { 00088 M_MODEL(ProfileStatusIndicatorModel) 00089 }; 00090 00091 class NotificationStatusIndicatorModel : public StatusIndicatorModel 00092 { 00093 M_MODEL(NotificationStatusIndicatorModel) 00094 }; 00095 00096 class CallForwardingStatusIndicatorModel : public StatusIndicatorModel 00097 { 00098 M_MODEL(CallForwardingStatusIndicatorModel) 00099 }; 00100 00101 class TransferStatusIndicatorModel : public StatusIndicatorModel 00102 { 00103 M_MODEL(TransferStatusIndicatorModel) 00104 }; 00105 00106 #endif /* STATUSINDICATORMODEL_H_ */
Copyright © 2011 Nokia Corporation | Generated on Tue Aug 30 2011 16:38:12 Doxygen 1.7.1 |
MeeGo Touch |