HOG2
|
#include <Graphics.h>
Public Member Functions | |
data (shapeInfo d, tDrawClass t, uint8_t view) | |
data (drawInfo d, tDrawClass t, uint8_t view) | |
data (lineInfo l, uint8_t view) | |
data (triangleInfo t, tDrawClass d, uint8_t view) | |
Public Attributes | |
tDrawClass | what |
union { | |
drawInfo shape | |
shapeInfo polygon | |
lineInfo line | |
triangleInfo triangle | |
}; | |
uint8_t | viewport |
Definition at line 226 of file Graphics.h.
|
inline |
Definition at line 227 of file Graphics.h.
|
inline |
Definition at line 233 of file Graphics.h.
|
inline |
Definition at line 239 of file Graphics.h.
References Graphics::Display::kLine, line, and what.
|
inline |
Definition at line 245 of file Graphics.h.
union { ... } |
lineInfo Graphics::Display::data::line |
Definition at line 255 of file Graphics.h.
Referenced by data().
shapeInfo Graphics::Display::data::polygon |
Definition at line 254 of file Graphics.h.
Referenced by data().
drawInfo Graphics::Display::data::shape |
Definition at line 253 of file Graphics.h.
Referenced by data().
triangleInfo Graphics::Display::data::triangle |
Definition at line 256 of file Graphics.h.
Referenced by data().
uint8_t Graphics::Display::data::viewport |
Definition at line 258 of file Graphics.h.
tDrawClass Graphics::Display::data::what |
Definition at line 251 of file Graphics.h.
Referenced by data().