Flair
Framework Libre Air
|
Class to define a position in a layout on the ground station. More...
#include <LayoutPosition.h>
Public Member Functions | |
LayoutPosition (const Layout *layout, int16_t row, int16_t col) | |
Constructor. More... | |
~LayoutPosition () | |
Destructor. More... | |
const Layout * | getLayout (void) const |
get Layout More... | |
int16_t | Row (void) const |
get row More... | |
int16_t | Col (void) const |
get col More... | |
Class to define a position in a layout on the ground station.
flair::gui::LayoutPosition::LayoutPosition | ( | const Layout * | layout, |
int16_t | row, | ||
int16_t | col | ||
) |
Constructor.
Construct a LayoutPosition, in given Layout at given place.
layout | layout |
row | row position |
col | col position |
flair::gui::LayoutPosition::~LayoutPosition | ( | ) |
Destructor.
const Layout* flair::gui::LayoutPosition::getLayout | ( | void | ) | const |
int16_t flair::gui::LayoutPosition::Row | ( | void | ) | const |
get row
int16_t flair::gui::LayoutPosition::Col | ( | void | ) | const |
get col