xtd 0.2.0
Loading...
Searching...
No Matches
tool_bar_renderer.h
Go to the documentation of this file.
1
4#pragma once
6#include "border_sides.h"
7#include "border_style.h"
8#include "box_renderer.h"
9#include "flat_style.h"
10#include <xtd/drawing/graphics>
11#include <xtd/static>
12#include <xtd/ustring>
13
15namespace xtd {
17 namespace forms {
32 public:
34
44 static void draw_tool_bar(const xtd::forms::style_sheets::style_sheet& style_sheet, xtd::drawing::graphics& graphics, const xtd::drawing::rectangle& bounds, xtd::forms::visual_styles::form_state form_state, const std::optional<xtd::drawing::color>& back_color, const std::optional<xtd::forms::border_style>& border, xtd::forms::border_sides sides);
46 };
47 }
48}
Contains xtd::forms::border_sides enum class.
Contains xtd::forms::box_renderer static class.
Defines an object used to draw lines and curves. This class cannot be inherited.
Definition graphics.h:70
Stores a set of four integers that represent the location and size of a rectangle.
Definition rectangle.h:44
The xtd::forms::style_sheets::style_sheet allows you to specify an xtd style sheet.
Definition style_sheet.h:62
Provides tool_bar control renderer methods.
Definition tool_bar_renderer.h:31
static void draw_tool_bar(const xtd::forms::style_sheets::style_sheet &style_sheet, xtd::drawing::graphics &graphics, const xtd::drawing::rectangle &bounds, xtd::forms::visual_styles::form_state form_state, const std::optional< xtd::drawing::color > &back_color, const std::optional< xtd::forms::border_style > &border, xtd::forms::border_sides sides)
Draws a box in the specified bounds, form state and background color.
Contains xtd::forms::flat_style enum class.
Contains xtd::forms::visual_styles::form_state enum class.
#define static_
This keyword is use to represent a static object. A static object can't be instantiated (constructors...
Definition static.h:37
border_sides
Specifies how a control anchors to the edges of its container.
Definition border_sides.h:21
control_state
Specifies the visual state of a control that is drawn with visual styles.
Definition control_state.h:22
The xtd::forms namespace contains classes for creating Windows-based applications that take full adva...
Definition xtd_about_box.h:12
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.h:10
Contains xtd::forms::style_sheets::border_style class.