systemsettings/accindicatorplugin/inc/accindicator.h
changeset 49 76883296a0d5
parent 28 b0b858956ed5
child 72 56a7be608841
equal deleted inserted replaced
48:2222076f5c60 49:76883296a0d5
    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