controlpanelui/src/inc/cpprofilemodel.h
changeset 42 3487b2ea501a
parent 37 cb294e641644
equal deleted inserted replaced
39:5aa7c7ec6b8e 42:3487b2ea501a
    53     CpProfileModel(QObject *parent = 0);
    53     CpProfileModel(QObject *parent = 0);
    54     ~CpProfileModel();
    54     ~CpProfileModel();
    55 
    55 
    56 public:
    56 public:
    57     QString profileName(int profileId)const;
    57     QString profileName(int profileId)const;
       
    58     void setProfileName(int profileId, const QString &name);
    58     QStringList profileNames()const;
    59     QStringList profileNames()const;
    59     int activateProfile(int profileId);
    60     int activateProfile(int profileId);
    60     int activeProfileId() const;
    61     int activeProfileId() const;
    61     
    62     
    62     void profileSettings(int profileId, CpProfileSettings& profileSettings);
    63     void profileSettings(int profileId, CpProfileSettings& profileSettings);