xtd 0.2.0
cursors.h
Go to the documentation of this file.
1 #pragma once
5 #include "cursor.h"
6 #include <xtd/static>
7 
9 namespace xtd {
11  namespace forms {
23  class forms_export_ cursors final static_ {
24  public:
26 
34  static cursor app_starting();
35 
42  static cursor arrow();
43 
50  static cursor closed_hand();
51 
58  static cursor contextual_menu();
59 
66  static cursor cell();
67 
74  static cursor cross();
75 
82  static cursor default_cursor();
83 
90  static cursor disappearing_item();
91 
98  static cursor drag_copy();
99 
106  static cursor drag_link();
107 
114  static cursor hand();
115 
122  static cursor help();
123 
130  static cursor hsplit();
131 
138  static cursor ibeam();
139 
146  static cursor no();
147 
154  static cursor no_drag();
155 
162  static cursor no_move_2d();
163 
170  static cursor no_move_horiz();
171 
178  static cursor no_move_vert();
179 
186  static cursor open_hand();
187 
194  static cursor pan_east();
195 
202  static cursor pan_ne();
203 
210  static cursor pan_north();
211 
218  static cursor pan_nw();
219 
226  static cursor pan_se();
227 
234  static cursor pan_south();
235 
242  static cursor pan_sw();
243 
250  static cursor pan_west();
251 
258  static cursor size_all();
259 
266  static cursor size_nesw();
267 
274  static cursor size_ns();
275 
282  static cursor size_nwse();
283 
290  static cursor size_we();
291 
298  static cursor up_arrow();
299 
306  static cursor vibeam();
307 
314  static cursor vsplit();
315 
322  static cursor wait_cursor();
323 
330  static cursor zoom_in();
331 
338  static cursor zoom_out();
340 
342 
348  static cursor from_name(const xtd::ustring& name);
349 
352  static const std::vector<cursor>& get_cursors();
354  };
355  }
356 }
#define static_
This keyword is use to represent a static object. A static object can&#39;t be instantiated (constructors...
Definition: static.h:37
Contains xtd::forms::cursor class.
The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
Definition: system_report.h:17
Represents text as a sequence of UTF-8 code units.
Definition: ustring.h:46
Represents the image used to paint the mouse pointer.
Definition: cursor.h:38
Provides a collection of xtd::forms::cursor objects for use by a Windows Forms application.
Definition: cursors.h:23
The dialog box return value is No (usually sent from a button labeled No).
The message box contains a symbol consisting of a white X in a circle with a red background.
The UP ARROW key.
The xtd::forms namespace contains classes for creating Windows-based applications that take full adva...
Definition: about_box.h:13