Home
last modified time | relevance | path

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

/dports/games/battletanks/btanks-0.9.8083/editor/
H A Deditor.h119 sl08::slot2<void, const int, const char *, Editor> notify_slot; variable
H A Deditor.cpp383 notify_slot.assign(this, &Editor::notifyLoadingBar, Map->notify_progress); in init()
386 notify_slot.assign(this, &Editor::notifyLoadingBar, ResourceManager->notify_progress); in init()
/dports/games/battletanks/btanks-0.9.8083/engine/src/
H A Dgame.h106 sl08::slot2<void, const int, const char *, IGame> notify_slot; variable
H A Dgame.cpp495 notify_slot.assign(this, &IGame::notifyLoadingBar, Map->notify_progress); in init()
498 notify_slot.assign(this, &IGame::notifyLoadingBar, ResourceManager->notify_progress); in init()