Skip to content

Commit a02acca

Browse files
committed
Organize the annotation
1 parent 1781d88 commit a02acca

File tree

188 files changed

+2700
-2697
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

188 files changed

+2700
-2697
lines changed

NexButton.cpp

+120-120
Large diffs are not rendered by default.

NexButton.h

+162-162
Original file line numberDiff line numberDiff line change
@@ -60,179 +60,179 @@ class NexButton: public NexTouch
6060

6161
/**
6262
* Get bco attribute of component
63-
*
64-
* @param number - buffer storing data return
65-
* @return the length of the data
66-
*/
67-
uint32_t Get_background_color_bco(uint32_t *number);
63+
*
64+
* @param number - buffer storing data return
65+
* @return the length of the data
66+
*/
67+
uint32_t Get_background_color_bco(uint32_t *number);
6868

69-
/**
70-
* Set bco attribute of component
71-
*
72-
* @param number - To set up the data
73-
* @return true if success, false for failure
74-
*/
75-
bool Set_background_color_bco(uint32_t number);
69+
/**
70+
* Set bco attribute of component
71+
*
72+
* @param number - To set up the data
73+
* @return true if success, false for failure
74+
*/
75+
bool Set_background_color_bco(uint32_t number);
7676

77-
/**
78-
* Get bco2 attribute of component
79-
*
80-
* @param number - buffer storing data return
81-
* @return the length of the data
82-
*/
83-
uint32_t Get_press_background_color_bco2(uint32_t *number);
84-
85-
/**
86-
* Set bco2 attribute of component
87-
*
88-
* @param number - To set up the data
89-
* @return true if success, false for failure
90-
*/
91-
bool Set_press_background_color_bco2(uint32_t number);
77+
/**
78+
* Get bco2 attribute of component
79+
*
80+
* @param number - buffer storing data return
81+
* @return the length of the data
82+
*/
83+
uint32_t Get_press_background_color_bco2(uint32_t *number);
84+
85+
/**
86+
* Set bco2 attribute of component
87+
*
88+
* @param number - To set up the data
89+
* @return true if success, false for failure
90+
*/
91+
bool Set_press_background_color_bco2(uint32_t number);
9292

93-
/**
94-
* Get pco attribute of component
95-
*
96-
* @param number - buffer storing data return
97-
* @return the length of the data
98-
*/
99-
uint32_t Get_font_color_pco(uint32_t *number);
93+
/**
94+
* Get pco attribute of component
95+
*
96+
* @param number - buffer storing data return
97+
* @return the length of the data
98+
*/
99+
uint32_t Get_font_color_pco(uint32_t *number);
100100

101-
/**
102-
* Set pco attribute of component
103-
*
104-
* @param number - To set up the data
105-
* @return true if success, false for failure
106-
*/
107-
bool Set_font_color_pco(uint32_t number);
101+
/**
102+
* Set pco attribute of component
103+
*
104+
* @param number - To set up the data
105+
* @return true if success, false for failure
106+
*/
107+
bool Set_font_color_pco(uint32_t number);
108108

109-
/**
110-
* Get pco2 attribute of component
111-
*
112-
* @param number - buffer storing data return
113-
* @return the length of the data
114-
*/
115-
uint32_t Get_press_font_color_pco2(uint32_t *number);
109+
/**
110+
* Get pco2 attribute of component
111+
*
112+
* @param number - buffer storing data return
113+
* @return the length of the data
114+
*/
115+
uint32_t Get_press_font_color_pco2(uint32_t *number);
116116

117-
/**
118-
* Set pco2 attribute of component
119-
*
120-
* @param number - To set up the data
121-
* @return true if success, false for failure
122-
*/
123-
bool Set_press_font_color_pco2(uint32_t number);
117+
/**
118+
* Set pco2 attribute of component
119+
*
120+
* @param number - To set up the data
121+
* @return true if success, false for failure
122+
*/
123+
bool Set_press_font_color_pco2(uint32_t number);
124124

125-
/**
126-
* Get xcen attribute of component
127-
*
128-
* @param number - buffer storing data return
129-
* @return the length of the data
130-
*/
131-
uint32_t Get_place_xcen(uint32_t *number);
125+
/**
126+
* Get xcen attribute of component
127+
*
128+
* @param number - buffer storing data return
129+
* @return the length of the data
130+
*/
131+
uint32_t Get_place_xcen(uint32_t *number);
132132

133-
/**
134-
* Set xcen attribute of component
135-
*
136-
* @param number - To set up the data
137-
* @return true if success, false for failure
138-
*/
139-
bool Set_place_xcen(uint32_t number);
140-
141-
/**
142-
* Get ycen attribute of component
143-
*
144-
* @param number - buffer storing data return
145-
* @return the length of the data
146-
*/
147-
uint32_t Get_place_ycen(uint32_t *number);
148-
149-
/**
150-
* Set ycen attribute of component
151-
*
152-
* @param number - To set up the data
153-
* @return true if success, false for failure
154-
*/
155-
bool Set_place_ycen(uint32_t number);
133+
/**
134+
* Set xcen attribute of component
135+
*
136+
* @param number - To set up the data
137+
* @return true if success, false for failure
138+
*/
139+
bool Set_place_xcen(uint32_t number);
140+
141+
/**
142+
* Get ycen attribute of component
143+
*
144+
* @param number - buffer storing data return
145+
* @return the length of the data
146+
*/
147+
uint32_t Get_place_ycen(uint32_t *number);
148+
149+
/**
150+
* Set ycen attribute of component
151+
*
152+
* @param number - To set up the data
153+
* @return true if success, false for failure
154+
*/
155+
bool Set_place_ycen(uint32_t number);
156156

157-
/**
158-
* Get font attribute of component
159-
*
160-
* @param number - buffer storing data return
161-
* @return the length of the data
162-
*/
163-
uint32_t getFont(uint32_t *number);
157+
/**
158+
* Get font attribute of component
159+
*
160+
* @param number - buffer storing data return
161+
* @return the length of the data
162+
*/
163+
uint32_t getFont(uint32_t *number);
164164

165-
/**
166-
* Set font attribute of component
167-
*
168-
* @param number - To set up the data
169-
* @return true if success, false for failure
170-
*/
171-
bool setFont(uint32_t number);
172-
173-
/**
174-
* Get picc attribute of component
175-
*
176-
* @param number - buffer storing data return
177-
* @return the length of the data
178-
*/
179-
uint32_t Get_background_cropi_picc(uint32_t *number);
180-
181-
/**
182-
* Set picc attribute of component
183-
*
184-
* @param number - To set up the data
185-
* @return true if success, false for failure
186-
*/
187-
bool Set_background_crop_picc(uint32_t number);
188-
189-
/**
190-
* Get picc2 attribute of component
191-
*
192-
* @param number - buffer storing data return
193-
* @return the length of the data
194-
*/
195-
uint32_t Get_press_background_crop_picc2(uint32_t *number);
165+
/**
166+
* Set font attribute of component
167+
*
168+
* @param number - To set up the data
169+
* @return true if success, false for failure
170+
*/
171+
bool setFont(uint32_t number);
172+
173+
/**
174+
* Get picc attribute of component
175+
*
176+
* @param number - buffer storing data return
177+
* @return the length of the data
178+
*/
179+
uint32_t Get_background_cropi_picc(uint32_t *number);
180+
181+
/**
182+
* Set picc attribute of component
183+
*
184+
* @param number - To set up the data
185+
* @return true if success, false for failure
186+
*/
187+
bool Set_background_crop_picc(uint32_t number);
188+
189+
/**
190+
* Get picc2 attribute of component
191+
*
192+
* @param number - buffer storing data return
193+
* @return the length of the data
194+
*/
195+
uint32_t Get_press_background_crop_picc2(uint32_t *number);
196196

197-
/**
198-
* Set picc2 attribute of component
199-
*
200-
* @param number - To set up the data
201-
* @return true if success, false for failure
202-
*/
203-
bool Set_press_background_crop_picc2(uint32_t number);
204-
205-
/**
206-
* Get pic attribute of component
207-
*
208-
* @param number - buffer storing data return
209-
* @return the length of the data
210-
*/
211-
uint32_t Get_background_image_pic(uint32_t *number);
212-
213-
/**
214-
* Set pic attribute of component
215-
*
216-
* @param number - To set up the data
217-
* @return true if success, false for failure
218-
*/
219-
bool Set_background_image_pic(uint32_t number);
220-
221-
/**
222-
* Get pic2 attribute of component
223-
*
224-
* @param number - buffer storing data return
225-
* @return the length of the data
226-
*/
227-
uint32_t Get_press_background_image_pic2(uint32_t *number);
228-
229-
/**
230-
* Set pic2 attribute of component
231-
*
232-
* @param number - To set up the data
233-
* @return true if success, false for failure
234-
*/
235-
bool Set_press_background_image_pic2(uint32_t number);
197+
/**
198+
* Set picc2 attribute of component
199+
*
200+
* @param number - To set up the data
201+
* @return true if success, false for failure
202+
*/
203+
bool Set_press_background_crop_picc2(uint32_t number);
204+
205+
/**
206+
* Get pic attribute of component
207+
*
208+
* @param number - buffer storing data return
209+
* @return the length of the data
210+
*/
211+
uint32_t Get_background_image_pic(uint32_t *number);
212+
213+
/**
214+
* Set pic attribute of component
215+
*
216+
* @param number - To set up the data
217+
* @return true if success, false for failure
218+
*/
219+
bool Set_background_image_pic(uint32_t number);
220+
221+
/**
222+
* Get pic2 attribute of component
223+
*
224+
* @param number - buffer storing data return
225+
* @return the length of the data
226+
*/
227+
uint32_t Get_press_background_image_pic2(uint32_t *number);
228+
229+
/**
230+
* Set pic2 attribute of component
231+
*
232+
* @param number - To set up the data
233+
* @return true if success, false for failure
234+
*/
235+
bool Set_press_background_image_pic2(uint32_t number);
236236
};
237237
/**
238238
* @}

0 commit comments

Comments
 (0)