Added codegen naming notes

This commit is contained in:
Ray
2018-04-27 14:13:08 +02:00
parent aaf6cec722
commit 24db91855f

View File

@ -0,0 +1,23 @@
Control | DefaultName | #GenVars | Generated variables (sufixes)
-----------------------------------------------------------------------
WINDOWBOX WindowBox001 1 bool {name}Active
GROUPBOX GroupBox001 0 -
LINE Line001 0 -
PANEL Panel001 0 -
LABEL Label001 0 [!] const char *{name}Text --> Only if defined to be exported
BUTTON Button001 0 [!] void {name}() func
TOGGLE Toggle001 1 bool {name}Active
TOGGLEGROUP ToggleGroup001 3 const char *{name}TextList[], const int {name}Count, int {name}Active
CHECKBOX CheckBox001 1 bool {name}Checked
COMBOBOX ComboBox001 3 const char *{name}TextList[], const int {name}Count, int {name}Active
DROPDOWNBOX DropdownBox001 3 const char *{name}TextList[], const int {name}Count, int {name}Active
SPINNER Spinner001 1 int {name}Value
VALUEBOX ValueBox001 1 int {name}Value
TEXTBOX TextBox001 2 char *{name}Text, int {name}TextSize
SLIDER Slider001 1 float {name}Value, const float {name}MinValue, const float {name}MaxValue
SLIDERBAR SliderBar001 1 float {name}Value, const float {name}MinValue, const float {name}MaxValue
PROGRESSBAR ProgressBar001 1 float {name}Value
STATUSBAR StatusBar 1 char *{name}Text
LISTVIEW ListView001 3 const char *{name}TextList[], const int {name}Count, int {name}Active
COLORPICKER ColorPicker001 1 Color {name}Value
DUMMYREC DummyRec001 0 -