QTfrontend/team.h
changeset 312 c36d0b34ac3d
parent 246 107f7e826a83
child 314 83773ccf4f09
equal deleted inserted replaced
311:b8905423f19f 312:c36d0b34ac3d
    41 
    41 
    42 		bool LoadFromFile();
    42 		bool LoadFromFile();
    43 		bool SaveToFile();
    43 		bool SaveToFile();
    44 		void SetToPage(HWForm * hwform);
    44 		void SetToPage(HWForm * hwform);
    45 		void GetFromPage(HWForm * hwform);
    45 		void GetFromPage(HWForm * hwform);
    46 		QStringList TeamGameConfig(quint32 color, int hedgehogs) const;
    46 		QStringList TeamGameConfig(quint32 color, int hedgehogs, quint32 InitHealth) const;
    47 
    47 
    48 		bool operator==(const HWTeam& t1) const;
    48 		bool operator==(const HWTeam& t1) const;
    49 		bool operator<(const HWTeam& t1) const;
    49 		bool operator<(const HWTeam& t1) const;
    50 	private:
    50 	private:
    51 		QString OldTeamName;
    51 		QString OldTeamName;