QTfrontend/hedgehogerWidget.h
changeset 486 7ea71cd3acd5
parent 362 b28e0dd48269
child 612 333d095319de
equal deleted inserted replaced
485:defe001d490c 486:7ea71cd3acd5
     1 /*
     1 /*
     2  * Hedgewars, a worms-like game
     2  * Hedgewars, a worms-like game
     3  * Copyright (c) 2006 Ulyanov Igor <iulyanov@gmail.com>
     3  * Copyright (c) 2006, 2007 Ulyanov Igor <iulyanov@gmail.com>
     4  *
     4  *
     5  * This program is free software; you can redistribute it and/or modify
     5  * This program is free software; you can redistribute it and/or modify
     6  * it under the terms of the GNU General Public License as published by
     6  * it under the terms of the GNU General Public License as published by
     7  * the Free Software Foundation; version 2 of the License
     7  * the Free Software Foundation; version 2 of the License
     8  *
     8  *
    38   void hedgehogsNumChanged();
    38   void hedgehogsNumChanged();
    39 
    39 
    40  protected:
    40  protected:
    41   virtual void paintEvent(QPaintEvent* event);
    41   virtual void paintEvent(QPaintEvent* event);
    42   virtual void mousePressEvent ( QMouseEvent * event );
    42   virtual void mousePressEvent ( QMouseEvent * event );
    43   
    43 
    44  private:
    44  private:
    45   CHedgehogerWidget();
    45   CHedgehogerWidget();
    46   unsigned char numHedgehogs;
    46   unsigned char numHedgehogs;
    47   FrameTeams* pOurFrameTeams;
    47   FrameTeams* pOurFrameTeams;
    48   bool nonInteractive;
    48   bool nonInteractive;