xtd
1.0.0
Toggle main menu visibility
Loading...
Searching...
No Matches
xtd.forms
include
xtd
forms
properties
resources.hpp
Go to the documentation of this file.
1
4
#pragma once
5
#include "
../control.hpp
"
6
#include <xtd/drawing/bitmap>
7
9
namespace
xtd
{
11
namespace
forms::properties
{
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
}
xtd::drawing::bitmap
Encapsulates a GDI+ bitmap, which consists of the pixel data for a graphics image and its attributes....
Definition
bitmap.hpp:26
xtd::forms::properties::resources
A strongly-typed resource class, for looking up localized strings, etc.
Definition
resources.hpp:18
xtd::forms::properties::resources::xtd
static auto xtd() -> const xtd::drawing::bitmap &
Looks up a localized resource of type xtd::drawing::bitmap.
xtd::forms::properties::resources::xtd_forms
static auto xtd_forms() -> const xtd::drawing::bitmap &
Looks up a localized resource of type xtd::drawing::bitmap.
xtd::forms::properties::resources::cursor_no_move_2d
static auto cursor_no_move_2d() -> const xtd::drawing::bitmap &
Looks up a localized resource of type xtd::drawing::bitmap.
xtd::forms::properties::resources::gammasoft
static auto gammasoft() -> const xtd::drawing::bitmap &
Looks up a localized resource of type xtd::drawing::bitmap.
xtd::forms::properties::resources::cursor_arrow
static auto cursor_arrow() -> const xtd::drawing::bitmap &
Looks up a localized resource of type xtd::drawing::bitmap.
xtd::forms::properties::resources::xtd_console
static auto xtd_console() -> const xtd::drawing::bitmap &
Looks up a localized resource of type xtd::drawing::bitmap.
control.hpp
Contains xtd::forms::control control.
static_
#define static_
This keyword is use to represent a static object. A static object can't be instantiated (constructors...
Definition
static.hpp:38
xtd::forms::properties
The xtd::forms namespace contains classes for creating Windows-based applications that take full adva...
Definition
resources.hpp:11
xtd
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition
abstract_object.hpp:8
Generated on
for xtd by
Gammasoft
. All rights reserved.