Home
last modified time | relevance | path

Searched refs:GetPause (Results 1 – 25 of 143) sorted by relevance

123456

/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/object/task/
H A Dtaskwait.cpp44 if ( m_engine->GetPause() ) return true; in EventProcess()
67 if ( m_engine->GetPause() ) return ERR_CONTINUE; in IsEnded()
H A Dtaskspiderexplo.cpp56 if ( m_engine->GetPause() ) return true; in EventProcess()
90 if ( m_engine->GetPause() ) return ERR_CONTINUE; in IsEnded()
H A Dtaskturn.cpp51 if ( m_engine->GetPause() ) return true; in EventProcess()
101 if ( m_engine->GetPause() ) return ERR_CONTINUE; in IsEnded()
H A Dtaskadvance.cpp54 if ( m_engine->GetPause() ) return true; in EventProcess()
103 if ( m_engine->GetPause() ) return ERR_CONTINUE; in IsEnded()
H A Dtaskinfo.cpp56 if (m_engine->GetPause()) return true; in EventProcess()
129 if (m_engine->GetPause()) return ERR_CONTINUE; in IsEnded()
H A Dtaskgungoal.cpp48 if ( m_engine->GetPause() ) return true; in EventProcess()
136 if ( m_engine->GetPause() ) return ERR_CONTINUE; in IsEnded()
H A Dtaskfireant.cpp59 if ( m_engine->GetPause() ) return true; in EventProcess()
131 if ( m_engine->GetPause() ) return ERR_CONTINUE; in IsEnded()
H A Dtaskflag.cpp59 if ( m_engine->GetPause() ) return true; in EventProcess()
160 if ( m_engine->GetPause() ) return ERR_CONTINUE; in IsEnded()
H A Dtasksearch.cpp62 if ( m_engine->GetPause() ) return true; in EventProcess()
176 if ( m_engine->GetPause() ) return ERR_CONTINUE; in IsEnded()
H A Dtaskpen.cpp54 if ( m_engine->GetPause() ) return true; in EventProcess()
208 if ( m_engine->GetPause() ) return ERR_CONTINUE; in IsEnded()
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/app/
H A Dpausemanager.cpp102 PauseType CPauseManager::GetPause() in GetPause() function in CPauseManager
114 PauseType current = GetPause(); in IsPauseType()
120 m_main->UpdatePause(GetPause()); //TODO in Update()
H A Dpausemanager.h82 PauseType GetPause();
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/object/auto/
H A Dautokid.cpp95 if ( m_engine->GetPause() ) in EventProcess()
113 if ( m_engine->GetPause() ) return true; in EventProcess()
H A Dautoflag.cpp92 if ( m_engine->GetPause() ) return true; in EventProcess()
H A Dautoroot.cpp88 if ( m_engine->GetPause() ) return true; in EventProcess()
H A Dautojostle.cpp97 if ( m_engine->GetPause() ) return true; in EventProcess()
/dports/games/easyrpg-player/Player-0.7.0/src/
H A Dwindow.h46 bool GetPause() const;
171 inline bool Window::GetPause() const { in GetPause() function
H A Dwindow_message.cpp406 if (GetPause()) { in Update()
410 if (GetPause()) { in Update()
456 if (GetPause() || GetIndex() >= 0 || number_input_window->GetActive()) { in UpdateMessage()
/dports/games/briquolo/briquolo-0.5.7/src/
H A DPanneauLigneOptionEditeur.h50 bool GetPause() const;
H A DPanneauOutilsEditeur.h58 bool GetPause() const;
H A DPanneauLigneOptionEditeur.cpp55 bool PanneauLigneOptionEditeur::GetPause() const in GetPause() function in PanneauLigneOptionEditeur
H A DTableauBase.h80 virtual bool GetPause() const;
/dports/games/briquolo/briquolo-0.5.7/src/MOGL/
H A DMOGL_Temps.h66 static bool GetPause();
/dports/multimedia/dvdstyler/DVDStyler-3.1/src/
H A DCell.h57 int GetPause() const { return m_pause; } in GetPause() function
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/ui/
H A Dmainshort.cpp111 m_engine->GetPause()) ) // hangs during edition? in CreateShortcuts()
309 m_engine->GetPause() ) return; in SelectNext()

123456