My Project
 All Classes Files Functions Typedefs Groups Pages
NexProgressBar.h
Go to the documentation of this file.
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_background_color_bco(uint32_t number)
Definition: NexProgressBar.cpp:56
bool setValue(uint32_t number)
Definition: NexProgressBar.cpp:32
bool getValue(uint32_t *number)
Definition: NexProgressBar.cpp:23
Definition: NexObject.h:32
bool Set_font_color_pco(uint32_t number)
Definition: NexProgressBar.cpp:84
uint32_t Get_background_color_bco(uint32_t *number)
Definition: NexProgressBar.cpp:46
NexProgressBar(uint8_t pid, uint8_t cid, const char *name)
Definition: NexProgressBar.cpp:18
Definition: NexProgressBar.h:30
uint32_t Get_font_color_pco(uint32_t *number)
Definition: NexProgressBar.cpp:74