m5stack-avatar
|
face template for "OωO" face More...
#include <FaceTemplates.hpp>
Additional Inherited Members | |
![]() | |
Face (Drawable *mouth, Drawable *eyeR, Drawable *eyeL, Drawable *eyeblowR, Drawable *eyeblowL) | |
Face (Drawable *mouth, BoundingRect *mouthPos, Drawable *eyeR, BoundingRect *eyeRPos, Drawable *eyeL, BoundingRect *eyeLPos, Drawable *eyeblowR, BoundingRect *eyeblowRPos, Drawable *eyeblowL, BoundingRect *eyeblowLPos) | |
Face (Drawable *mouth, BoundingRect *mouthPos, Drawable *eyeR, BoundingRect *eyeRPos, Drawable *eyeL, BoundingRect *eyeLPos, Drawable *eyeblowR, BoundingRect *eyeblowRPos, Drawable *eyeblowL, BoundingRect *eyeblowLPos, BoundingRect *boundingRect, M5Canvas *spr, M5Canvas *tmpSpr) | |
Face (const Face &other)=default | |
Face & | operator= (const Face &other)=default |
Drawable * | getLeftEye () |
Drawable * | getRightEye () |
Drawable * | getMouth () |
BoundingRect * | getBoundingRect () |
void | setLeftEye (Drawable *eye) |
void | setRightEye (Drawable *eye) |
void | setMouth (Drawable *mouth) |
void | setLeftEyeblow () |
void | setRightEyeblow () |
void | draw (DrawContext *ctx) |
face template for "OωO" face