controlpanelui/src/cpprofilewrapper/src/cpprofilemodel_p.h
changeset 42 3487b2ea501a
parent 37 cb294e641644
equal deleted inserted replaced
39:5aa7c7ec6b8e 42:3487b2ea501a
    38     ~CpProfileModelPrivate();
    38     ~CpProfileModelPrivate();
    39     void initialize(CpProfileModel *parent);
    39     void initialize(CpProfileModel *parent);
    40 public:
    40 public:
    41     QString profileName(int profileId) const;
    41     QString profileName(int profileId) const;
    42     QStringList profileNames() const;
    42     QStringList profileNames() const;
       
    43     void setProfileName(int profileId, const QString &name);
    43     int activateProfile(int profileId);
    44     int activateProfile(int profileId);
    44     int activeProfileId() const;
    45     int activeProfileId() const;
    45     void profileSettings(int profileId, CpProfileSettings& profileSettings);
    46     void profileSettings(int profileId, CpProfileSettings& profileSettings);
    46     void setProfileSettings(int profileId, CpProfileSettings& profileSettings);
    47     void setProfileSettings(int profileId, CpProfileSettings& profileSettings);
    47 
    48