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