#include <NexPicture.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) | 
|   | 
      
        
          | NexPicture::NexPicture  | 
          ( | 
          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 NexPicture::Get_background_image_pic  | 
          ( | 
          uint32_t *  | 
          number | ) | 
           | 
        
      
 
Get picture's number.
- Parameters
 - 
  
    | number | - an output parameter to save picture number. | 
  
   
- Return values
 - 
  
    | true | - success.  | 
    | false | - failed.  | 
  
   
 
 
      
        
          | bool NexPicture::getPic  | 
          ( | 
          uint32_t *  | 
          number | ) | 
           | 
        
      
 
Get picture's number.
- Parameters
 - 
  
    | number | - an output parameter to save picture number. | 
  
   
- Return values
 - 
  
    | true | - success.  | 
    | false | - failed.  | 
  
   
 
 
      
        
          | bool NexPicture::Set_background_image_pic  | 
          ( | 
          uint32_t  | 
          number | ) | 
           | 
        
      
 
Set picture's number.
- Parameters
 - 
  
    | number | -the picture number. | 
  
   
- Return values
 - 
  
    | true | - success.  | 
    | false | - failed.  | 
  
   
 
 
      
        
          | bool NexPicture::setPic  | 
          ( | 
          uint32_t  | 
          number | ) | 
           | 
        
      
 
Set picture's number.
- Parameters
 - 
  
    | number | -the picture number. | 
  
   
- Return values
 - 
  
    | true | - success.  | 
    | false | - failed.  | 
  
   
 
 
The documentation for this class was generated from the following files: