#include <pfodDwgsBase.h>
Inherited by pfodArc, pfodCircle, pfodDwgs, pfodErase, pfodHide, pfodIndex, pfodInsertDwg, pfodLabel, pfodLine, pfodRectangle, pfodTouchAction, pfodTouchActionInput, pfodTouchZone, and pfodUnhide.
Definition at line 55 of file pfodDwgsBase.h.
◆ pfodDwgsBase()
pfodDwgsBase::pfodDwgsBase |
( |
| ) |
|
|
protected |
◆ colRowOffset()
void pfodDwgsBase::colRowOffset |
( |
| ) |
|
|
protected |
◆ colWidthHeight()
void pfodDwgsBase::colWidthHeight |
( |
| ) |
|
|
protected |
◆ encodeChar()
void pfodDwgsBase::encodeChar |
( |
Print * |
out, |
|
|
uint8_t |
encodeOutput, |
|
|
char |
c |
|
) |
| |
|
protected |
◆ encodeText() [1/2]
void pfodDwgsBase::encodeText |
( |
Print * |
out, |
|
|
uint8_t |
encodeOutput, |
|
|
const __FlashStringHelper * |
ifsh |
|
) |
| |
|
protected |
◆ encodeText() [2/2]
void pfodDwgsBase::encodeText |
( |
Print * |
out, |
|
|
uint8_t |
encodeOutput, |
|
|
const char * |
cPtr |
|
) |
| |
|
protected |
◆ getAutoIdx()
int pfodDwgsBase::getAutoIdx |
( |
uint16_t & |
idx | ) |
|
|
protected |
◆ initValues()
void pfodDwgsBase::initValues |
( |
struct VALUES * |
_valuesPtr | ) |
|
|
protected |
◆ printColor()
void pfodDwgsBase::printColor |
( |
| ) |
|
|
protected |
◆ printFloat()
void pfodDwgsBase::printFloat |
( |
float |
f | ) |
|
|
protected |
◆ printFloatDecimals()
void pfodDwgsBase::printFloatDecimals |
( |
float |
f, |
|
|
int |
decPlaces |
|
) |
| |
|
protected |
◆ printFloatNumber()
void pfodDwgsBase::printFloatNumber |
( |
float |
f | ) |
|
◆ printIdx()
void pfodDwgsBase::printIdx |
( |
| ) |
|
|
protected |
◆ printTextFormatsWithBkgndColor()
void pfodDwgsBase::printTextFormatsWithBkgndColor |
( |
| ) |
|
|
protected |
◆ send()
virtual void pfodDwgsBase::send |
( |
char |
_startChar = '|' | ) |
|
|
virtual |
Reimplemented in pfodUnhide, pfodTouchZone, pfodTouchActionInput, pfodTouchAction, pfodRectangle, pfodLine, pfodLabel, pfodInsertDwg, pfodIndex, pfodHide, pfodErase, pfodCircle, and pfodArc.
◆ sendColRowVars()
void pfodDwgsBase::sendColRowVars |
( |
float |
val | ) |
|
|
protected |
◆ startText()
void pfodDwgsBase::startText |
( |
| ) |
|
|
protected |
◆ AQUA
const int pfodDwgsBase::AQUA = 14 |
|
static |
◆ BLACK
const int pfodDwgsBase::BLACK = 0 |
|
static |
◆ BLACK_WHITE
const int pfodDwgsBase::BLACK_WHITE = -1 |
|
static |
◆ BLUE
const int pfodDwgsBase::BLUE = 12 |
|
static |
◆ CLICK
const int pfodDwgsBase::CLICK = 8 |
|
static |
◆ DOWN
const int pfodDwgsBase::DOWN = 1 |
|
static |
◆ DOWN_UP
const int pfodDwgsBase::DOWN_UP = 256 |
|
static |
◆ DRAG
const int pfodDwgsBase::DRAG = 2 |
|
static |
◆ ENTRY
const int pfodDwgsBase::ENTRY = 32 |
|
static |
◆ EXIT
const int pfodDwgsBase::EXIT = 64 |
|
static |
◆ FUCHSIA
const int pfodDwgsBase::FUCHSIA = 13 |
|
static |
◆ GREEN
const int pfodDwgsBase::GREEN = 2 |
|
static |
◆ GREY
const int pfodDwgsBase::GREY = 8 |
|
static |
◆ LIME
const int pfodDwgsBase::LIME = 10 |
|
static |
◆ MAGENTA
const int pfodDwgsBase::MAGENTA = FUCHSIA |
|
static |
◆ MAROON
const int pfodDwgsBase::MAROON = 1 |
|
static |
◆ NAVY
const int pfodDwgsBase::NAVY = 4 |
|
static |
◆ OLIVE
const int pfodDwgsBase::OLIVE = 3 |
|
static |
◆ out
◆ PRESS
const int pfodDwgsBase::PRESS = 16 |
|
static |
◆ PURPLE
const int pfodDwgsBase::PURPLE = 5 |
|
static |
◆ RED
const int pfodDwgsBase::RED = 9 |
|
static |
◆ SILVER
const int pfodDwgsBase::SILVER = 7 |
|
static |
◆ TEAL
const int pfodDwgsBase::TEAL = 6 |
|
static |
◆ TOUCH
const int pfodDwgsBase::TOUCH = 0 |
|
static |
◆ TOUCH_DISABLED
const int pfodDwgsBase::TOUCH_DISABLED = 512 |
|
static |
◆ TOUCHED_COL
const uint16_t pfodDwgsBase::TOUCHED_COL = 65534 |
|
static |
◆ TOUCHED_ROW
const uint16_t pfodDwgsBase::TOUCHED_ROW = 65532 |
|
static |
◆ TOUCHED_X
const uint16_t pfodDwgsBase::TOUCHED_X = 65534 |
|
static |
◆ TOUCHED_Y
const uint16_t pfodDwgsBase::TOUCHED_Y = 65532 |
|
static |
◆ UP
const int pfodDwgsBase::UP = 4 |
|
static |
◆ valuesPtr
struct VALUES* pfodDwgsBase::valuesPtr |
|
protected |
◆ WHITE
const int pfodDwgsBase::WHITE = 15 |
|
static |
◆ YELLOW
const int pfodDwgsBase::YELLOW = 11 |
|
static |