About the product
Molecules - ClickImageComponent
This article explains Molecules' ClickImageComponent. ClickImageComponent is a combination of BoxImageComponent and ClickComponent. ClickComponent has a std::function<void()> as an argument and registers the argument to the event handler. The registered...
Molecules - ClickImageComponent
This article explains Molecules' ClickImageComponent. ClickImageComponent is a combination of BoxImageComponent and ClickComponent. ClickComponent has a std::function<void()> as an argument and registers the argument to the event handler. The registered...
Molecules - BoxTextComponent
This article explains Molecules' BoxTextComponent. BoxTextComponent is a combination of a BoxComponent (outer frame), a BoxComponent (inner frame) and a TextComponent. A TextComponent draws only the character size from the...
Molecules - BoxTextComponent
This article explains Molecules' BoxTextComponent. BoxTextComponent is a combination of a BoxComponent (outer frame), a BoxComponent (inner frame) and a TextComponent. A TextComponent draws only the character size from the...
Molecules - BoxSelectComponent
This article explains the BoxSelectComponent from Molecules. BoxSelectComponent is a component that holds the selected key and value. The options are displayed in a list format when clicked. In the...
Molecules - BoxSelectComponent
This article explains the BoxSelectComponent from Molecules. BoxSelectComponent is a component that holds the selected key and value. The options are displayed in a list format when clicked. In the...
Molecules-BoxSliderUintComponent
This article explains the BoxSliderUintComponent. BoxSliderUintComponent consists of BoxComponent and SliderUintComponent. BoxComponent allows you to select 9 different positions for the parent component. In this example, the CENTER_RIGHT position is...
Molecules-BoxSliderUintComponent
This article explains the BoxSliderUintComponent. BoxSliderUintComponent consists of BoxComponent and SliderUintComponent. BoxComponent allows you to select 9 different positions for the parent component. In this example, the CENTER_RIGHT position is...
Molecules - BoxImageComponent
This article explains Molecules' BoxImageComponent. Molecules are created by combining Atoms and other Molecules. BoxImageComponent is created by combining BoxComponent and ImageComponent. Choose from 9 different layouts and images. You...
Molecules - BoxImageComponent
This article explains Molecules' BoxImageComponent. Molecules are created by combining Atoms and other Molecules. BoxImageComponent is created by combining BoxComponent and ImageComponent. Choose from 9 different layouts and images. You...
Atoms - TextComponent
This article explains the text component of Atoms. Input parameters are character size, edit flag (ON → editable, OFF → not editable), masking flag (ON → *), text, and character...
Atoms - TextComponent
This article explains the text component of Atoms. Input parameters are character size, edit flag (ON → editable, OFF → not editable), masking flag (ON → *), text, and character...