homescreenapp/hsdomainmodel/inc/hsdatabase.h
changeset 101 ba1b7e218624
parent 95 32e56106abf2
equal deleted inserted replaced
98:e6f74eb7f69f 101:ba1b7e218624
    77     bool widgetPreferences(int widgetId, QVariantHash &data);
    77     bool widgetPreferences(int widgetId, QVariantHash &data);
    78     bool widgetPreference(int widgetId, const QString &key, QVariant &value);
    78     bool widgetPreference(int widgetId, const QString &key, QVariant &value);
    79     bool setWidgetPreferences(int widgetId, const QVariantHash &data);
    79     bool setWidgetPreferences(int widgetId, const QVariantHash &data);
    80 
    80 
    81     bool configuration(QVariantHash &configuration);
    81     bool configuration(QVariantHash &configuration);
    82 
    82 public slots:
    83     bool updateWidgetZValues(const QHash<int, qreal> &data, Qt::Orientation orientation);
    83     bool updateWidgetZValues(const QHash<int, qreal> &data, Qt::Orientation orientation);
    84     
    84     
    85     bool updateWidgetPresentations(const QList<HsWidgetPresentationData> &data, Qt::Orientation orientation);
    85     bool updateWidgetPresentations(const QList<HsWidgetPresentationData> &data, Qt::Orientation orientation);
    86 
    86 
    87 public:
    87 public: