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
iwin32_window.h
Go to the documentation of this file.
1
4
#pragma once
5
#include <cstdint>
6
#include <
xtd/interface.h
>
7
9
namespace
xtd
{
11
namespace
forms
{
19
class
iwin32_window
interface_
{
20
public
:
24
virtual
intptr_t
handle
()
const
= 0;
25
};
26
}
27
}
xtd::forms::iwin32_window
Provides an interface to expose Win32 HWND handles.
Definition:
iwin32_window.h:19
xtd::forms::iwin32_window::handle
virtual intptr_t handle() const =0
Gets the handle to the window represented by the implementer.
interface_
#define interface_
This keyword is use to represent an interface.
Definition:
interface.h:55
interface.h
Contains xtd::interface interface.
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
Generated on Sat Jan 28 2023 18:12:25 for xtd - Reference Guide by
Gammasoft
. All rights reserved.