QTfrontend/util/namegen.h
changeset 14935 4accf3e18dbc
parent 14934 0ec0ed2d9045
equal deleted inserted replaced
14934:0ec0ed2d9045 14935:4accf3e18dbc
    36         static void teamRandomHats(HWTeam & team, bool withDLC = true);
    36         static void teamRandomHats(HWTeam & team, bool withDLC = true);
    37         static void teamRandomHat(HWTeam & team, const int HedgehogNumber, bool withDLC = true);
    37         static void teamRandomHat(HWTeam & team, const int HedgehogNumber, bool withDLC = true);
    38         static void teamRandomHogNames(HWTeam & team);
    38         static void teamRandomHogNames(HWTeam & team);
    39         static void teamRandomHogName(HWTeam & team, const int HedgehogNumber);
    39         static void teamRandomHogName(HWTeam & team, const int HedgehogNumber);
    40         static void teamRandomEverything(HWTeam & team);
    40         static void teamRandomEverything(HWTeam & team);
    41         static void teamLocalizedDefaultVoice(HWTeam & team);
    41         static void teamLocalizedDefaultVoice(HWTeam & team, bool withDLC = true);
    42 
    42 
    43     private:
    43     private:
    44         HWNamegen();
    44         HWNamegen();
    45 
    45 
    46         static QString getRandomTeamName(int kind);
    46         static QString getRandomTeamName(int kind);
    47         static QString getRandomHat(bool withDLC = true);
    47         static QString getRandomHat(bool withDLC = true);
    48         static QString getRandomGrave(bool withDLC = true);
    48         static QString getRandomGrave(bool withDLC = true);
    49         static QString getRandomFort(bool withDLC = true);
    49         static QString getRandomFort(bool withDLC = true);
    50         static QString getRandomFlag(bool withDLC = true);
    50         static QString getRandomFlag(bool withDLC = true);
    51         static QString getRandomVoice(bool withDLC = true);
    51         static QString getRandomVoice(bool withDLC = true);
    52         static QString getLocalizedDefaultVoice();
    52         static QString getLocalizedDefaultVoice(bool withDLC = true);
    53 
    53 
    54         static QList<QStringList> TypesTeamnames;
    54         static QList<QStringList> TypesTeamnames;
    55         static QList<QStringList> TypesHatnames;
    55         static QList<QStringList> TypesHatnames;
    56         static bool typesAvailable;
    56         static bool typesAvailable;
    57 
    57