QTfrontend/team.h
changeset 239 f9adf3c73bed
parent 231 c77b16e48273
child 245 4f6b53b7a567
equal deleted inserted replaced
238:85949b945906 239:f9adf3c73bed
    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 		QByteArray IPCTeamInfo() const;
    46 		QStringList HWTeam::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 };
    50 };
    51 
    51