Searched refs:SetCell (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/demos/life/
H A Dgame.h110 void SetCell(wxInt32 x, wxInt32 y, bool alive = true);
H A Dlife.cpp934 m_life->SetCell(i, j, m_status == MOUSE_DRAWING);
966 m_life->SetCell(ii, jj, alive);
984 m_life->SetCell(ii, jj, alive);
997 m_life->SetCell(ii, jj, alive);
H A Dgame.cpp54 inline bool SetCell(int dx, int dy, bool alive);
79 // SetCell:
83 bool LifeCellBox::SetCell(int dx, int dy, bool alive) function in class:LifeCellBox
192 // SetCell:
195 void Life::SetCell(wxInt32 x, wxInt32 y, bool alive) function in class:Life
201 if (c->SetCell(dx, dy, alive))
233 SetCell(x + k, y, line.GetChar(k) == wxT('*'));

Completed in 69 milliseconds