Home
last modified time | relevance | path

Searched refs:CheckStructure (Results 1 – 25 of 36) sorted by relevance

12

/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/tracks/
H A Dcheck_structure.cpp35 CheckStructure::CheckStructure(const XMLNode &node, unsigned int index) in CheckStructure() function in CheckStructure
78 CheckStructure::CheckStructure() in CheckStructure() function in CheckStructure
91 void CheckStructure::reset(const Track &track) in reset()
111 void CheckStructure::update(float dt) in update()
143 void CheckStructure::changeStatus(const std::vector<int> &indices, in changeStatus()
154 CheckStructure *cs = cm->getCheckStructure(indices[i]); in changeStatus()
217 void CheckStructure::trigger(unsigned int kart_index) in trigger()
247 void CheckStructure::saveCompleteState(BareNetworkString* bns) in saveCompleteState()
255 void CheckStructure::restoreCompleteState(const BareNetworkString& b) in restoreCompleteState()
270 void CheckStructure::saveIsActive(int kart_id, BareNetworkString* bns) in saveIsActive()
[all …]
H A Dcheck_structure.hpp51 class CheckStructure class
87 CheckStructure();
109 CheckStructure(const XMLNode &node, unsigned int index);
110 virtual ~CheckStructure() {}; in ~CheckStructure()
151 virtual CheckStructure* clone() = 0;
H A Dcheck_manager.hpp29 class CheckStructure;
42 std::vector<CheckStructure*> m_all_checks;
45 void add(CheckStructure* strct) { m_all_checks.push_back(strct); } in add()
61 CheckStructure *getCheckStructure(unsigned int n) const in getCheckStructure()
H A Dcheck_manager.cpp114 std::vector<CheckStructure*>::iterator i; in reset()
127 std::vector<CheckStructure*>::iterator i; in resetAfterKartMove()
183 std::vector<CheckStructure*>::iterator i; in update()
197 CheckStructure* c = getCheckStructure(i); in getLapLineIndex()
205 if(getCheckStructure(i)->getType()==CheckStructure::CT_NEW_LAP) in getLapLineIndex()
224 CheckStructure* c = getCheckStructure(i); in getChecklineTriggering()
H A Dcheck_trigger.hpp31 class CheckTrigger : public CheckStructure
60 CheckStructure::trigger(kart_index); in trigger()
63 virtual CheckStructure* clone() OVERRIDE in clone()
H A Dcheck_lap.hpp34 class CheckLap : public CheckStructure
48 virtual CheckStructure* clone() OVERRIDE { return new CheckLap(*this); } in clone()
H A Dcheck_sphere.hpp35 class CheckSphere : public CheckStructure
63 virtual CheckStructure* clone() { return new CheckSphere(*this); } in clone()
H A Dcheck_cylinder.hpp37 class CheckCylinder : public CheckStructure
69 virtual CheckStructure* clone() in clone()
H A Dcheck_goal.hpp37 class CheckGoal : public CheckStructure
80 virtual CheckStructure* clone() OVERRIDE in clone()
H A Dcheck_line.cpp44 : CheckStructure(node, index) in CheckLine()
118 CheckStructure::reset(track); in reset()
225 CheckStructure::saveCompleteState(bns); in saveCompleteState()
234 CheckStructure::restoreCompleteState(b); in restoreCompleteState()
H A Dcheck_lap.cpp36 : CheckStructure(node, index) in CheckLap()
46 CheckStructure::reset(track); in reset()
H A Dcheck_line.hpp50 class CheckLine : public CheckStructure
113 virtual CheckStructure* clone() OVERRIDE in clone()
H A Dcheck_goal.cpp34 : CheckStructure(node, index) in CheckGoal()
104 CheckStructure::reset(track); in reset()
H A Dcheck_trigger.cpp30 : CheckStructure(), in CheckTrigger()
H A Dcheck_sphere.cpp34 : CheckStructure(node, index) in CheckSphere()
H A Dcheck_cannon.hpp94 virtual CheckStructure* clone() OVERRIDE;
H A Dcheck_cylinder.cpp31 : CheckStructure() in CheckCylinder()
H A Dcheck_cannon.cpp178 CheckStructure* CheckCannon::clone() in clone()
/dports/security/gpgdir/gpgdir-1.9.5/deps/TermReadKey/
H A Dgenchars.pl258 $SGTTY = CheckStructure "sgttyb","sgtty.h";
286 $tchars = CheckStructure "tchars","sgtty.h";
294 $ltchars = CheckStructure "ltchars","sgtty.h";
/dports/devel/p5-Term-ReadKey/TermReadKey-2.38/
H A Dgenchars.pl267 $SGTTY = CheckStructure("sgttyb","sgtty.h");
295 $tchars = CheckStructure("tchars","sgtty.h");
303 $ltchars = CheckStructure("ltchars","sgtty.h");
/dports/devel/p5-SVN-Hooks/SVN-Hooks-1.34/lib/SVN/Hooks/
H A DCheckStructure.pm1 package SVN::Hooks::CheckStructure;
3 $SVN::Hooks::CheckStructure::VERSION = '1.34';
/dports/devel/p5-SVN-Hooks/SVN-Hooks-1.34/
H A DMETA.yml46 SVN::Hooks::CheckStructure:
47 file: lib/SVN/Hooks/CheckStructure.pm
H A DMANIFEST24 lib/SVN/Hooks/CheckStructure.pm
/dports/devel/p5-SVN-Hooks/SVN-Hooks-1.34/t/
H A D00-load.t26 use SVN::Hooks::CheckStructure;
H A D02-checkstructurealone.t8 use SVN::Hooks::CheckStructure;

12