xtd - Reference Guide
0.1.1
Modern c++17/20 framework to create console, GUI and unit test applications on Windows, macOS, Linux, iOS and android.
|
#include <renderer.h>
Inherits xtd::object.
Static Public Attributes | |
static const renderer | empty |
Public Member Functions | |
renderer (const xtd::ustring &name) | |
button_renderer | button_render () const |
void | button_render (button_renderer button_renderer) |
check_box_renderer | check_box_render () const |
void | check_box_render (check_box_renderer check_box_renderer) |
void | draw_button (xtd::drawing::graphics g, const xtd::drawing::rectangle &bounds, const xtd::ustring &text, const xtd::drawing::font &font, xtd::forms::text_format_flags flags, const xtd::drawing::image &image, const xtd::drawing::rectangle &image_bounds, bool focused, xtd::forms::visual_styles::push_button_state state, const std::optional< xtd::drawing::color > &back_color, const std::optional< xtd::drawing::color > &fore_color) |
void | draw_check_box (xtd::drawing::graphics g, const xtd::drawing::rectangle &bounds, const xtd::ustring &text, const xtd::drawing::font &font, xtd::forms::text_format_flags flags, const xtd::drawing::image &image, const xtd::drawing::rectangle &image_bounds, bool focused, xtd::forms::visual_styles::check_box_state state, const std::optional< xtd::drawing::color > &back_color, const std::optional< xtd::drawing::color > &fore_color) |
void | draw_radio_button (xtd::drawing::graphics g, const xtd::drawing::rectangle &bounds, const xtd::ustring &text, const xtd::drawing::font &font, xtd::forms::text_format_flags flags, const xtd::drawing::image &image, const xtd::drawing::rectangle &image_bounds, bool focused, xtd::forms::visual_styles::radio_button_state state, const std::optional< xtd::drawing::color > &back_color, const std::optional< xtd::drawing::color > &fore_color) |
virtual const xtd::ustring & | name () const |
renderer & | name (const xtd::ustring &name) |
radio_button_renderer | radio_button_render () const |
void | radio_button_render (radio_button_renderer radio_button_renderer) |
xtd::ustring | to_string () const noexcept override |
Returns a std::string that represents the current object. More... | |
Public Member Functions inherited from xtd::object | |
object ()=default | |
Create a new instance of the ultimate base class object. More... | |
virtual bool | equals (const object &obj) const noexcept |
Determines whether the specified object is equal to the current object. More... | |
virtual size_t | get_hash_code () const noexcept |
Serves as a hash function for a particular type. More... | |
template<typename object_t > | |
std::unique_ptr< object_t > | memberwise_clone () const |
Gets the type of the current instance. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from xtd::object | |
static bool | equals (const object &object_a, const object &object_b) noexcept |
Determines whether the specified object instances are considered equal. More... | |
static bool | reference_equals (const object &object_a, const object &object_b) noexcept |
Determines whether the specified object instances are the same instance. More... | |
|
inlineoverridevirtualnoexcept |
Returns a std::string that represents the current object.
Reimplemented from xtd::object.