API
For Arduino developers
Public Member Functions | List of all members
NexTouch Class Reference

Root Class of Nextion Components. More...

#include <NexTouch.h>

Inheritance diagram for NexTouch:
NexObject NexButton NexCrop NexHotspot NexPage NexPicture NexSlider NexText

Public Member Functions

 NexTouch (NexPid pid, NexCid cid, const char *name)
 Constructor of Nextouch. More...
 
- Public Member Functions inherited from NexObject
 NexObject (NexPid pid, NexCid cid, const char *name)
 Constructor. More...
 
NexPid getObjPid (void)
 Get page id. More...
 
NexCid getObjCid (void)
 Get component id. More...
 
const char * getObjName (void)
 Get component name. More...
 
void printObjInfo (void)
 Print current object address,page id,component id, component name,pop event function address,push event function address.
 

Detailed Description

Root Class of Nextion Components.

Examples:
CompButton.ino, CompCrop.ino, CompGauge.ino, CompHotspot.ino, CompPage.ino, CompPicture.ino, CompProgressBar.ino, CompSlider.ino, and CompText.ino.

Definition at line 35 of file NexTouch.h.

Constructor & Destructor Documentation

NexTouch::NexTouch ( NexPid  pid,
NexCid  cid,
const char *  name 
)

Constructor of Nextouch.

Parameters
pid- pid
cid- cid
name- name

Definition at line 27 of file NexTouch.cpp.


The documentation for this class was generated from the following files: