Sming Framework API
Sming - Open Source framework for high efficiency WiFi SoC ESP8266 native development with C++ language.
NexProgressBar.h
1 
17 #ifndef __NEXPROGRESSBAR_H__
18 #define __NEXPROGRESSBAR_H__
19 
20 #include "NexTouch.h"
21 #include "NexHardware.h"
31 {
32 public: /* methods */
36  NexProgressBar(uint8_t pid, uint8_t cid, const char *name);
37 
46  bool getValue(uint32_t *number);
47 
56  bool setValue(uint32_t number);
57 
64  uint32_t Get_background_color_bco(uint32_t *number);
65 
72  bool Set_background_color_bco(uint32_t number);
73 
80  uint32_t Get_font_color_pco(uint32_t *number);
81 
88  bool Set_font_color_pco(uint32_t number);
89 };
90 
95 #endif /* #ifndef __NEXPROGRESSBAR_H__ */
bool Set_font_color_pco(uint32_t number)
bool getValue(uint32_t *number)
Definition: NexObject.h:32
uint32_t Get_background_color_bco(uint32_t *number)
bool Set_background_color_bco(uint32_t number)
uint32_t Get_font_color_pco(uint32_t *number)
Definition: NexProgressBar.h:30
bool setValue(uint32_t number)
NexProgressBar(uint8_t pid, uint8_t cid, const char *name)