Nextion User Manual
For Arduino developers
Main Page
Related Pages
Modules
Classes
Files
Examples
File List
File Members
NexPage.h
Go to the documentation of this file.
1
17
#ifndef __NEXPAGE_H__
18
#define __NEXPAGE_H__
19
20
#include "
NexTouch.h
"
21
#include "
NexHardware.h
"
31
class
NexPage
:
public
NexTouch
32
{
33
public
:
/* methods */
37
NexPage
(uint8_t pid, uint8_t cid,
const
char
*name);
38
44
bool
show
(
void
);
45
};
50
#endif
/* #ifndef __NEXPAGE_H__ */
NexPage::show
bool show(void)
Show itself.
Definition:
NexPage.cpp:23
NexPage::NexPage
NexPage(uint8_t pid, uint8_t cid, const char *name)
Constructor.
Definition:
NexPage.cpp:18
NexPage
A special component , which can contain other components such as NexButton, NexText and NexWaveform...
Definition:
NexPage.h:31
NexTouch.h
The definition of class NexTouch.
NexHardware.h
The definition of base API for using Nextion.
NexTouch
Father class of the components with touch events.
Definition:
NexTouch.h:53
NexPage.h
Generated on Mon Aug 17 2015 21:04:48 for Nextion User Manual by
1.8.7