systemsettings/accindicatorplugin/inc/accindicator.h
changeset 46 eea20ed08f4b
parent 28 b0b858956ed5
child 72 56a7be608841
equal deleted inserted replaced
40:951aeeb3da43 46:eea20ed08f4b
    46     QVariant indicatorData(int role) const;
    46     QVariant indicatorData(int role) const;
    47     
    47     
    48 public:
    48 public:
    49     //from HbIndicatorPluginInterface
    49     //from HbIndicatorPluginInterface
    50     QStringList indicatorTypes() const;
    50     QStringList indicatorTypes() const;
    51     bool accessAllowed(const QString &indicatorType,
    51     bool accessAllowed(const QString &indicatorType, const QVariantMap &securityInfo) const;   
    52                                const HbSecurityInfo *securityInfo) const;   
       
    53     HbIndicatorInterface* createIndicator(const QString &indicatorType);
    52     HbIndicatorInterface* createIndicator(const QString &indicatorType);
    54     int error() const;
    53     int error() const;
    55 
    54 
    56 protected:
    55 protected:
    57     //from HbindicatorInterface
    56     //from HbindicatorInterface