INET Framework for OMNeT++/OMNEST
inet::CounterFigure::Digit Struct Reference

Public Member Functions

 Digit (cRectangleFigure *bounds, cTextFigure *text)
 

Public Attributes

cRectangleFigure * bounds
 
cTextFigure * text
 

Constructor & Destructor Documentation

◆ Digit()

inet::CounterFigure::Digit::Digit ( cRectangleFigure *  bounds,
cTextFigure *  text 
)
inline
22 : bounds(bounds), text(text) {}

Member Data Documentation

◆ bounds

cRectangleFigure* inet::CounterFigure::Digit::bounds

◆ text

cTextFigure* inet::CounterFigure::Digit::text

The documentation for this struct was generated from the following file:
inet::CounterFigure::Digit::text
cTextFigure * text
Definition: CounterFigure.h:20
inet::CounterFigure::Digit::bounds
cRectangleFigure * bounds
Definition: CounterFigure.h:19