qmlFrontend/hwengine.h
branchqmlfrontend
changeset 11827 8c71c5a1172f
parent 11443 5182d44fb733
equal deleted inserted replaced
11787:bcba7938ccb5 11827:8c71c5a1172f
    47     void errorMessage(const QString & message);
    47     void errorMessage(const QString & message);
    48     void warningMessage(const QString & message);
    48     void warningMessage(const QString & message);
    49 
    49 
    50     void previewIsRendering();
    50     void previewIsRendering();
    51     void previewImageChanged();
    51     void previewImageChanged();
       
    52     void previewHogCountChanged(int count);
    52     void localTeamAdded(const QString & teamName, int aiLevel);
    53     void localTeamAdded(const QString & teamName, int aiLevel);
    53     void localTeamRemoved(const QString & teamName);
    54     void localTeamRemoved(const QString & teamName);
    54 
    55 
    55     void playingTeamAdded(const QString & teamName, int aiLevel, bool isLocal);
    56     void playingTeamAdded(const QString & teamName, int aiLevel, bool isLocal);
    56     void playingTeamRemoved(const QString & teamName);
    57     void playingTeamRemoved(const QString & teamName);