Home
last modified time | relevance | path

Searched refs:ChainLabel (Results 1 – 7 of 7) sorted by relevance

/dports/games/amoebax/amoebax-0.2.1/src/
H A DChainLabel.h30 class ChainLabel
33 ChainLabel (uint8_t stepChain, int16_t x, int16_t y,
35 ~ChainLabel (void);
74 ChainLabel::ChainLabel (uint8_t stepChain, int16_t x, int16_t y, in ChainLabel() function
90 ChainLabel::~ChainLabel (void) in ~ChainLabel()
98 ChainLabel::activate (void) in activate()
109 ChainLabel::getStepChain (void) const in getStepChain()
121 ChainLabel::getX (void) const in getX()
133 ChainLabel::getY (void) const in getY()
145 ChainLabel::isActive (void) const in isActive()
[all …]
H A DDrawChainLabel.h37 struct DrawChainLabel: public std::unary_function<ChainLabel *, void>
67 operator() (const ChainLabel *chainLabel) in operator()
H A DGrid.h34 class ChainLabel; variable
108 const std::list<ChainLabel *> &getChainLabels (void) const;
219 std::list<ChainLabel *> m_ChainLabels;
331 inline const std::list<ChainLabel *> &
H A DChainLabel.cxx32 ChainLabel::update (uint32_t elapsedTime) in update()
H A DGrid.cxx340 DeleteObject<ChainLabel> ()); in ~Grid()
372 m_ChainLabels.push_back (new ChainLabel (stepChain, x, y, in addChainLabel()
429 std::mem_fun (&ChainLabel::activate)); in clearDyingAmoebas()
1786 for ( std::list<ChainLabel *>::iterator currentLabel = in update()
1800 for ( std::list<ChainLabel *>::iterator currentLabel = in update()
H A DTwoPlayersState.cxx585 const std::list<ChainLabel *> rightChainLabels = in render()
587 std::list<ChainLabel *> chainLabels (getLeftGrid ()->getChainLabels ()); in render()
H A DTrainingState.cxx587 const std::list<ChainLabel *> &chainLabels = getPlayerGrid ()->getChainLabels (); in render()