xtd 1.0.0
Loading...
Searching...
No Matches
resources.hpp
Go to the documentation of this file.
1
4#pragma once
5#include "../control.hpp"
6#include <xtd/drawing/bitmap>
7
9namespace xtd {
18 class resources final static_ {
19 public:
21
24 [[nodiscard]] static auto cursor_arrow() -> const xtd::drawing::bitmap&;
25
27 [[nodiscard]] static auto cursor_no_move_2d() -> const xtd::drawing::bitmap&;
28
30 [[nodiscard]] static auto gammasoft() -> const xtd::drawing::bitmap&;
31
33 [[nodiscard]] static auto xtd() -> const xtd::drawing::bitmap&;
34
36 [[nodiscard]] static auto xtd_console() -> const xtd::drawing::bitmap&;
37
39 [[nodiscard]] static auto xtd_forms() -> const xtd::drawing::bitmap&;
41 };
42 }
43}
Encapsulates a GDI+ bitmap, which consists of the pixel data for a graphics image and its attributes....
Definition bitmap.hpp:26
A strongly-typed resource class, for looking up localized strings, etc.
Definition resources.hpp:18
static auto xtd() -> const xtd::drawing::bitmap &
Looks up a localized resource of type xtd::drawing::bitmap.
static auto xtd_forms() -> const xtd::drawing::bitmap &
Looks up a localized resource of type xtd::drawing::bitmap.
static auto cursor_no_move_2d() -> const xtd::drawing::bitmap &
Looks up a localized resource of type xtd::drawing::bitmap.
static auto gammasoft() -> const xtd::drawing::bitmap &
Looks up a localized resource of type xtd::drawing::bitmap.
static auto cursor_arrow() -> const xtd::drawing::bitmap &
Looks up a localized resource of type xtd::drawing::bitmap.
static auto xtd_console() -> const xtd::drawing::bitmap &
Looks up a localized resource of type xtd::drawing::bitmap.
Contains xtd::forms::control control.
#define static_
This keyword is use to represent a static object. A static object can't be instantiated (constructors...
Definition static.hpp:38
The xtd::forms namespace contains classes for creating Windows-based applications that take full adva...
Definition resources.hpp:11
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8