xtd 0.2.0
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
25
28
31
33 static const xtd::drawing::bitmap& xtd();
34
37
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 const xtd::drawing::bitmap & cursor_arrow()
Looks up a localized resource of type xtd::drawing::bitmap.
static const xtd::drawing::bitmap & xtd_forms()
Looks up a localized resource of type xtd::drawing::bitmap.
static const xtd::drawing::bitmap & cursor_no_move_2d()
Looks up a localized resource of type xtd::drawing::bitmap.
static const xtd::drawing::bitmap & xtd()
Looks up a localized resource of type xtd::drawing::bitmap.
static const xtd::drawing::bitmap & xtd_console()
Looks up a localized resource of type xtd::drawing::bitmap.
static const xtd::drawing::bitmap & gammasoft()
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:37
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