#include <NexPage.h>
|
|
static void | iterate (NexTouch **list, uint8_t pid, uint8_t cid, int32_t event) |
| |
|
|
uint8_t | getObjPid (void) |
| |
|
uint8_t | getObjCid (void) |
| |
|
const char * | getObjName (void) |
| |
A special component , which can contain other components such as NexButton, NexText and NexWaveform, etc.
| NexPage::NexPage |
( |
uint8_t |
pid, |
|
|
uint8_t |
cid, |
|
|
const char * |
name |
|
) |
| |
Constructor.
- Parameters
-
| pid | - page id. |
| cid | - component id. |
| name | - pointer to an unique name in range of all components. |
Attach an callback function of pop touch event.
- Parameters
-
| pop | - callback called with ptr when a pop touch event occurs. |
| ptr | - parameter passed into pop[default:NULL]. |
- Returns
- none.
- Note
- If calling this method multiply, the last call is valid.
Attach an callback function of push touch event.
- Parameters
-
| push | - callback called with ptr when a push touch event occurs. |
| ptr | - parameter passed into push[default:NULL]. |
- Returns
- none.
- Note
- If calling this method multiply, the last call is valid.
| void NexTouch::detachPop |
( |
void |
| ) |
|
|
inherited |
Detach an callback function.
- Returns
- none.
| void NexTouch::detachPush |
( |
void |
| ) |
|
|
inherited |
Detach an callback function.
- Returns
- none.
| void NexObject::printObjInfo |
( |
void |
| ) |
|
|
inherited |
Print current object'address, page id, component id and name.
- Warning
- this method does nothing, unless debug message enabled.
| bool NexPage::show |
( |
void |
| ) |
|
Show itself.
- Returns
- true if success, false for faileure.