Home
last modified time | relevance | path

Searched defs:PauseState (Results 1 – 11 of 11) sorted by relevance

/dports/games/openxcom/OpenXcom-1.0/src/Menu/
H A DPauseState.cpp43 PauseState::PauseState(Game *game, OptionsOrigin origin) : State(game), _origin(origin) in PauseState() function in OpenXcom::PauseState
/dports/games/tanglet/tanglet-1.6.0/src/
H A Dwindow.h31 class PauseState; variable
H A Dwindow.cpp398 class Window::PauseState : public Window::State class in Window
401 explicit PauseState(Window* window) in PauseState() function in Window::PauseState
/dports/converters/wkhtmltopdf/qt-5db36ec/demos/sub-attaq/
H A Dgraphicsscene.h112 friend class PauseState; variable
H A Dstates.cpp198 PauseState::PauseState(GraphicsScene *scene, QState *parent) : QState(parent),scene(scene) in PauseState() function in PauseState
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtbase/examples/widgets/animation/sub-attaq/
H A Dgraphicsscene.h120 friend class PauseState; variable
H A Dstates.cpp203 PauseState::PauseState(GraphicsScene *scene, QState *parent) : QState(parent), scene(scene) in PauseState() function in PauseState
/dports/games/amoebax/amoebax-0.2.1/src/
H A DPauseState.cxx34 PauseState::PauseState (void): in PauseState() function in PauseState
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/psp/
H A Dpowerman.h67 enum PauseState { enum
/dports/games/scummvm/scummvm-2.5.1/backends/platform/psp/
H A Dpowerman.h69 enum PauseState { enum
/dports/games/cosmosmash/cosmosmash-1.4.8/src/
H A DCosmoSmashEngine.h163 enum PauseState { PLAYING, LOST_FOCUS, AWAITING_RESUME } pauseState; enum