Home
last modified time | relevance | path

Searched refs:NewGameInputSlot (Results 1 – 4 of 4) sorted by relevance

/dports/games/colorcode/ColorCode-0.8.5/
H A Dgametablesdialog.cpp85 …connect(GetPrevGamesModel(), SIGNAL(NewGameInputSignal(CCGame*)), this, SLOT(NewGameInputSlot(CCGa… in Init()
108 …connect(GetSavedGamesModel(), SIGNAL(NewGameInputSignal(CCGame*)), this, SLOT(NewGameInputSlot(CCG… in Init()
129 …connect(GetHighScoresModel(), SIGNAL(NewGameInputSignal(CCGame*)), this, SLOT(NewGameInputSlot(CCG… in Init()
403 NewGameInputSlot(g); in PlayInputSlot()
422 void GameTablesDialog::NewGameInputSlot(CCGame* g) in NewGameInputSlot() function in GameTablesDialog
H A Dgametablesdialog.h63 void NewGameInputSlot(CCGame* g);
H A Dcolorcode.h136 void NewGameInputSlot(CCGame* g);
H A Dcolorcode.cpp136 …connect(mGameTablesDialog, SIGNAL(NewGameInputSignal(CCGame*)), this, SLOT(NewGameInputSlot(CCGame… in Init()
1945 void ColorCode::NewGameInputSlot(CCGame* g) in NewGameInputSlot() function in ColorCode