#include <gfxboard.h>
Definition at line 34 of file gfxboard.h.
Public Types | |
enum | board_refresh_t { BOARD_REFRESH, BOARD_FORCE_REFRESH } |
Public Member Functions | |
GfxBoard (wxFrame *parent, Game &game) | |
~GfxBoard (void) | |
void | OnPaint (wxPaintEvent &event) |
Window manager OnPaint event handler. | |
void | OnSize (wxSizeEvent &event) |
Make new dimensions available for the next OnPaint event. | |
void | Refresh (board_refresh_t force=BOARD_REFRESH) |
|
Definition at line 99 of file gfxboard.h. |
|
|
|
Definition at line 80 of file gfxboard.cc. |
|
Window manager OnPaint event handler.
Definition at line 194 of file gfxboard.cc. References BOARD_FORCE_REFRESH, GFXDEBUG, and Refresh(). |
|
Make new dimensions available for the next OnPaint event. The BMP is deleted if it exists. Definition at line 95 of file gfxboard.cc. References BOARD_SIZE, GFXDEBUG, and LINE_WIDTH. |
|
Referenced by OnPaint(), and BoardFrame::Refresh(). |