#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.  | 
  
   
 
 
      
        
          | bool NexPage::show  | 
          ( | 
          void  | 
           | ) | 
           | 
        
      
 
Show itself.
- Returns
 - true if success, false for faileure. 
 
 
 
The documentation for this class was generated from the following files: