xtd - Reference Guide
0.1.0
Modern c++17/20 framework to create console, GUI and unit test applications on Windows, macOS, Linux, iOS and android.
Toggle main menu visibility
Home
Categories
Documentation
Namespaces
Classes
Class List
Class Index
Class Hierarchy
Files
Examples
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Modules
Pages
Loading...
Searching...
No Matches
xtd.forms
include
xtd
forms
use_wait_cursor.h
Go to the documentation of this file.
1
4
#pragma once
5
#include <
xtd/object.h
>
6
#include "
application.h
"
7
9
namespace
xtd
{
11
namespace
forms
{
22
class
use_wait_cursor
:
public
object
{
23
public
:
26
use_wait_cursor
() {
xtd::forms::application::use_wait_cursor
(
true
);}
28
~use_wait_cursor
() {
xtd::forms::application::use_wait_cursor
(
false
);}
30
};
31
}
32
}
application.h
Contains xtd::forms::application class.
xtd::forms::application::use_wait_cursor
static bool use_wait_cursor()
Gets whether the wait cursor is used for all open forms of the application.
xtd::forms::use_wait_cursor
Creates a use wait cursor class.
Definition:
use_wait_cursor.h:22
xtd::forms::use_wait_cursor::use_wait_cursor
use_wait_cursor()
Initializes a new instance of use_wait_cursor class.
Definition:
use_wait_cursor.h:26
xtd::object
Supports all classes in the xtd class hierarchy and provides low-level services to derived classes....
Definition:
object.h:26
xtd::forms
The xtd::forms namespace contains classes for creating Windows-based applications that take full adva...
Definition:
about_box.h:13
xtd
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition:
system_report.h:17
object.h
Contains xtd::object class.
Generated on Sat Jan 28 2023 18:12:26 for xtd - Reference Guide by
Gammasoft
. All rights reserved.