xtd 0.2.0
Loading...
Searching...
No Matches
xtd::forms::radio_button_renderer Class Referencefinal
Inheritance diagram for xtd::forms::radio_button_renderer:
xtd::static_object

Definition

Provides radio button renderer methods.

Header
#include <xtd/forms/radio_button_renderer>
Namespace
xtd::forms
Library
xtd.forms

Public Static Methods

static void draw_radio_button (xtd::drawing::graphics g, const xtd::drawing::rectangle &bounds, xtd::forms::visual_styles::radio_button_state &state)
 
static void draw_radio_button (xtd::drawing::graphics g, const xtd::drawing::rectangle &bounds, bool focused, xtd::forms::visual_styles::radio_button_state &state)
 
static void draw_radio_button (xtd::drawing::graphics g, const xtd::drawing::rectangle &bounds, const xtd::drawing::image &image, const xtd::drawing::rectangle &image_bounds, bool focused, xtd::forms::visual_styles::radio_button_state state)
 
static void draw_radio_button (xtd::drawing::graphics g, const xtd::drawing::rectangle &bounds, const xtd::ustring &text, const xtd::drawing::font &font, bool focused, xtd::forms::visual_styles::radio_button_state state)
 
static 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, bool focused, xtd::forms::visual_styles::radio_button_state state)
 
static void draw_radio_button (xtd::drawing::graphics g, const xtd::drawing::rectangle &bounds, const xtd::ustring &text, const xtd::drawing::font &font, const xtd::drawing::image &image, const xtd::drawing::rectangle &image_bounds, bool focused, xtd::forms::visual_styles::radio_button_state state)
 
static 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)
 
static 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)
 
static void draw_radio_button (const xtd::ustring &theme, xtd::drawing::graphics g, const xtd::drawing::rectangle &bounds, xtd::forms::visual_styles::radio_button_state &state)
 
static void draw_radio_button (const xtd::ustring &theme, xtd::drawing::graphics g, const xtd::drawing::rectangle &bounds, bool focused, xtd::forms::visual_styles::radio_button_state &state)
 
static void draw_radio_button (const xtd::ustring &theme, xtd::drawing::graphics g, const xtd::drawing::rectangle &bounds, const xtd::drawing::image &image, const xtd::drawing::rectangle &image_bounds, bool focused, xtd::forms::visual_styles::radio_button_state state)
 
static void draw_radio_button (const xtd::ustring &theme, xtd::drawing::graphics g, const xtd::drawing::rectangle &bounds, const xtd::ustring &text, const xtd::drawing::font &font, bool focused, xtd::forms::visual_styles::radio_button_state state)
 
static void draw_radio_button (const xtd::ustring &theme, xtd::drawing::graphics g, const xtd::drawing::rectangle &bounds, const xtd::ustring &text, const xtd::drawing::font &font, xtd::forms::text_format_flags flags, bool focused, xtd::forms::visual_styles::radio_button_state state)
 
static void draw_radio_button (const xtd::ustring &theme, xtd::drawing::graphics g, const xtd::drawing::rectangle &bounds, const xtd::ustring &text, const xtd::drawing::font &font, const xtd::drawing::image &image, const xtd::drawing::rectangle &image_bounds, bool focused, xtd::forms::visual_styles::radio_button_state state)
 
static void draw_radio_button (const xtd::ustring &theme, 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)
 
static void draw_radio_button (const xtd::ustring &theme, 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)
 
static void draw_flat_radio_button (xtd::drawing::graphics g, const xtd::drawing::rectangle &bounds, xtd::forms::visual_styles::radio_button_state &state)
 
static void draw_flat_radio_button (xtd::drawing::graphics g, const xtd::drawing::rectangle &bounds, bool focused, xtd::forms::visual_styles::radio_button_state &state)
 
static void draw_flat_radio_button (xtd::drawing::graphics g, const xtd::drawing::rectangle &bounds, const xtd::drawing::image &image, const xtd::drawing::rectangle &image_bounds, bool focused, xtd::forms::visual_styles::radio_button_state state)
 
static void draw_flat_radio_button (xtd::drawing::graphics g, const xtd::drawing::rectangle &bounds, const xtd::ustring &text, const xtd::drawing::font &font, bool focused, xtd::forms::visual_styles::radio_button_state state)
 
static void draw_flat_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, bool focused, xtd::forms::visual_styles::radio_button_state state)
 
static void draw_flat_radio_button (xtd::drawing::graphics g, const xtd::drawing::rectangle &bounds, const xtd::ustring &text, const xtd::drawing::font &font, const xtd::drawing::image &image, const xtd::drawing::rectangle &image_bounds, bool focused, xtd::forms::visual_styles::radio_button_state state)
 
static void draw_flat_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)
 
static void draw_flat_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)
 
static void draw_popup_radio_button (xtd::drawing::graphics g, const xtd::drawing::rectangle &bounds, xtd::forms::visual_styles::radio_button_state &state)
 
static void draw_popup_radio_button (xtd::drawing::graphics g, const xtd::drawing::rectangle &bounds, bool focused, xtd::forms::visual_styles::radio_button_state &state)
 
static void draw_popup_radio_button (xtd::drawing::graphics g, const xtd::drawing::rectangle &bounds, const xtd::drawing::image &image, const xtd::drawing::rectangle &image_bounds, bool focused, xtd::forms::visual_styles::radio_button_state state)
 
static void draw_popup_radio_button (xtd::drawing::graphics g, const xtd::drawing::rectangle &bounds, const xtd::ustring &text, const xtd::drawing::font &font, bool focused, xtd::forms::visual_styles::radio_button_state state)
 
static void draw_popup_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, bool focused, xtd::forms::visual_styles::radio_button_state state)
 
static void draw_popup_radio_button (xtd::drawing::graphics g, const xtd::drawing::rectangle &bounds, const xtd::ustring &text, const xtd::drawing::font &font, const xtd::drawing::image &image, const xtd::drawing::rectangle &image_bounds, bool focused, xtd::forms::visual_styles::radio_button_state state)
 
static void draw_popup_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)
 
static void draw_popup_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)
 

The documentation for this class was generated from the following file: