JM9 XRCU Board 0.1.3a
Libraries API Reference
Loading...
Searching...
No Matches
dsgc::Label Member List

This is the complete list of members for dsgc::Label, including all inherited members.

Component(Adafruit_GFX &graphics, unsigned int x, unsigned int y, unsigned int width, unsigned int height) (defined in dsgc::Component)dsgc::Componentprotected
Dimensions(unsigned int x, unsigned int y, unsigned int width, unsigned int height) (defined in dsgc::Dimensions)dsgc::Dimensionsprotected
getBackgroundColor()dsgc::Componentvirtual
getBorderColor()dsgc::Componentvirtual
getCurrentBackgroundColor() (defined in dsgc::Component)dsgc::Componentprotectedvirtual
getCurrentBorderColor() (defined in dsgc::Component)dsgc::Componentprotectedvirtual
getCurrentForegroundColor() (defined in dsgc::Component)dsgc::Componentprotectedvirtual
getDisabledBackgroundColor()dsgc::Componentvirtual
getDisabledBorderColor()dsgc::Componentvirtual
getDisabledForegroundColor()dsgc::Componentvirtual
getFocusedBackgroundColor()dsgc::Componentvirtual
getFocusedBorderColor()dsgc::Componentvirtual
getFocusedForegroundColor()dsgc::Componentvirtual
getForegroundColor()dsgc::Componentvirtual
getGraphics() (defined in dsgc::Component)dsgc::Componentprotectedvirtual
getHeight() (defined in dsgc::Dimensions)dsgc::Dimensions
getText() (defined in dsgc::Label)dsgc::Label
getWidth() (defined in dsgc::Dimensions)dsgc::Dimensions
getX() (defined in dsgc::Dimensions)dsgc::Dimensions
getY() (defined in dsgc::Dimensions)dsgc::Dimensions
isEnabled()dsgc::Componentvirtual
isFocused()dsgc::Componentvirtual
Label(Adafruit_GFX &graphics, unsigned int x, unsigned int y, unsigned int width) (defined in dsgc::Label)dsgc::Label
Label(Adafruit_GFX &graphics, unsigned int x, unsigned int y, unsigned int width, unsigned int height) (defined in dsgc::Label)dsgc::Label
Label(Adafruit_GFX &graphics, unsigned int x, unsigned int y, unsigned int width, const char *text) (defined in dsgc::Label)dsgc::Label
Label(Adafruit_GFX &graphics, unsigned int x, unsigned int y, unsigned int width, unsigned int height, const char *text) (defined in dsgc::Label)dsgc::Label
paint() overridedsgc::Labelvirtual
repaint()dsgc::Componentvirtual
setBackgroundColor(Color color) (defined in dsgc::Component)dsgc::Componentvirtual
setBorderColor(Color color) (defined in dsgc::Component)dsgc::Componentvirtual
setDisabledBackgroundColor(Color color) (defined in dsgc::Component)dsgc::Componentvirtual
setDisabledBorderColor(Color color) (defined in dsgc::Component)dsgc::Componentvirtual
setDisabledForegroundColor(Color color) (defined in dsgc::Component)dsgc::Componentvirtual
setEnabled(bool enabled)dsgc::Componentvirtual
setFocused(bool focused) (defined in dsgc::Component)dsgc::Componentvirtual
setFocusedBackgroundColor(Color color) (defined in dsgc::Component)dsgc::Componentvirtual
setFocusedBorderColor(Color color) (defined in dsgc::Component)dsgc::Componentvirtual
setFocusedForegroundColor(Color color) (defined in dsgc::Component)dsgc::Componentvirtual
setForegroundColor(Color color) (defined in dsgc::Component)dsgc::Componentvirtual
setText(const char *newText) (defined in dsgc::Label)dsgc::Label