Esp32-RBGridUI
Library for creating UIs for the RBController app
Loading...
Searching...
No Matches
Functions
Event handlers

Functions

Buttongridui::builder::Button::onPress (callback_t cb)
 
Buttongridui::builder::Button::onRelease (callback_t cb)
 
Checkboxgridui::builder::Checkbox::onChanged (callback_t cb)
 
Inputgridui::builder::Input::onChanged (callback_t cb)
 
Joystickgridui::builder::Joystick::onClick (callback_t cb)
 
Joystickgridui::builder::Joystick::onPositionChanged (callback_t cb)
 
Orientationgridui::builder::Orientation::onPositionChanged (callback_t cb)
 
Selectgridui::builder::Select::onChanged (callback_t cb)
 
Slidergridui::builder::Slider::onChanged (callback_t cb)
 
SpinEditgridui::builder::SpinEdit::onChanged (callback_t cb)
 

Detailed Description

This group contains all possible event handlers

Function Documentation

◆ onChanged() [1/5]

Checkbox & gridui::builder::Checkbox::onChanged ( callback_t  cb)
inline

Definition at line 40 of file checkbox.h.

◆ onChanged() [2/5]

Input & gridui::builder::Input::onChanged ( callback_t  cb)
inline

Definition at line 40 of file input.h.

◆ onChanged() [3/5]

Select & gridui::builder::Select::onChanged ( callback_t  cb)
inline

Definition at line 57 of file select.h.

◆ onChanged() [4/5]

Slider & gridui::builder::Slider::onChanged ( callback_t  cb)
inline

Definition at line 55 of file slider.h.

◆ onChanged() [5/5]

SpinEdit & gridui::builder::SpinEdit::onChanged ( callback_t  cb)
inline

Definition at line 45 of file spinedit.h.

◆ onClick()

Joystick & gridui::builder::Joystick::onClick ( callback_t  cb)
inline

Definition at line 41 of file joystick.h.

◆ onPositionChanged() [1/2]

Joystick & gridui::builder::Joystick::onPositionChanged ( callback_t  cb)
inline

Definition at line 48 of file joystick.h.

◆ onPositionChanged() [2/2]

Orientation & gridui::builder::Orientation::onPositionChanged ( callback_t  cb)
inline

Definition at line 25 of file orientation.h.

◆ onPress()

Button & gridui::builder::Button::onPress ( callback_t  cb)
inline

Definition at line 55 of file button.h.

◆ onRelease()

Button & gridui::builder::Button::onRelease ( callback_t  cb)
inline

Definition at line 62 of file button.h.