|
QGroundControl
Ground Control Station for MAVLink Drones
|
#include <CheckerboardTextureData.h>
Inheritance diagram for CheckerboardTextureData:
Collaboration diagram for CheckerboardTextureData:Signals | |
| void | sizePixelsChanged () |
| void | cellsChanged () |
| void | color1Changed () |
| void | color2Changed () |
Public Member Functions | |
| CheckerboardTextureData (QQuick3DObject *parent=nullptr) | |
| int | sizePixels () const |
| void | setSizePixels (int sizePixels) |
| int | cells () const |
| void | setCells (int cells) |
| QColor | color1 () const |
| void | setColor1 (const QColor &color) |
| QColor | color2 () const |
| void | setColor2 (const QColor &color) |
Procedural checkerboard texture for GeoMap debug rendering: deterministic content for visually (and pixel-)verifying patch placement and UV mapping without tile imagery or network access.
Definition at line 18 of file CheckerboardTextureData.h.
|
explicit |
Definition at line 7 of file CheckerboardTextureData.cc.
|
inline |
Definition at line 34 of file CheckerboardTextureData.h.
Referenced by setCells().
|
signal |
Referenced by setCells().
|
inline |
Definition at line 38 of file CheckerboardTextureData.h.
|
signal |
Referenced by setColor1().
|
inline |
Definition at line 42 of file CheckerboardTextureData.h.
|
signal |
Referenced by setColor2().
| void CheckerboardTextureData::setCells | ( | int | cells | ) |
Definition at line 23 of file CheckerboardTextureData.cc.
References cells(), and cellsChanged().
| void CheckerboardTextureData::setColor1 | ( | const QColor & | color | ) |
Definition at line 36 of file CheckerboardTextureData.cc.
References color1Changed().
| void CheckerboardTextureData::setColor2 | ( | const QColor & | color | ) |
Definition at line 46 of file CheckerboardTextureData.cc.
References color2Changed().
| void CheckerboardTextureData::setSizePixels | ( | int | sizePixels | ) |
Definition at line 12 of file CheckerboardTextureData.cc.
References sizePixels(), and sizePixelsChanged().
|
inline |
Definition at line 30 of file CheckerboardTextureData.h.
Referenced by setSizePixels().
|
signal |
Referenced by setSizePixels().