![]() |
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 }; 00034 00035 class PhoneNetworkSignalStrengthStatusIndicatorModel : public StatusIndicatorModel 00036 { 00037 M_MODEL(PhoneNetworkSignalStrengthStatusIndicatorModel) 00038 }; 00039 00040 class PhoneNetworkTypeStatusIndicatorModel : public StatusIndicatorModel 00041 { 00042 M_MODEL(PhoneNetworkTypeStatusIndicatorModel) 00043 }; 00044 00045 class PhoneNetworkStatusIndicatorModel : public StatusIndicatorModel 00046 { 00047 M_MODEL(PhoneNetworkStatusIndicatorModel) 00048 }; 00049 00050 class BatteryStatusIndicatorModel : public StatusIndicatorModel 00051 { 00052 M_MODEL(BatteryStatusIndicatorModel) 00053 }; 00054 00055 class AlarmStatusIndicatorModel : public StatusIndicatorModel 00056 { 00057 M_MODEL(AlarmStatusIndicatorModel) 00058 }; 00059 00060 class BluetoothStatusIndicatorModel : public StatusIndicatorModel 00061 { 00062 M_MODEL(BluetoothStatusIndicatorModel) 00063 }; 00064 00065 class GPSStatusIndicatorModel : public StatusIndicatorModel 00066 { 00067 M_MODEL(GPSStatusIndicatorModel) 00068 }; 00069 00070 class PresenceStatusIndicatorModel : public StatusIndicatorModel 00071 { 00072 M_MODEL(PresenceStatusIndicatorModel) 00073 }; 00074 00075 class InternetConnectionStatusIndicatorModel : public StatusIndicatorModel 00076 { 00077 M_MODEL(InternetConnectionStatusIndicatorModel) 00078 }; 00079 00080 class InputMethodStatusIndicatorModel : public StatusIndicatorModel 00081 { 00082 M_MODEL(InputMethodStatusIndicatorModel) 00083 }; 00084 00085 class CallStatusIndicatorModel : public StatusIndicatorModel 00086 { 00087 M_MODEL(CallStatusIndicatorModel) 00088 }; 00089 00090 class ProfileStatusIndicatorModel : public StatusIndicatorModel 00091 { 00092 M_MODEL(ProfileStatusIndicatorModel) 00093 }; 00094 00095 class NotificationStatusIndicatorModel : public StatusIndicatorModel 00096 { 00097 M_MODEL(NotificationStatusIndicatorModel) 00098 }; 00099 00100 class TransferStatusIndicatorModel : public StatusIndicatorModel 00101 { 00102 M_MODEL(TransferStatusIndicatorModel) 00103 }; 00104 00105 #endif /* STATUSINDICATORMODEL_H_ */
| Copyright © 2010 Nokia Corporation | Generated on Thu Nov 4 2010 18:19:34 Doxygen 1.7.1 |
MeeGo Touch |
