QTfrontend/team.h
changeset 12675 967990d958bc
parent 11046 47a8c19ecb60
child 13713 3264a26bbf8b
equal deleted inserted replaced
12674:bc34fc75670e 12675:967990d958bc
    60         static HWTeam loadFromFile(const QString & teamName);
    60         static HWTeam loadFromFile(const QString & teamName);
    61         bool loadFromFile();
    61         bool loadFromFile();
    62         bool deleteFile();
    62         bool deleteFile();
    63         bool saveToFile();
    63         bool saveToFile();
    64         bool fileExists();
    64         bool fileExists();
       
    65         bool wouldOverwriteOtherFile();
    65 
    66 
    66         // attribute getters
    67         // attribute getters
    67         unsigned int campaignProgress() const;
    68         unsigned int campaignProgress() const;
    68         int color() const;
    69         int color() const;
    69         QColor qcolor() const;
    70         QColor qcolor() const;