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.
|
►Canimation_updated_event_handler | |
Cxtd::event< xtd::forms::animation, animation_updated_event_handler > | |
►Cxtd::forms::layout::arranged_element_collection< control_ref > | |
Cxtd::forms::control::control_collection | Represents a collection of controls |
Cxtd::forms::layout::arranged_element_collection< drawing::image > | |
►Cxtd::forms::layout::arranged_element_collection< xtd::forms::link_label::link > | |
Cxtd::forms::link_label::link_collection | Represents a collection of controls |
Cxtd::forms::layout::arranged_element_collection< xtd::ustring > | |
►Cconsole_cancel_event_handler | |
Cxtd::event< xtd::console, console_cancel_event_handler > | |
►Cxtd::const_overload< args_t... > | |
Cxtd::overload< args_t > | Represents class that use to determine one of const and non const overloaded methods |
►Ccontrol_event_handler | |
Cxtd::event< xtd::forms::control, control_event_handler > | |
►Cdelegate | |
Cxtd::event< xtd::forms::layout::arranged_element_collection, delegate< void(size_t, control_ref &item)> > | |
Cxtd::event< xtd::forms::layout::arranged_element_collection, delegate< void(size_t, xtd::forms::link_label::link &item)> > | |
Cxtd::event< xtd::forms::layout::arranged_element_collection, delegate< void(size_t, xtd::ustring &item)> > | |
Cxtd::event< xtd::forms::application, delegate< void(const xtd::event_args &)> > | |
Cxtd::event< xtd::forms::layout::arranged_element_collection, delegate< void(size_t, drawing::image &item)> > | |
Cxtd::event< xtd::forms::layout::arranged_element_collection, delegate< void(size_t, type_t &item)> > | |
►Cdialog_closed_event_handler | |
Cxtd::event< xtd::forms::common_dialog, dialog_closed_event_handler > | |
Cxtd::event< xtd::forms::exception_dialog, dialog_closed_event_handler > | |
Cxtd::event< xtd::forms::message_dialog, dialog_closed_event_handler > | |
►Cdo_work_event_handler | |
Cxtd::event< xtd::forms::background_worker, do_work_event_handler > | |
►Cevent_handler | |
Cxtd::event< xtd::forms::application_context, event_handler > | |
Cxtd::event< xtd::forms::button_base, event_handler > | |
Cxtd::event< xtd::forms::check_box, event_handler > | |
►Cform_closed_event_handler | |
Cxtd::event< xtd::forms::form, form_closed_event_handler > | |
►Cform_closing_event_handler | |
Cxtd::event< xtd::forms::form, form_closing_event_handler > | |
►Chandler_t | |
Cxtd::event< object_t, handler_t > | Represents an event |
►Chelp_event_handler | |
Cxtd::event< xtd::forms::common_dialog, help_event_handler > | |
Cxtd::event< xtd::forms::message_dialog, help_event_handler > | |
►Citem_check_event_handler | |
Cxtd::event< xtd::forms::checked_list_box, item_check_event_handler > | |
►Ckey_event_handler | |
Cxtd::event< xtd::forms::control, key_event_handler > | |
►Ckey_press_event_handler | |
Cxtd::event< xtd::forms::control, key_press_event_handler > | |
►Clink_label_clicked_event_handler | |
Cxtd::event< xtd::forms::link_label, link_label_clicked_event_handler > | |
►Clist_box::item | |
Cxtd::forms::checked_list_box::item | Represent an item contained in the checked_list_box::object_collection collection |
►Cmouse_event_handler | |
Cxtd::event< xtd::forms::control, mouse_event_handler > | |
►Cxtd::non_const_overload< args_t... > | |
Cxtd::overload< args_t > | Represents class that use to determine one of const and non const overloaded methods |
►Cpaint_event_handler | |
Cxtd::event< xtd::forms::control, paint_event_handler > | |
►Cprogress_changed_event_handler | |
Cxtd::event< xtd::forms::background_worker, progress_changed_event_handler > | |
►Crun_worker_completed_event_handler | |
Cxtd::event< xtd::forms::background_worker, run_worker_completed_event_handler > | |
►Cstd::basic_string | |
Cxtd::ustring | Represents text as a sequence of UTF-8 code units |
►Cstd::exception | |
►Cxtd::system_exception | Defines the base class for predefined exceptions in the xtd namespace |
►Cxtd::argument_exception | The exception that is thrown when one of the arguments provided to a method is not valid |
Cxtd::argument_null_exception | The exception that is thrown when one of the arguments provided to a method is null |
Cxtd::argument_out_of_range_exception | The exception that is thrown when one of the arguments provided to a method is out of range |
►Cxtd::arithmetic_exception | The exception that is thrown for errors in an arithmetic, casting, or conversion operation |
Cxtd::divided_by_zero_exception | The exception that is thrown when there is an attempt to divide an integral or decimal value by zero |
Cxtd::not_finite_number_exception | The exception that is thrown when a floating-point value is positive infinity, negative infinity, or Not-a-Number (NaN) |
Cxtd::overflow_exception | The exception that is thrown when an arithmetic, casting, or conversion operation in a checked context results in an overflow |
Cxtd::underflow_exception | The exception that is thrown when an arithmetic, casting, or conversion operation in a checked context results in an underflow |
Cxtd::collections::key_not_found_exception | The exception that is thrown when the key specified for accessing an element in a collection does not match any key in the collection |
Cxtd::domain_exception | The exception that is thrown for errors in domain. That is, situations where the inputs are outside of the domain on which an operation is defined. |
►Cxtd::format_exception | The exception that is thrown when the format of an argument does not meet the parameter specifications of the invoked method |
Cxtd::io::file_format_exception | The exception that is thrown when the format of an argument does not meet the parameter specifications of the invoked method |
Cxtd::net::cookie_exception | The exception that is thrown when an error is made adding a xtd::net::cookie to a xtd::net::cookie_container |
Cxtd::net::protocol_violation_exception | The exception that is thrown when an error is made adding a xtd::net::cookie to a xtd::net::cookie_container |
Cxtd::net::web_exception | The exception that is thrown when an error is made adding a xtd::net::cookie to a xtd::net::cookie_container |
Cxtd::index_out_of_range_exception | The exception that is thrown when an attempt is made to access an element of an array with an index that is outside the bounds of the array |
Cxtd::invalid_cast_exception | The exception that is thrown for invalid casting or explicit conversion |
Cxtd::invalid_operation_exception | The exception that is thrown when a method call is invalid for the object's current state |
Cxtd::invalid_program_exception | The exception that is thrown when a program contains invalid metadata. Generally this indicates a bug in the compiler that generated the program |
►Cxtd::io::io_exception | The exception that is thrown when an I/O error occurs |
Cxtd::io::directory_not_found_exception | The exception that is thrown when part of a file or directory cannot be found |
Cxtd::io::drive_not_found_exception | The exception that is thrown when trying to access a drive or share that is not available |
Cxtd::io::end_of_stream_exception | The exception that is thrown when reading is attempted past the end of a stream |
Cxtd::io::file_load_exception | The exception that is thrown when a managed assembly is found but cannot be loaded |
Cxtd::io::file_not_found_exception | The exception that is thrown when an attempt to access a file that does not exist on disk fails |
Cxtd::io::path_too_long_exception | The exception that is thrown when a path or file name is longer than the system-defined maximum length |
Cxtd::length_exception | The exception that is thrown when an attempts to exceed implementation defined length limits for some object |
Cxtd::net::sockets::socket_exception | The exception that is thrown when a socket error occurs |
Cxtd::not_implemented_exception | The exception that is thrown when a requested method or operation is not implemented |
►Cxtd::not_supported_exception | The exception that is thrown when an invoked method is not supported, or when there is an attempt to read, seek, or write to a stream that does not support the invoked functionality |
Cxtd::platform_not_supported_exception | The exception that is thrown when a feature does not run on a particular platform |
Cxtd::null_pointer_exception | The exception that is thrown when there is an attempt to dereference a null object pointer |
Cxtd::object_closed_exception | The exception that is thrown when one of the arguments provided to a method is not valid |
Cxtd::operation_canceled_exception | The exception that is thrown in a thread upon cancellation of an operation that the thread was executing |
Cxtd::time_out_exception | The exception that is thrown when the time allotted for a process or operation has expired |
Cxtd::xml_syntax_exception | The exception that is thrown when there is a syntax error in XML parsing |
Cxtd::tunit::abort_error | Exception thow when abort |
Cxtd::tunit::assert_error | Exception thow when an assertion failed |
Cxtd::tunit::ignore_error | Exception to be thrown when something is ignored |
►Cstd::iostream | |
Cxtd::net::sockets::network_stream | Provides the underlying stream of data for network access |
►Cstd::stringbuf | |
Cxtd::debugstreambuf | Provides an std::stringbuf for xtd::diagnostics::debug |
Cxtd::tracestreambuf | Provides an std::stringbuf for xtd::diagnostics::trace |
►Cstd::vector | |
Cxtd::diagnostics::trace_listener_collection | Represents a collection of xtd::diagnostics::trace_listener |
►Ctype_t | |
Cxtd::forms::layout::arranged_element_collection< type_t, sorter_t >::value_type | Represents the value type of the collection |
Cxtd::const_overload< args_t > | Represents class that use to determine one of const overloaded methods |
Cxtd::date_times | |
►Cxtd::delegate | |
Cxtd::event< xtd::net::sockets::socket_async_event_args, xtd::delegate< void(const xtd::net::sockets::socket_async_event_args &)> > | |
►Cxtd::diagnostics::data_received_event_handler | |
Cxtd::diagnostics::process::error_data_received_event | Represents a process error data received event |
Cxtd::diagnostics::process::output_data_received_event | Represents a process output data received event |
Cxtd::drawing::image::data | |
►Cxtd::event_handler | |
Cxtd::event< xtd::forms::collapsible_panel, xtd::event_handler > | |
Cxtd::event< xtd::forms::color_picker, event_handler > | |
Cxtd::event< xtd::forms::combo_box, event_handler > | |
Cxtd::event< xtd::forms::control, event_handler > | |
Cxtd::event< xtd::forms::date_time_picker, event_handler > | |
Cxtd::event< xtd::forms::domain_up_down, event_handler > | |
Cxtd::event< xtd::forms::font_dialog, event_handler > | |
Cxtd::event< xtd::forms::font_picker, event_handler > | |
Cxtd::event< xtd::forms::form, event_handler > | |
Cxtd::event< xtd::forms::label, event_handler > | |
Cxtd::event< xtd::forms::list_control, event_handler > | |
Cxtd::event< xtd::forms::numeric_up_down, event_handler > | |
Cxtd::event< xtd::forms::radio_button, event_handler > | |
Cxtd::event< xtd::forms::scroll_bar, event_handler > | |
Cxtd::event< xtd::forms::switch_button, event_handler > | |
Cxtd::event< xtd::forms::tab_control, event_handler > | |
Cxtd::event< xtd::forms::text_box, event_handler > | |
Cxtd::event< xtd::forms::text_box_base, event_handler > | |
Cxtd::event< xtd::forms::timer, event_handler > | |
Cxtd::event< xtd::forms::toggle_button, event_handler > | |
Cxtd::event< xtd::forms::track_bar, event_handler > | |
Cxtd::event< xtd::forms::up_down_button, event_handler > | |
Cxtd::diagnostics::process::exit_event | Represents a process exit event |
Cxtd::forms::const_control_ref_less | Represents less comparator for const const_control_ref |
Cxtd::forms::domain_up_down::item | Represent an item contained in the domain_up_down::object_collection collection |
Cxtd::forms::layout::arranged_element_collection< type_t, sorter_t > | Represents a collection of objects |
Cxtd::forms::list_control::item | Represent an item contained in the list_control::object_collection collection |
Cxtd::forms::list_control::item::sorter | Represent the sorter class used by list_control::object_collection collection |
►Cxtd::interface | Represent an interface class |
►Cxtd::icomparable< guid > | |
Cxtd::guid | Represents a globally unique identifier (GUID). A GUID is a 128-bit integer (16 bytes) that can be used across all computers and networks wherever a unique identifier is required. Such an identifier has a very low probability of being duplicated |
►Cxtd::icomparable< version > | |
Cxtd::version | Represents the version number of an assembly, operating system, or the xtd. This class cannot be inherited |
►Cxtd::iequatable< guid > | |
Cxtd::guid | Represents a globally unique identifier (GUID). A GUID is a 128-bit integer (16 bytes) that can be used across all computers and networks wherever a unique identifier is required. Such an identifier has a very low probability of being duplicated |
►Cxtd::iequatable< ip_address > | |
Cxtd::net::ip_address | Provides an Internet Protocol (IP) address |
►Cxtd::forms::ibutton_control | Allows a control to act like a button on a form |
Cxtd::forms::button | Represents a Windows button control |
►Cxtd::forms::icontrol_trace | Allow a control to be called by control_trace_listener for writing debug or trace message |
Cxtd::forms::debug_form | Represents a form that displays debug form. This class cannot be inherited |
Cxtd::forms::trace_form | Represents a form that displays trace form. This class cannot be inherited |
Cxtd::forms::imessage_filter | Defines a message filter interface |
►Cxtd::forms::iwin32_window | Provides an interface to expose Win32 HWND handles |
►Cxtd::forms::control | Defines the base class for controls, which are components with visual representation |
Cxtd::forms::animation | Represents an animation control |
►Cxtd::forms::button_base | Implements the basic functionality common to button controls |
Cxtd::forms::button | Represents a Windows button control |
Cxtd::forms::check_box | Represents a Windows check_box |
Cxtd::forms::command_link_button | Represents a Windows command link button control |
Cxtd::forms::radio_button | Enables the user to select a single option from a group of choices when paired with other xtd::forms::radio_button controls |
Cxtd::forms::switch_button | Represents a standard Windows switch button |
Cxtd::forms::toggle_button | Represents a Windows toggle_button |
Cxtd::forms::up_down_button | Represents a standard Windows up down button |
Cxtd::forms::collapsible_panel | Used to group collections of controls in a collapsible panel |
Cxtd::forms::color_picker | Represents a picker control that displays available colors along with controls that enable the user to define custom colors |
Cxtd::forms::date_time_picker | Represents a picker control that displays available date time along with controls |
Cxtd::forms::dot_matrix_display | Represents a dot matrix display class |
Cxtd::forms::font_picker | Represents a picker control that displays available fonts along with controls |
Cxtd::forms::group_box | Represents a Windows control that displays a frame around a group of controls with an optional caption |
►Cxtd::forms::label | Represents a standard Windows label |
Cxtd::forms::link_label | Represents a Windows label control that can display hyperlinks |
Cxtd::forms::lcd_label | Represents a lcd label |
►Cxtd::forms::list_control | Provides a common implementation of members for the list_box, choice and combo_box classes |
Cxtd::forms::choice | Represents a choice control |
Cxtd::forms::combo_box | Represents a Windows combo box control |
►Cxtd::forms::list_box | Represents a standard Windows list box |
Cxtd::forms::checked_list_box | Displays a xtd::forms::list_box in which a check box is displayed to the left of each item |
Cxtd::forms::loading_indicator | Represents a loading indicator control |
Cxtd::forms::picture_box | Represents a standard Windows picture box |
Cxtd::forms::progress_bar | Represents a Windows progress bar control |
►Cxtd::forms::scroll_bar | Represents a standard Windows scroll bar |
Cxtd::forms::h_scroll_bar | Represents a standard Windows horizontal scroll bar |
Cxtd::forms::v_scroll_bar | Represents a standard Windows horizontal scroll bar |
►Cxtd::forms::scrollable_control | Defines a base class for controls that support auto-scrolling behavior |
►Cxtd::forms::container_control | Provides focus-management functionality for controls that can function as a container for other controls |
►Cxtd::forms::form | Represents a window or dialog box that makes up an application's user interface |
►Cxtd::forms::trace_form_base | Represents a base form for debug_form and trace_form forms. This class cannot be instantiated |
Cxtd::forms::debug_form | Represents a form that displays debug form. This class cannot be inherited |
Cxtd::forms::trace_form | Represents a form that displays trace form. This class cannot be inherited |
►Cxtd::forms::up_down_base | Implements the basic functionality required by a spin box (also known as an up-down control) |
Cxtd::forms::domain_up_down | Represents a Windows spin box (also known as an up-down control) that displays string values |
Cxtd::forms::numeric_up_down | Represents a standard Windows numeric up down |
Cxtd::forms::user_control | Represents a standard Windows user control |
►Cxtd::forms::panel | Used to group collections of controls |
Cxtd::forms::fixed_layout_panel | Used to group collections of fixed aligned controls |
Cxtd::forms::flow_layout_panel | Used to group collections of fixed aligned controls |
Cxtd::forms::horizontal_layout_panel | Used to group collections of horizontally aligned controls |
Cxtd::forms::splitter_panel | Creates a panel that is associated with a split_container |
Cxtd::forms::tab_page | Represents a single tab page in a tab_control |
Cxtd::forms::table_layout_panel | Used to group collections of fixed aligned controls |
Cxtd::forms::vertical_layout_panel | Used to group collections of vertically aligned controls |
Cxtd::forms::split_container | Represents a control consisting of a movable bar that divides a container's display area into two resizable panels |
►Cxtd::forms::seven_segment_display | Represents a seven segment display class |
►Cxtd::forms::fourteen_segment_display | Represents a nine segment display class |
Cxtd::forms::sixteen_segment_display | Represents a sixteen segment display class |
Cxtd::forms::nine_segment_display | Represents a nine segment display class |
Cxtd::forms::splitter | Represents a splitter control that enables the user to resize docked controls |
Cxtd::forms::tab_control | Manages a related set of tab pages |
►Cxtd::forms::text_box_base | Implements the basic functionality required by text controls |
Cxtd::forms::text_box | Represents a standard Windows text box |
Cxtd::forms::track_bar | Represents a standard Windows track bar |
►Cxtd::iasync_result | Represents the status of an asynchronous operation |
Cxtd::forms::control::async_result_invoke | |
Cxtd::icomparable< type_t > | Defines a generalized comparison method that a value type or class implements to create a type-specific comparison method |
Cxtd::iequatable< type_t > | Defines a generalized method that a value type or class implements to create a type-specific method for determining equality of instances |
Cxtd::non_const_overload< args_t > | Represents class that use to determine one of non const overloaded methods |
►Cxtd::object | Supports all classes in the xtd class hierarchy and provides low-level services to derived classes. This is the ultimate base class of all classes in the xtd. It is the root of the type hierarchy |
Cxtd::background_color | Represent background color output manipulator class |
Cxtd::beep | Represent beep output manipulator class |
Cxtd::compiler | Represents information about c++ libraries, such as the version and standard identifier. This class cannot be inherited |
Cxtd::console_key_info | Specifies the standard keys on a console |
Cxtd::cpp_language | Represents information about c++ libraries, such as the version and language identifier. This class cannot be inherited |
Cxtd::debugstreambuf | Provides an std::stringbuf for xtd::diagnostics::debug |
Cxtd::delegate< result_t()> | Represents a delegate, which is a data structure that refers to a static method or to a class instance && an instance method of that class |
Cxtd::delegate< result_t(arguments_t...)> | Represents a delegate, which is a data structure that refers to a static method or to a class instance && an instance method of that class |
Cxtd::diagnostics::process | Provides access to local and remote processes and enables you to start and stop local system processes |
Cxtd::diagnostics::process_start_info | Specifies a set of values that are used when you start a process |
Cxtd::diagnostics::stack_frame | Provides information about a xtd::diagnostics::stack_frame, which represents a function call on the call stack for the current thread |
Cxtd::diagnostics::stack_trace | Represents a stack trace, which is an ordered collection of one or more stack frames |
Cxtd::diagnostics::stopwatch | Provides a set of methods and properties that you can use to accurately measure elapsed time |
►Cxtd::diagnostics::switch_base | Provides an abstract base class to create new debugging and tracing switches |
Cxtd::diagnostics::boolean_switch | Provides a simple on/off switch that controls debugging and tracing output |
Cxtd::diagnostics::source_switch | Provides a multilevel switch to control tracing and debug output without recompiling your code |
Cxtd::diagnostics::trace_switch | Provides a multilevel switch to control tracing and debug output without recompiling your code |
Cxtd::diagnostics::trace_event_cache | Provides trace event data specific to a thread and a process |
►Cxtd::diagnostics::trace_filter | Provides the base class for trace filter implementations |
Cxtd::diagnostics::event_type_filter | Indicates whether a listener should trace based on the event type |
Cxtd::diagnostics::source_filter | Indicates whether a listener should trace a message based on the source of a trace |
►Cxtd::diagnostics::trace_listener | Provides the abstract base class for the listeners who monitor trace and debug output |
Cxtd::diagnostics::default_trace_listener | Provides the default output methods and behavior for tracing |
►Cxtd::diagnostics::ostream_trace_listener | Directs tracing or debugging output to a std::ostream, such as std::fstream, std::stream.. |
Cxtd::diagnostics::console_trace_listener | Directs tracing or debugging output to either the standard output or the standard error stream |
Cxtd::forms::control_trace_listener | Directs tracing or debugging output to a icontrol_trace object |
Cxtd::diagnostics::trace_source | Provides a set of methods and properties that enable applications to trace the execution of code and associate trace messages with their source |
►Cxtd::drawing::brush | Defines objects used to fill the interiors of graphical shapes such as rectangles, ellipses, pies, polygons, and paths |
Cxtd::drawing::drawing2d::hatch_brush | Defines a rectangular xtd::drawing::brush with a hatch style, a foreground color, and a background color. This class cannot be inherited |
Cxtd::drawing::drawing2d::linear_gradient_brush | Encapsulates a xtd::drawing::brush with a linear gradient. This class cannot be inherited |
Cxtd::drawing::solid_brush | Defines a xtd::drawing::brush of a single color. Brushes are used to fill graphics shapes, such as rectangles, ellipses, pies, polygons, and paths. This class cannot be inherited |
Cxtd::drawing::texture_brush | Each property of the xtd::drawing::texture_brush class is a xtd::drawing::brush object that uses an image to fill the interior of a shape. This class cannot be inherited |
Cxtd::drawing::color | Represents an ARGB (alpha, red, green, blue) color |
Cxtd::drawing::font | Defines a particular format for text, including font face, size, and style attributes. This class cannot be inherited |
Cxtd::drawing::font_family | Defines a group of type faces having a similar basic design and certain variations in styles. This class cannot be inherited |
Cxtd::drawing::graphics | Defines an object used to draw lines and curves. This class cannot be inherited |
Cxtd::drawing::icon | Represents a Windows icon, which is a small bitmap image that is used to represent an object. Icons can be thought of as transparent bitmaps, although their size is determined by the system |
►Cxtd::drawing::image | An abstract base class that provides functionality for the bitmap and metafile descended classes |
Cxtd::drawing::bitmap | Encapsulates a GDI+ bitmap, which consists of the pixel data for a graphics image and its attributes. A bitmap is an object used to work with images defined by pixel data |
Cxtd::drawing::imaging::color_palette | Defines an array of colors that make up a color palette. The colors are 32-bit ARGB colors. Not inheritable |
Cxtd::drawing::imaging::frame_dimension | Provides properties that get the frame dimensions of an image. Not inheritable |
Cxtd::drawing::imaging::image_format | Specifies the file format of the image. Not inheritable |
Cxtd::drawing::imaging::property_item | Encapsulates a metadata property to be included in an image file. Not inheritable |
Cxtd::drawing::pen | Defines an object used to draw lines and curves. This class cannot be inherited |
Cxtd::drawing::point | Represents an ordered pair of integer x- and y-coordinates that defines a point in a two-dimensional plane |
Cxtd::drawing::point_f | Represents an ordered pair of floating-point x- and y-coordinates that defines a point in a two-dimensional plane |
Cxtd::drawing::rectangle | Stores a set of four integers that represent the location and size of a rectangle |
Cxtd::drawing::rectangle_f | Stores a set of four floating-points that represent the location and size of a rectangle |
Cxtd::drawing::size | Stores an ordered pair of integers, which specify a height and width |
Cxtd::drawing::size_f | Stores an ordered pair of floating-point, which specify a height and width |
Cxtd::drawing::string_format | Encapsulates text layout information (such as alignment, orientation and tab stops) display manipulations (such as ellipsis insertion and national digit substitution) and OpenType features. This class cannot be inherited |
►Cxtd::drawing::text::font_collection | Provides a base class for installed and private font collections |
Cxtd::drawing::text::installed_font_collection | Represents the fonts installed on the system. This class cannot be inherited |
Cxtd::drawing::text::private_font_collection | Provides a collection of font families built from font files that are provided by the client application |
►Cxtd::event_args | Represents the base class for classes that contain event data, and provides a value to use for events that do not include event data |
Cxtd::console_cancel_event_args | Provides data for the console::cancel_key_press event. This class cannot be inherited |
Cxtd::diagnostics::data_received_event_args | Provides data for the xtd::diagnostics::process::output_data_received and xtd::diagnostics::process::error_data_received events |
Cxtd::forms::animation_updated_event_args | Provides data for the animation update event |
►Cxtd::forms::cancel_event_args | Provides data for a cancelable event |
Cxtd::forms::do_work_event_args | Provides data for the do_work event handler |
Cxtd::forms::form_closing_event_args | Provides data for the form_closing event |
Cxtd::forms::control_event_args | Provides data for the control_added and control_removed events |
Cxtd::forms::dialog_closed_event_args | Provides data for a dialog closed event |
Cxtd::forms::form_closed_event_args | Provides data for the form_closed event |
Cxtd::forms::help_event_args | Provides data for the control_added and control_removed events |
Cxtd::forms::item_check_event_args | Provides data for the item_check event of the checked_list_box and list_view controls |
Cxtd::forms::key_event_args | Provides data for the key_down or key_up event |
Cxtd::forms::key_press_event_args | Provides data for the key_press event |
Cxtd::forms::link_label_clicked_event_args | Represents a Windows label control that can display hyperlinks |
Cxtd::forms::mouse_event_args | Provides data for the xtd::forms::control::mouse_up, xtd::forms::control::mouse_down, and xtd::forms::control::mouse_move events |
Cxtd::forms::paint_event_args | Provides data for the paint event |
Cxtd::forms::progress_changed_event_args | Provides data for the do_work event handler |
Cxtd::forms::run_worker_completed_event_args | Provides data for the do_work event handler |
Cxtd::net::sockets::socket_async_event_args | Represents an asynchronous socket operation |
Cxtd::foreground_color | Represent foreground color output manipulator class |
Cxtd::forms::application_context | Specifies the contextual information about an application thread |
Cxtd::forms::application_informations | Specifies the application informations |
►Cxtd::forms::component | Provides the base implementation and enables object sharing between applications |
Cxtd::forms::about_dialog | Represents a dialog box that displays about dialog |
Cxtd::forms::background_worker | Executes an operation on a separate thread |
Cxtd::forms::busy_dialog | Represents a dialog box that displays busy dialog |
►Cxtd::forms::common_dialog | Specifies the base class used for displaying dialog boxes on the screen |
Cxtd::forms::color_dialog | Represents a common dialog box that displays available colors along with controls that enable the user to define custom colors |
►Cxtd::forms::file_dialog | Displays a dialog box from which the user can select a file |
Cxtd::forms::open_file_dialog | Displays a standard dialog box that prompts the user to open a file. This class cannot be inherited |
Cxtd::forms::save_file_dialog | Prompts the user to select a location for saving a file. This class cannot be inherited |
Cxtd::forms::folder_browser_dialog | Prompts the user to select a folder. This class cannot be inherited |
Cxtd::forms::font_dialog | Prompts the user to choose a font from among those installed on the local computer |
Cxtd::forms::input_dialog | Represents a common dialog box that displays input dialog |
Cxtd::forms::control | Defines the base class for controls, which are components with visual representation |
Cxtd::forms::exception_dialog | Represents a common dialog box that displays exception dialog |
Cxtd::forms::image_list | Provides methods to manage a collection of xtd::drawing::image objects. This class cannot be inherited |
►Cxtd::forms::menu | Represents the base functionality for all menus. Although tool_strip_drop_down and tool_strip_drop_down_menu replace and add functionality to the menu control of previous versions, menu is retained for both backward compatibility and future use if you choose |
Cxtd::forms::context_menu | Represents a shortcut menu |
Cxtd::forms::main_menu | Represents the menu structure of a form |
Cxtd::forms::menu_item | Represents an individual item that is displayed within a main_menu or context_menu |
Cxtd::forms::message_dialog | Displays a message window, also known as a dialog box, which presents a message to the user. It is a modal window, blocking other actions in the application until the user closes it. A message_dialog can contain text, buttons, and symbols that inform and instruct the user |
Cxtd::forms::progress_dialog | Represents a common dialog box that displays progress dialog |
Cxtd::forms::timer | Implements a timer that raises an event at user-defined intervals. This timer is optimized for use in Windows Forms applications and must be used in a window |
►Cxtd::forms::control_layout_style | Implements the basic functionality that represents the appearance and behavior of a control layout |
Cxtd::forms::horizontal_control_layout_style | Implements the basic functionality that represents the appearance and behavior of a control layout |
Cxtd::forms::vertical_control_layout_style | Implements the basic functionality that represents the appearance and behavior of a control layout |
Cxtd::forms::control_ref_less | Represents less comparator for control_ref |
Cxtd::forms::country | Represent a country with name, alpha codes, numeric code, emoticon and flag |
Cxtd::forms::cursor | Represents the image used to paint the mouse pointer |
Cxtd::forms::emoticon | Represent a emoticon with name and codepoints |
Cxtd::forms::enable_debug | Represent enable debug class |
Cxtd::forms::flat_button_appearance | Provides properties that specify the appearance of xtd::forms::button controls whose xtd::forms::flat_style is xtd::forms::flat_style::flat |
Cxtd::forms::layout::sorter_none | Represents a sorter none of objects |
Cxtd::forms::link | Represents a link within a xtd::forms::link_label control |
Cxtd::forms::message | Implements a Windows message |
Cxtd::forms::padding | Represents a display device or multiple display devices on a single system |
Cxtd::forms::renderer | Provides control renderers methods |
Cxtd::forms::screen | Represents a display device or multiple display devices on a single system |
Cxtd::forms::settings | Represent settings associate to the application |
►Cxtd::forms::theme_base | |
Cxtd::forms::theme | |
Cxtd::forms::theme_colors | |
Cxtd::forms::theme_images | |
Cxtd::forms::theme_renderers | |
Cxtd::forms::use_wait_cursor | Creates a use wait cursor class |
Cxtd::guid | Represents a globally unique identifier (GUID). A GUID is a 128-bit integer (16 bytes) that can be used across all computers and networks wherever a unique identifier is required. Such an identifier has a very low probability of being duplicated |
►Cxtd::io::text_reader | Represents a reader that can read a sequential series of characters |
Cxtd::io::null_text_reader | Represents a null text reader |
Cxtd::io::stream_reader | Implements a xtd::io::text_reader that reads characters from a byte stream |
Cxtd::io::string_reader | Implements a xtd::io::text_reader that reads from a string |
Cxtd::io::synchronized_text_reader | Represents a synchronized text reader |
►Cxtd::io::text_writer | Represents a writer that can write a sequential series of characters |
Cxtd::io::null_text_writer | Represents a null text writer |
Cxtd::io::stream_writer | Implements a xtd::io::text_writer for writing characters to a stream |
Cxtd::io::string_writer | Implements a xtd::io::text_writer for writing characters to a string |
Cxtd::io::synchronized_text_writer | Represents a synchronized text writer |
Cxtd::media::system_sound | Represents a system sound type |
►Cxtd::net::end_point | Identifies a network address. This is an abstract class |
Cxtd::net::dns_end_point | Represents a network endpoint as a host name or a string representation of an IP address and a port number |
Cxtd::net::ip_end_point | Represents a network endpoint as an IP address and a port number |
Cxtd::net::ip_address | Provides an Internet Protocol (IP) address |
Cxtd::net::ip_host_entry | Provides a container class for Internet host address information |
Cxtd::net::network_credential | Provides credentials for password-based authentication schemes such as basic, digest, NTLM, and Kerberos authentication |
Cxtd::net::socket_address | Stores serialized information from end_point derived classes |
Cxtd::net::sockets::ip_packet_information | Gets the network interface information that is associated with a call to xtd::net::sockets::socket::receive_message_from or xtd::net::sockets::socket::end_receive_message_from |
Cxtd::net::sockets::ip_v6_multicast_option | Contains option values for joining an IPv6 multicast group |
Cxtd::net::sockets::linger_option | Specifies whether a xtd::net::sockets::socket will remain connected after a call to the xtd::net::sockets::socket::close or xtd::net::sockets::tcp_client::close methods and the length of time it will remain connected, if data remains to be sent |
Cxtd::net::sockets::multicast_option | Contains IPAddress values used to join and drop multicast groups |
Cxtd::net::sockets::send_packets_element | Represents an element in a xtd::net::sockets::send_packets_element array |
Cxtd::net::sockets::socket | Implements the Berkeley sockets interface |
Cxtd::net::sockets::socket_information | Encapsulates the information that is necessary to duplicate a xtd::net::sockets::socket |
Cxtd::net::sockets::tcp_client | Provides client connections for TCP network services |
Cxtd::net::sockets::tcp_listener | Listens for connections from TCP network clients |
Cxtd::net::sockets::udp_client | Provides User Datagram Protocol (UDP) network services |
Cxtd::operating_system | Represents information about an operating system, such as the version and platform identifier. This class cannot be inherited |
Cxtd::processor | Represents information about a processor, such as the architecture. This class cannot be inherited |
Cxtd::random | Represents a pseudo-random number generator, a device that produces a sequence of numbers that meet certain statistical requirements for randomness |
Cxtd::reset_color | Represent reset color output manipulator class |
Cxtd::security::secure_string | Represents text that should be kept confidential, such as by deleting it from computer memory when no longer needed. This class cannot be inherited |
Cxtd::system_exception | Defines the base class for predefined exceptions in the xtd namespace |
Cxtd::tracestreambuf | Provides an std::stringbuf for xtd::diagnostics::trace |
Cxtd::ustring | Represents text as a sequence of UTF-8 code units |
Cxtd::version | Represents the version number of an assembly, operating system, or the xtd. This class cannot be inherited |
Cxtd::web::css::css_reader | |
Cxtd::web::css::css_writer | |
Cxtd::web::css::property | |
Cxtd::web::css::selector | |
►Cxtd::static_object | Represent a static object. A static class can't be instantiated (constructors are deleted) |
Cxtd::bit_converter | Converts base data types to an std::vector of bytes, and an std::vector of bytes to base data types |
Cxtd::console | Represents the standard input, output, and error streams for console applications |
Cxtd::convert | Represents API to convert base type code |
Cxtd::convert_pointer | Represents API to convert pointers |
Cxtd::convert_string | Represents API to convert string containers |
Cxtd::diagnostics::debug | Provides a set of methods and properties that help you debug the execution of your code. This class cannot be inherited |
Cxtd::diagnostics::debugger | Enables communication with a debugger. This class cannot be inherited |
Cxtd::diagnostics::trace | Provides a set of methods and properties that help you debug the execution of your code. This class cannot be inherited |
Cxtd::drawing::brushes | Brushes for all the standard colors. This class cannot be inherited |
Cxtd::drawing::colors | Colors for all the standard colors. This class cannot be inherited |
Cxtd::drawing::pens | Pens for all the standard colors. This class cannot be inherited |
Cxtd::drawing::system_brushes | Each property of the xtd::drawing::system_brushes class is a xtd::drawing::solid_brush that is the color of a Windows display element |
Cxtd::drawing::system_colors | Each property of the xtd::drawing::system_colors class is a xtd::drawing::color structure that is the color of a Windows display element |
Cxtd::drawing::system_fonts | Specifies the fonts used to display text in Windows display elements |
Cxtd::drawing::system_icons | Each property of the xtd::drawing::system_icons class is an xtd::drawing::icon object for Windows system-wide icons. This class cannot be inherited |
Cxtd::drawing::system_images | Each property of the xtd::drawing::system_images class is an xtd::drawing::image object for Windows system-wide images. This class cannot be inherited |
Cxtd::drawing::system_pens | Each property of the xtd::drawing::system_pens class is a xtd::drawing::xtd::drawing::pen that is the color of a Windows display element and that has a width of 1 pixel |
Cxtd::environment | The environment class |
Cxtd::forms::about_box | Represents a dialog box that displays about box |
Cxtd::forms::application | Provides static methods and properties to manage an application, such as methods to start and stop an application, to process Windows messages, and methods to get information about an application. This class cannot be inherited |
Cxtd::forms::busy_box | Represents a dialog box that displays busy box |
Cxtd::forms::button_images | Provides a button images factories for use by a button control |
Cxtd::forms::button_renderer | Provides button renderer methods |
Cxtd::forms::buttons | Provides a collection of button objects for use by a Windows Forms application |
Cxtd::forms::check_box_renderer | Provides check box renderer methods |
Cxtd::forms::check_boxes | Provides a collection of check_box objects for use by a Windows Forms application |
Cxtd::forms::color_box | Represents a common dialog box that displays available colors along with controls that enable the user to define custom colors |
Cxtd::forms::control_paint | Provides methods used to paint common Windows controls and their elements. This class cannot be inherited |
Cxtd::forms::countries | Provides a collection of xtd::forms::country for all countries in the world. This class cannot be inherited |
Cxtd::forms::cursors | Provides a collection of xtd::forms::cursor objects for use by a Windows Forms application |
Cxtd::forms::debug_message_box | Displays a dialog box and write debug |
Cxtd::forms::emoticons | Provides a collection of xtd::forms:emoticon for all known emoticons. This class cannot be inherited |
Cxtd::forms::exception_box | Represents a common dialog box that displays exception box |
Cxtd::forms::form_button_images | Provides a form button images factories for use by a form control |
Cxtd::forms::input_box | Represents a common dialog box that displays input box |
Cxtd::forms::menu_images | Provides a menu images factories for use by a menu control |
Cxtd::forms::message_box | Displays a message window, also known as a dialog box, which presents a message to the user. It is a modal window, blocking other actions in the application until the user closes it. A message_box can contain text, buttons, and symbols that inform and instruct the user |
Cxtd::forms::properties::resources | A strongly-typed resource class, for looking up localized strings, etc |
Cxtd::forms::radio_button_renderer | Provides radio button renderer methods |
Cxtd::forms::radio_buttons | Provides a collection of radio_button objects for use by a Windows Forms application |
Cxtd::forms::switch_button_renderer | Provides switch button renderer methods |
Cxtd::forms::system_information | Provides information about the current system environment |
Cxtd::forms::system_texts | Provides a collection of string objects for use by a Windows Forms application |
Cxtd::forms::toggle_buttons | Provides a collection of toggle_button objects for use by a Windows Forms application |
Cxtd::forms::tool_bar_images | Provides a tool bar images factories for use by a tool_bar control |
Cxtd::forms::trace_message_box | Displays a dialog box and write trace |
Cxtd::io::file | Provides static methods for the creation, copying, deletion, moving, and opening of files, and aids in the creation of std::fstream objects |
Cxtd::io::path | Performs operations on std::basic_string instances that contain file or directory path information. These operations are performed in a cross-platform manner |
Cxtd::math | Provides constants and static methods for trigonometric, logarithmic, and other common mathematical functions |
Cxtd::media::system_sounds | Retrieves sounds associated with a set of Windows operating system sound-event types. This class cannot be inherited |
Cxtd::net::dns | Provides simple domain name resolution functionality |
Cxtd::system_report | Provides system report about the current system environment |
Cxtd::translator | Represents translator class. This class cannot be inherited |
Cxtd::system_report::xtd_library | Represents a xtd library that contains name, version and paths |
►Cxtd::tunit::base_assert | The base class for assert |
Cxtd::tunit::assert | Collection of static methods that implement the most common assertions used in xtd::tUnit |
Cxtd::tunit::assume | Collection of static methods that implement the most common assertions used in xtd::tUnit |
Cxtd::tunit::collection_assert | Collection of static methods that implement the most collection assertions used in xtd::tUnit |
Cxtd::tunit::collection_assume | Collection of static methods that implement the most collection assertions used in xtd::tUnit |
Cxtd::tunit::collection_valid | Collection of static methods that implement the most collection assertions used in xtd::tUnit |
Cxtd::tunit::directory_assert | Collection of static methods that implement the most directory assertions used in xtd::tUnit |
Cxtd::tunit::directory_assume | Collection of static methods that implement the most directory assertions used in xtd::tUnit |
Cxtd::tunit::directory_valid | Collection of static methods that implement the most directory assertions used in xtd::tUnit |
Cxtd::tunit::file_assert | Collection of static methods that implement the most file assertions used in xtd::tUnit |
Cxtd::tunit::file_assume | Collection of static methods that implement the most file assertions used in xtd::tUnit |
Cxtd::tunit::file_valid | Collection of static methods that implement the most file assertions used in xtd::tUnit |
Cxtd::tunit::string_assert | Collection of static methods that implement the most string assertions used in xtd::tUnit |
Cxtd::tunit::string_assume | Collection of static methods that implement the most string assertions used in xtd::tUnit |
Cxtd::tunit::string_valid | Collection of static methods that implement the most string assertions used in xtd::tUnit |
Cxtd::tunit::valid | Collection of static methods that implement the most common assertions used in xtd::tUnit |
Cxtd::tunit::class_cleanup_attribute | This attribute is use to add cleanup class method to class test attribute |
Cxtd::tunit::class_initialize_attribute | This attribute is use to add initialize class method to class test attribute |
►Cxtd::tunit::event_listener | Represent the event listener class. Unit test call theses events when unit tests are processing |
Cxtd::tunit::ostream_event_listener | The ostream_unit_test class is a specialisation of event_listener class for writing events in std::ostream |
Cxtd::tunit::registered_test_class | Represents the registered test class |
Cxtd::tunit::settings | Xtd.tunit settings |
Cxtd::tunit::test | |
Cxtd::tunit::test_class | |
Cxtd::tunit::test_class_attribute< test_class_t > | |
Cxtd::tunit::test_cleanup_attribute | |
Cxtd::tunit::test_initialize_attribute | |
Cxtd::tunit::test_method_attribute | |
►Cxtd::tunit::tunit_event_args | Tunit_event_args is the base class for classes containing event data |
Cxtd::tunit::class_event_args | Provides data for the xtd::tunit::class_test events |
Cxtd::tunit::test_event_args | Provides data for the xtd::tunit::test events |
►Cxtd::tunit::unit_test | The template class |
►Cxtd::tunit::ostream_unit_test | Ostream unit test interface |
Cxtd::tunit::console_unit_test | Console unit test interface |