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

NexPage,subclass of NexTouch,provides simple methods to control page component. More...

#include <NexPage.h>

Inheritance diagram for NexPage:
NexTouch NexObject

Public Member Functions

 NexPage (NexPid pid, NexCid cid, const char *name)
 Constructor,inherited NexTouch's constructor function.
 
bool show (void)
 Change page. More...
 
- Public Member Functions inherited from NexTouch
 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

NexPage,subclass of NexTouch,provides simple methods to control page component.

Examples:
CompPage.ino.

Definition at line 26 of file NexPage.h.

Member Function Documentation

bool NexPage::show ( void  )

Change page.

Return values
true- success.
false- failed.
Examples:
CompPage.ino.

Definition at line 33 of file NexPage.cpp.


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