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.
|
#include <busy_box.h>
Represents a dialog box that displays busy box.
Inherits xtd::static_object.
Static Public Member Functions | |
static void | hide () |
Hides a busy box in front. | |
static void | show () |
Displays a busy box. | |
static void | show (const iwin32_window &owner) |
Displays a busy box in front of the specified window. The busy box displays a message, title bar caption, button, and icon. | |
static void | show (const iwin32_window &owner, const xtd::ustring &text) |
Displays a busy box in front of the specified window. The busy box displays a message, title bar caption, button, and icon. | |
static void | show (const iwin32_window &owner, const xtd::ustring &text, const xtd::ustring &caption) |
Displays a busy box in front of the specified window. The busy box displays a message, title bar caption, button, and icon. | |
static void | show (const iwin32_window &owner, const xtd::ustring &text, const xtd::ustring &caption, const xtd::drawing::icon &icon) |
Displays a busy box in front of the specified window. The busy box displays a message, title bar caption, button, and icon. | |
static void | show (const iwin32_window &owner, const xtd::ustring &text, const xtd::ustring &caption, const xtd::drawing::icon &icon, const xtd::drawing::color &back_color) |
Displays a busy box in front of the specified window. The busy box displays a message, title bar caption, button, and icon. | |
static void | show (const iwin32_window &owner, const xtd::ustring &text, const xtd::ustring &caption, const xtd::drawing::icon &icon, const xtd::drawing::color &back_color, const xtd::drawing::color &fore_color) |
Displays a busy box in front of the specified window. The busy box displays a message, title bar caption, button, and icon. | |
static void | show (const iwin32_window &owner, const xtd::ustring &text, const xtd::ustring &caption, const xtd::drawing::icon &icon, const xtd::drawing::color &back_color, const xtd::drawing::color &fore_color, float opacity) |
Displays a busy box in front of the specified window. The busy box displays a message, title bar caption, button, and icon. | |
static void | show (const xtd::ustring &text) |
Displays a busy box. The busy box displays a message, title bar caption, button, and icon. | |
static void | show (const xtd::ustring &text, const xtd::ustring &caption) |
Displays a busy box. The busy box displays a message, title bar caption, button, and icon. | |
static void | show (const xtd::ustring &text, const xtd::ustring &caption, const xtd::drawing::icon &icon) |
Displays a busy box. The busy box displays a message, title bar caption, button, and icon. | |
static void | show (const xtd::ustring &text, const xtd::ustring &caption, const xtd::drawing::icon &icon, const xtd::drawing::color &back_color) |
Displays a busy box. The busy box displays a message, title bar caption, button, and icon. | |
static void | show (const xtd::ustring &text, const xtd::ustring &caption, const xtd::drawing::icon &icon, const xtd::drawing::color &back_color, const xtd::drawing::color &fore_color) |
Displays a busy box. The busy box displays a message, title bar caption, button, and icon. | |
static void | show (const xtd::ustring &text, const xtd::ustring &caption, const xtd::drawing::icon &icon, const xtd::drawing::color &back_color, const xtd::drawing::color &fore_color, float opacity) |
Displays a busy box. The busy box displays a message, title bar caption, button, and icon. | |
|
inlinestatic |
Hides a busy box in front.
|
inlinestatic |
Displays a busy box.
|
inlinestatic |
Displays a busy box in front of the specified window. The busy box displays a message, title bar caption, button, and icon.
owner | A iwin32_window that represents the owner window of the busy box. |
|
inlinestatic |
Displays a busy box in front of the specified window. The busy box displays a message, title bar caption, button, and icon.
owner | A iwin32_window that represents the owner window of the busy box. |
text | A string that specifies the text to display. |
|
inlinestatic |
Displays a busy box in front of the specified window. The busy box displays a message, title bar caption, button, and icon.
owner | A iwin32_window that represents the owner window of the busy box. |
text | A string that specifies the text to display. |
caption | A string that specifies the title bar caption to display. |
|
inlinestatic |
Displays a busy box in front of the specified window. The busy box displays a message, title bar caption, button, and icon.
owner | A iwin32_window that represents the owner window of the busy box. |
text | A string that specifies the text to display. |
caption | A string that specifies the title bar caption to display. |
icon | An icon value that specifies the icon to display. |
|
inlinestatic |
Displays a busy box in front of the specified window. The busy box displays a message, title bar caption, button, and icon.
owner | A iwin32_window that represents the owner window of the busy box. |
text | A string that specifies the text to display. |
caption | A string that specifies the title bar caption to display. |
icon | An icon value that specifies the icon to display. |
back_color | A color that represents the background color of the busy box. |
|
inlinestatic |
Displays a busy box in front of the specified window. The busy box displays a message, title bar caption, button, and icon.
owner | A iwin32_window that represents the owner window of the busy box. |
text | A string that specifies the text to display. |
caption | A string that specifies the title bar caption to display. |
icon | An icon value that specifies the icon to display. |
back_color | A color that represents the background color of the busy box. |
fore_color | A color that represents the background color of the busy box. |
|
inlinestatic |
Displays a busy box in front of the specified window. The busy box displays a message, title bar caption, button, and icon.
owner | A iwin32_window that represents the owner window of the busy box. |
text | A string that specifies the text to display. |
caption | A string that specifies the title bar caption to display. |
icon | An icon value that specifies the icon to display. |
back_color | A color that represents the background color of the busy box. |
fore_color | A color that represents the background color of the busy box. |
opacity | A float that represents the opacity of the busy box. (0: full opacity and 1.0 no full opacity) |
|
inlinestatic |
Displays a busy box. The busy box displays a message, title bar caption, button, and icon.
text | A string that specifies the text to display. |
|
inlinestatic |
Displays a busy box. The busy box displays a message, title bar caption, button, and icon.
text | A string that specifies the text to display. |
caption | A string that specifies the title bar caption to display. |
|
inlinestatic |
Displays a busy box. The busy box displays a message, title bar caption, button, and icon.
text | A string that specifies the text to display. |
caption | A string that specifies the title bar caption to display. |
icon | An icon value that specifies the icon to display. |
|
inlinestatic |
Displays a busy box. The busy box displays a message, title bar caption, button, and icon.
text | A string that specifies the text to display. |
caption | A string that specifies the title bar caption to display. |
icon | An icon value that specifies the icon to display. |
back_color | A color that represents the background color of the busy box. |
|
inlinestatic |
Displays a busy box. The busy box displays a message, title bar caption, button, and icon.
text | A string that specifies the text to display. |
caption | A string that specifies the title bar caption to display. |
icon | An icon value that specifies the icon to display. |
back_color | A color that represents the background color of the busy box. |
fore_color | A color that represents the background color of the busy box. |
|
inlinestatic |
Displays a busy box. The busy box displays a message, title bar caption, button, and icon.
text | A string that specifies the text to display. |
caption | A string that specifies the title bar caption to display. |
icon | An icon value that specifies the icon to display. |
back_color | A color that represents the background color of the busy box. |
fore_color | A color that represents the background color of the busy box. |
opacity | A float that represents the opacity of the busy box. (0: full opacity and 1.0 no opacity) |