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 <any>
#include <condition_variable>
#include <cstdint>
#include <functional>
#include <map>
#include <memory>
#include <optional>
#include <string>
#include <thread>
#include <vector>
#include <xtd/iasync_result.h>
#include <xtd/drawing/color.h>
#include <xtd/drawing/font.h>
#include <xtd/drawing/point.h>
#include <xtd/drawing/rectangle.h>
#include <xtd/drawing/size.h>
#include <xtd/forms/create_params.h>
#include "../forms_export.h"
#include "layout/arranged_element_collection.h"
#include "anchor_styles.h"
#include "auto_size_mode.h"
#include "bounds_specified.h"
#include "component.h"
#include "control_event_handler.h"
#include "control_ref.h"
#include "control_styles.h"
#include "cursors.h"
#include "dock_style.h"
#include "image_layout.h"
#include "iwin32_window.h"
#include "key_event_handler.h"
#include "key_press_event_handler.h"
#include "mouse_event_handler.h"
#include "padding.h"
#include "paint_event_handler.h"
#include "message.h"
#include "theme_colors.h"
#include "timer.h"
Contains xtd::forms::control control.
Go to the source code of this file.
Classes | |
class | xtd::forms::control |
Defines the base class for controls, which are components with visual representation. More... | |
class | xtd::forms::control::async_result_invoke |
class | xtd::forms::control::control_collection |
Represents a collection of controls. More... | |
Namespaces | |
namespace | xtd |
The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more. | |
namespace | xtd::forms |
The xtd::forms namespace contains classes for creating Windows-based applications that take full advantage of the rich user interface features available in the Microsoft Windows operating system, Apple macOS and Linux like Ubuntu operating system. | |