Searched refs:GridHeight (Results 1 – 3 of 3) sorted by relevance
31 m_pglgGrid = new GLifeGrid(pglsState->GridWidth(), pglsState->GridHeight()); in GLifeView()87 int32 iHeight = m_pglsState->GridHeight(); in Draw()
77 fGridHeight->SetValue(pglsState->GridHeight()); in GLifeConfig()155 m_pglsState->GridHeight() = fGridHeight->Value(); in MessageReceived()
61 int32& GridHeight(void) { return fGridHeight; }; in GridHeight() function