ModalWrapper : ObjectWrapper
void Show Modal( ) const
void Close Modal( )
void Set Color( float r, float g, float b)
void Set Icon( const std::string &icon Name)
Parameter | Type | Description |
---|---|---|
iconName | const std::string & | — |
void Set Body( const std::string &body Html)
Parameter | Type | Description |
---|---|---|
bodyHtml | const std::string & | — |
void Add Button( const std::string &button_text, bool is_cancel_button, std::function< void( )> click_callback=nullptr)
Parameter | Type | Description |
---|---|---|
button_text | const std::string & | — |
is_cancel_button | bool | — |
click_callback | std::function< void()> | — |