QTfrontend/util/namegen.h
changeset 14934 0ec0ed2d9045
parent 12505 82c75a317d48
child 14935 4accf3e18dbc
equal deleted inserted replaced
14933:873dda2325c1 14934:0ec0ed2d9045
    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 
    42 
    42     private:
    43     private:
    43         HWNamegen();
    44         HWNamegen();
    44 
    45 
    45         static QString getRandomTeamName(int kind);
    46         static QString getRandomTeamName(int kind);
    46         static QString getRandomHat(bool withDLC = true);
    47         static QString getRandomHat(bool withDLC = true);
    47         static QString getRandomGrave(bool withDLC = true);
    48         static QString getRandomGrave(bool withDLC = true);
    48         static QString getRandomFort(bool withDLC = true);
    49         static QString getRandomFort(bool withDLC = true);
    49         static QString getRandomFlag(bool withDLC = true);
    50         static QString getRandomFlag(bool withDLC = true);
    50         static QString getRandomVoice(bool withDLC = true);
    51         static QString getRandomVoice(bool withDLC = true);
       
    52         static QString getLocalizedDefaultVoice();
    51 
    53 
    52         static QList<QStringList> TypesTeamnames;
    54         static QList<QStringList> TypesTeamnames;
    53         static QList<QStringList> TypesHatnames;
    55         static QList<QStringList> TypesHatnames;
    54         static bool typesAvailable;
    56         static bool typesAvailable;
    55 
    57