FIFE  be64c707dea6b3250bd4355bf5c825d25920087d
FIFE::TransitionInfo Class Reference

Simple class to hold the data for transistions. More...

#include <cell.h>

+ Collaboration diagram for FIFE::TransitionInfo:

Public Member Functions

 TransitionInfo (Layer *layer)
 
 ~TransitionInfo ()
 

Public Attributes

Layerm_layer
 target layer More...
 
ModelCoordinate m_mc
 target coordinates More...
 
bool m_difflayer
 is target on another layer More...
 
bool m_immediate
 use immediate More...
 

Detailed Description

Simple class to hold the data for transistions.

Definition at line 69 of file cell.h.

Constructor & Destructor Documentation

◆ TransitionInfo()

FIFE::TransitionInfo::TransitionInfo ( Layer layer)
inline

Definition at line 71 of file cell.h.

References m_difflayer, m_immediate, and m_layer.

◆ ~TransitionInfo()

FIFE::TransitionInfo::~TransitionInfo ( )
inline

Definition at line 72 of file cell.h.

References m_layer.

Member Data Documentation

◆ m_difflayer

bool FIFE::TransitionInfo::m_difflayer

is target on another layer

Definition at line 78 of file cell.h.

Referenced by FIFE::Cell::createTransition(), FIFE::RoutePather::followRoute(), and TransitionInfo().

◆ m_immediate

bool FIFE::TransitionInfo::m_immediate

◆ m_layer

◆ m_mc


The documentation for this class was generated from the following file: