QTfrontend/team.h
changeset 246 107f7e826a83
parent 245 4f6b53b7a567
child 312 c36d0b34ac3d
equal deleted inserted replaced
245:4f6b53b7a567 246:107f7e826a83
    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 HWTeam::TeamGameConfig(quint32 color, int hedgehogs) const;
    46 		QStringList TeamGameConfig(quint32 color, int hedgehogs) 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;