class UIRadioButton

File location: framework/cauldron/framework/inc/core/uimanager.h

Construction

Return type

Description

UIRadioButton ( uint64_t id, const char* text, const bool& enable, bool shown = true, bool sameLine = false )
Constructor. Creates the UI radio button.

Methods

Return type

Description

void

Build the UI in each UI backend.

Detailed description

Construction

UIRadioButton

Copied!

UIRadioButton (
    uint64_t id,
    const char* text,
    const bool& enable,
    bool shown = true,
    bool sameLine = false
)

Constructor. Creates the UI radio button.


Methods

BuildUI

Copied!

virtual void BuildUI ()

Build the UI in each UI backend.