LCDGFX LCD display driver
1.1.5
This library is developed to control SSD1306/SSD1325/SSD1327/SSD1331/SSD1351/IL9163/PCD8554 RGB i2c/spi LED displays
|
#include <menu_items.h>
Public Member Functions | |
NanoTextMenuItem (const char *name) | |
void | update () override |
void | draw () override |
![]() | |
NanoObject (const NanoPoint &pos) | |
NanoObject (const NanoPoint &pos, const NanoPoint &size) | |
void | draw () override |
void | refresh () override |
void | update () override |
lcdint_t | width () const |
lcdint_t | height () const |
void | moveTo (const NanoPoint &p) |
void | moveBy (const NanoPoint &p) |
void | resize (const NanoPoint &size) |
void | setSize (const NanoPoint &size) |
void | setPos (const NanoPoint &p) |
const NanoPoint | bottom () const |
const NanoPoint | top () const |
const NanoPoint | left () const |
const NanoPoint | right () const |
const NanoPoint | center () const |
lcdint_t | x () const |
lcdint_t | y () const |
const NanoPoint & | getPosition () const |
const NanoRect & | getRect () const |
![]() | |
void | focus () |
void | defocus () |
bool | isFocused () |
bool | hasTiler () |
T & | getTiler () |
Protected Attributes | |
const char * | m_name |
![]() | |
NanoRect | m_rect |
![]() | |
T * | m_tiler = nullptr |
Active tiler, assigned to the NanoEngineObject. | |
NanoEngineObject< T > * | m_next = nullptr |
Next NanoEngineObject in the list. | |
Additional Inherited Members | |
![]() | |
void | setTiler (T *tiler) |
Template class for font menu item with user-defined font
Definition at line 71 of file menu_items.h.
|
inlineexplicit |
Creates instance of test menu item
name | text of the item to display |
Definition at line 79 of file menu_items.h.
|
inlineoverridevirtual |
Draws text menu item in the NanoEngine buffer
Implements NanoEngineObject< T >.
Definition at line 110 of file menu_items.h.
|
inlineoverridevirtual |
Updates menu item state. Automatically resizes menu item if width is not defined yet
Implements NanoEngineObject< T >.
Definition at line 89 of file menu_items.h.
|
protected |
Menu item text
Definition at line 130 of file menu_items.h.