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.
Loading...
Searching...
No Matches
xtd.forms
include
xtd
forms
imessage_filter.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
{
20
class
imessage_filter
interface_
{
21
public
:
26
virtual
bool
pre_filter_message
(
const
message
&
m
)
const
= 0;
27
};
28
}
29
}
xtd::forms::imessage_filter
Defines a message filter interface.
Definition:
imessage_filter.h:20
xtd::forms::imessage_filter::pre_filter_message
virtual bool pre_filter_message(const message &m) const =0
Filters out a message before it is dispatched.
xtd::forms::message
Implements a Windows message.
Definition:
message.h:25
interface_
#define interface_
This keyword is use to represent an interface.
Definition:
interface.h:55
xtd::forms::keys::m
@ m
The M key.
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.