NeoNextion
Arduino library for the Nextion displays.
Main Page
Classes
Files
File List
File Members
All
Classes
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
NextionText.h
Go to the documentation of this file.
1
3
#ifndef __NEONEXTION_NEXTIONTEXT
4
#define __NEONEXTION_NEXTIONTEXT
5
6
#include "
Nextion.h
"
7
#include "
INextionTouchable.h
"
8
#include "
INextionColourable.h
"
9
#include "
INextionStringValued.h
"
10
#include "
INextionFontStyleable.h
"
11
16
class
NextionText
:
public
INextionTouchable
,
17
public
INextionColourable
,
18
public
INextionStringValued
,
19
public
INextionFontStyleable
20
{
21
public
:
25
NextionText
(
Nextion
&nex, uint8_t page, uint8_t component,
const
char
*name)
26
:
INextionWidget
(nex, page, component, name)
27
,
INextionTouchable
(nex, page, component, name)
28
,
INextionColourable
(nex, page, component, name)
29
,
INextionStringValued
(nex, page, component, name)
30
,
INextionFontStyleable
(nex, page, component, name)
31
{
32
}
33
};
34
35
#endif
INextionStringValued
Interface for widgets that hold a string value.
Definition:
INextionStringValued.h:16
INextionTouchable.h
INextionStringValued.h
INextionWidget
Abstract class for all UI widgets.
Definition:
INextionWidget.h:15
INextionTouchable
Interface for widgets that can be touched.
Definition:
INextionTouchable.h:15
INextionColourable
Interface for widgets that can be coloured.
Definition:
INextionColourable.h:14
NextionText::NextionText
NextionText(Nextion &nex, uint8_t page, uint8_t component, const char *name)
Create a new widget adapter.
Definition:
NextionText.h:25
Nextion.h
NextionText
Represents a text widget.
Definition:
NextionText.h:16
INextionColourable.h
INextionFontStyleable.h
Nextion
Driver for a physical Nextion device.
Definition:
Nextion.h:31
INextionFontStyleable
Interface for widgets that can have their fonts styled.
Definition:
INextionFontStyleable.h:14
Generated on Wed Mar 7 2018 21:01:55 for NeoNextion by
1.8.6