xtd 1.0.0
Loading...
Searching...
No Matches
texts.hpp
Go to the documentation of this file.
1
4#pragma once
6#include <xtd/static>
7#include <xtd/string>
8
10namespace xtd {
12 namespace drawing {
27 public:
29
32 [[nodiscard]] static auto abort() -> xtd::string;
34 [[nodiscard]] static auto about() -> xtd::string;
36 [[nodiscard]] static auto actual_size() -> xtd::string;
38 [[nodiscard]] static auto add() -> xtd::string;
40 [[nodiscard]] static auto alignment() -> xtd::string;
42 [[nodiscard]] static auto align_left() -> xtd::string;
44 [[nodiscard]] static auto align_right() -> xtd::string;
46 [[nodiscard]] static auto apply() -> xtd::string;
48 [[nodiscard]] static auto ascending() -> xtd::string;
50 [[nodiscard]] static auto back() -> xtd::string;
52 [[nodiscard]] static auto bold() -> xtd::string;
54 [[nodiscard]] static auto bottom() -> xtd::string;
56 [[nodiscard]] static auto cancel() -> xtd::string;
58 [[nodiscard]] static auto cdrom() -> xtd::string;
60 [[nodiscard]] static auto centered() -> xtd::string;
62 [[nodiscard]] static auto clear() -> xtd::string;
64 [[nodiscard]] static auto close() -> xtd::string;
66 [[nodiscard]] static auto color() -> xtd::string;
68 [[nodiscard]] static auto contents() -> xtd::string;
70 [[nodiscard]] static auto convert() -> xtd::string;
72 [[nodiscard]] static auto copy() -> xtd::string;
74 [[nodiscard]] static auto customize() -> xtd::string;
76 [[nodiscard]] static auto cut() -> xtd::string;
78 [[nodiscard]] static auto del() -> xtd::string;
80 [[nodiscard]] static auto descending() -> xtd::string;
82 [[nodiscard]] static auto down() -> xtd::string;
84 [[nodiscard]] static auto edit() -> xtd::string;
86 [[nodiscard]] static auto execute() -> xtd::string;
88 [[nodiscard]] static auto exit() -> xtd::string;
90 [[nodiscard]] static auto file() -> xtd::string;
92 [[nodiscard]] static auto find() -> xtd::string;
94 [[nodiscard]] static auto first() -> xtd::string;
96 [[nodiscard]] static auto floppy() -> xtd::string;
98 [[nodiscard]] static auto font() -> xtd::string;
100 [[nodiscard]] static auto forward() -> xtd::string;
102 [[nodiscard]] static auto harddisk() -> xtd::string;
104 [[nodiscard]] static auto help() -> xtd::string;
106 [[nodiscard]] static auto home() -> xtd::string;
108 [[nodiscard]] static auto ignore() -> xtd::string;
110 [[nodiscard]] static auto indent() -> xtd::string;
112 [[nodiscard]] static auto index() -> xtd::string;
114 [[nodiscard]] static auto info() -> xtd::string;
116 [[nodiscard]] static auto italic() -> xtd::string;
118 [[nodiscard]] static auto justified() -> xtd::string;
120 [[nodiscard]] static auto jump_to() -> xtd::string;
122 [[nodiscard]] static auto last() -> xtd::string;
124 [[nodiscard]] static auto network() -> xtd::string;
126 [[nodiscard]] static auto new_() -> xtd::string;
128 [[nodiscard]] static auto next() -> xtd::string;
130 [[nodiscard]] static auto no() -> xtd::string;
132 [[nodiscard]] static auto ok() -> xtd::string;
134 [[nodiscard]] static auto open() -> xtd::string;
136 [[nodiscard]] static auto options() -> xtd::string;
138 [[nodiscard]] static auto paste() -> xtd::string;
140 [[nodiscard]] static auto preferences() -> xtd::string;
142 [[nodiscard]] static auto previous() -> xtd::string;
144 [[nodiscard]] static auto print() -> xtd::string;
146 [[nodiscard]] static auto print_preview() -> xtd::string;
148 [[nodiscard]] static auto properties() -> xtd::string;
150 [[nodiscard]] static auto quit() -> xtd::string;
152 [[nodiscard]] static auto redo() -> xtd::string;
154 [[nodiscard]] static auto refresh() -> xtd::string;
156 [[nodiscard]] static auto remove() -> xtd::string;
158 [[nodiscard]] static auto replace() -> xtd::string;
160 [[nodiscard]] static auto retry() -> xtd::string;
162 [[nodiscard]] static auto revert_to_saved() -> xtd::string;
164 [[nodiscard]] static auto save() -> xtd::string;
166 [[nodiscard]] static auto save_as() -> xtd::string;
168 [[nodiscard]] static auto search() -> xtd::string;
170 [[nodiscard]] static auto select_all() -> xtd::string;
172 [[nodiscard]] static auto separator() -> xtd::string;
174 [[nodiscard]] static auto settings() -> xtd::string;
176 [[nodiscard]] static auto spell_check() -> xtd::string;
178 [[nodiscard]] static auto stop() -> xtd::string;
180 [[nodiscard]] static auto strikeout() -> xtd::string;
182 [[nodiscard]] static auto tools() -> xtd::string;
184 [[nodiscard]] static auto top() -> xtd::string;
186 [[nodiscard]] static auto undelete() -> xtd::string;
188 [[nodiscard]] static auto underline() -> xtd::string;
190 [[nodiscard]] static auto undo() -> xtd::string;
192 [[nodiscard]] static auto unindent() -> xtd::string;
194 [[nodiscard]] static auto up() -> xtd::string;
196 [[nodiscard]] static auto view() -> xtd::string;
198 [[nodiscard]] static auto window() -> xtd::string;
200 [[nodiscard]] static auto yes() -> xtd::string;
202 [[nodiscard]] static auto zoom_in() -> xtd::string;
204 [[nodiscard]] static auto zoom_out() -> xtd::string;
206 [[nodiscard]] static auto zoom_to_fit() -> xtd::string;
208
210
213 [[nodiscard]] static auto get_texts() noexcept -> const xtd::array<xtd::string>&;
215 };
216 }
217
219 namespace forms {
222 using system_texts [[deprecated("Replaced by xtd::drawing::texts - Will be removed in version 1.2.0.")]] = xtd::drawing::texts;
223 }
224}
Provides methods for creating, manipulating, searching, and sorting arrays, thereby serving as the ba...
Definition array.hpp:64
Provides a collection of string objects for use by a Windows Forms application.
Definition texts.hpp:26
static auto print() -> xtd::string
Gets a system-defined text that has a string value of "&Print...". This field is constant.
static auto replace() -> xtd::string
Gets a system-defined text that has a string value of "Rep&lace". This field is constant.
static auto bottom() -> xtd::string
Gets a system-defined text that has a string value of "&Bottom". This field is constant.
static auto select_all() -> xtd::string
Gets a system-defined text that has a string value of "Select &All". This field is constant.
static auto down() -> xtd::string
Gets a system-defined text that has a string value of "&Down". This field is constant.
static auto edit() -> xtd::string
Gets a system-defined text that has a string value of "&Edit". This field is constant.
static auto undelete() -> xtd::string
Gets a system-defined text that has a string value of "Undelete". This field is constant.
static auto close() -> xtd::string
Gets a system-defined text that has a string value of "&Close". This field is constant.
static auto back() -> xtd::string
Gets a system-defined text that has a string value of "&Back". This field is constant.
static auto revert_to_saved() -> xtd::string
Gets a system-defined text that has a string value of "Revert to Saved". This field is constant.
static auto get_texts() noexcept -> const xtd::array< xtd::string > &
Gets an array of texts.
static auto top() -> xtd::string
Gets a system-defined text that has a string value of "&Top". This field is constant.
static auto abort() -> xtd::string
Gets a system-defined text that has a string value of "&Abort". This field is constant.
static auto cancel() -> xtd::string
Gets a system-defined text that has a string value of "&Cancel". This field is constant.
static auto zoom_in() -> xtd::string
Gets a system-defined text that has a string value of "Zoom &In". This field is constant.
static auto properties() -> xtd::string
Gets a system-defined text that has a string value of "&Properties". This field is constant.
static auto actual_size() -> xtd::string
Gets a system-defined text that has a string value of "&Actual Size". This field is constant.
static auto unindent() -> xtd::string
Gets a system-defined text that has a string value of "Unindent". This field is constant.
static auto italic() -> xtd::string
Gets a system-defined text that has a string value of "&Italic". This field is constant.
static auto last() -> xtd::string
Gets a system-defined text that has a string value of "&Last". This field is constant.
static auto zoom_out() -> xtd::string
Gets a system-defined text that has a string value of "Zoom &Out". This field is constant.
static auto clear() -> xtd::string
Gets a system-defined text that has a string value of "&Clear". This field is constant.
static auto customize() -> xtd::string
Gets a system-defined text that has a string value of "&Customize". This field is constant.
static auto help() -> xtd::string
Gets a system-defined text that has a string value of "&Help". This field is constant.
static auto window() -> xtd::string
Gets a system-defined text that has a string value of "&Window". This field is constant.
static auto cdrom() -> xtd::string
Gets a system-defined text that has a string value of "&CD-Rom". This field is constant.
static auto alignment() -> xtd::string
Gets a system-defined text that has a string value of "Alignment". This field is constant.
static auto next() -> xtd::string
Gets a system-defined text that has a string value of "&Next". This field is constant.
static auto network() -> xtd::string
Gets a system-defined text that has a string value of "&Network". This field is constant.
static auto color() -> xtd::string
Gets a system-defined text that has a string value of "&Color". This field is constant.
static auto del() -> xtd::string
Gets a system-defined text that has a string value of "&Delete". This field is constant.
static auto find() -> xtd::string
Gets a system-defined text that has a string value of "&Find...". This field is constant.
static auto stop() -> xtd::string
Gets a system-defined text that has a string value of "&Stop". This field is constant.
static auto options() -> xtd::string
Gets a system-defined text that has a string value of "&Options". This field is constant.
static auto search() -> xtd::string
Gets a system-defined text that has a string value of "&Search". This field is constant.
static auto retry() -> xtd::string
Gets a system-defined text that has a string value of "&Retry". This field is constant.
static auto descending() -> xtd::string
Gets a system-defined text that has a string value of "&Descending". This field is constant.
static auto tools() -> xtd::string
Gets a system-defined text that has a string value of "&Tools". This field is constant.
static auto paste() -> xtd::string
Gets a system-defined text that has a string value of "&Paste". This field is constant.
static auto preferences() -> xtd::string
Gets a system-defined text that has a string value of "&Preference". This field is constant.
static auto bold() -> xtd::string
Gets a system-defined text that has a string value of "&Bold". This field is constant.
static auto add() -> xtd::string
Gets a system-defined text that has a string value of "Add". This field is constant.
static auto exit() -> xtd::string
Gets a system-defined text that has a string value of "E&xit". This field is constant.
static auto file() -> xtd::string
Gets a system-defined text that has a string value of "&File". This field is constant.
static auto font() -> xtd::string
Gets a system-defined text that has a string value of "&Font". This field is constant.
static auto redo() -> xtd::string
Gets a system-defined text that has a string value of "&Redo". This field is constant.
static auto save() -> xtd::string
Gets a system-defined text that has a string value of "&Save". This field is constant.
static auto strikeout() -> xtd::string
Gets a system-defined text that has a string value of "&Strikeout". This field is constant.
static auto floppy() -> xtd::string
Gets a system-defined text that has a string value of "&Floppy". This field is constant.
static auto ascending() -> xtd::string
Gets a system-defined text that has a string value of "&Ascending". This field is constant.
static auto info() -> xtd::string
Gets a system-defined text that has a string value of "&Info". This field is constant.
static auto underline() -> xtd::string
Gets a system-defined text that has a string value of "&Underline". This field is constant.
static auto align_left() -> xtd::string
Gets a system-defined text that has a string value of "Align Left". This field is constant.
static auto separator() -> xtd::string
Gets a system-defined text that has a string value of "-". This field is constant.
static auto open() -> xtd::string
Gets a system-defined text that has a string value of "&Open...". This field is constant.
static auto new_() -> xtd::string
Gets a system-defined text that has a string value of "&New". This field is constant.
static auto spell_check() -> xtd::string
Gets a system-defined text that has a string value of "&Spell Check". This field is constant.
static auto convert() -> xtd::string
Gets a system-defined text that has a string value of "&Convert". This field is constant.
static auto refresh() -> xtd::string
Gets a system-defined text that has a string value of "Refresh". This field is constant.
static auto up() -> xtd::string
Gets a system-defined text that has a string value of "&Up". This field is constant.
static auto no() -> xtd::string
Gets a system-defined text that has a string value of "&No". This field is constant.
static auto ok() -> xtd::string
Gets a system-defined text that has a string value of "&OK". This field is constant.
static auto harddisk() -> xtd::string
Gets a system-defined text that has a string value of "&Harddisk". This field is constant.
static auto about() -> xtd::string
Gets a system-defined text that has a string value of "&About". This field is constant.
static auto undo() -> xtd::string
Gets a system-defined text that has a string value of "&Undo". This field is constant.
static auto centered() -> xtd::string
Gets a system-defined text that has a string value of "Centered". This field is constant.
static auto settings() -> xtd::string
Gets a system-defined text that has a string value of "&Settings...". This field is constant.
static auto index() -> xtd::string
Gets a system-defined text that has a string value of "&Index". This field is constant.
static auto first() -> xtd::string
Gets a system-defined text that has a string value of "&First". This field is constant.
static auto quit() -> xtd::string
Gets a system-defined text that has a string value of "&Quit". This field is constant.
static auto jump_to() -> xtd::string
Gets a system-defined text that has a string value of "&Jump to". This field is constant.
static auto contents() -> xtd::string
Gets a system-defined text that has a string value of "&Contents". This field is constant.
static auto save_as() -> xtd::string
Gets a system-defined text that has a string value of "Save &As...". This field is constant.
static auto apply() -> xtd::string
Gets a system-defined text that has a string value of "&Apply". This field is constant.
static auto yes() -> xtd::string
Gets a system-defined text that has a string value of "&Yes". This field is constant.
static auto previous() -> xtd::string
Gets a system-defined text that has a string value of "&Previous". This field is constant.
static auto view() -> xtd::string
Gets a system-defined text that has a string value of "&View". This field is constant.
static auto execute() -> xtd::string
Gets a system-defined text that has a string value of "&Execute". This field is constant.
static auto home() -> xtd::string
Gets a system-defined text that has a string value of "&Home". This field is constant.
static auto print_preview() -> xtd::string
Gets a system-defined text that has a string value of "Print Re&view". This field is constant.
static auto justified() -> xtd::string
Gets a system-defined text that has a string value of "Justified". This field is constant.
static auto forward() -> xtd::string
Gets a system-defined text that has a string value of "&Forward". This field is constant.
static auto copy() -> xtd::string
Gets a system-defined text that has a string value of "&Copy". This field is constant.
static auto ignore() -> xtd::string
Gets a system-defined text that has a string value of "&Ignore". This field is constant.
static auto cut() -> xtd::string
Gets a system-defined text that has a string value of "Cu&t". This field is constant.
static auto remove() -> xtd::string
Gets a system-defined text that has a string value of "Remove". This field is constant.
static auto align_right() -> xtd::string
Gets a system-defined text that has a string value of "Align Right". This field is constant.
static auto indent() -> xtd::string
Gets a system-defined text that has a string value of "Indent". This field is constant.
static auto zoom_to_fit() -> xtd::string
Gets a system-defined text that has a string value of "Zoom to &Fit". This field is constant.
Contains drawing_export_ keyword.
#define drawing_export_
Define shared library export.
Definition drawing_export.hpp:13
#define static_
This keyword is use to represent a static object. A static object can't be instantiated (constructors...
Definition static.hpp:38
xtd::basic_string< char > string
Represents text as a sequence of UTF-8 code units.
Definition __string_definitions.hpp:43
The xtd::drawing namespace provides access to GDI+ basic graphics functionality. More advanced functi...
Definition actions_system_images.hpp:10
The xtd::forms namespace contains classes for creating Windows-based applications that take full adva...
Definition texts.hpp:219
xtd::drawing::texts system_texts
Provides a collection of string objects for use by a Windows Forms application.
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8