xtd
0.2.0
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 <xtd/interface>
6
#include <cstdint>
7
9
namespace
xtd
{
11
namespace
forms
{
24
class
imessage_filter
interface_
{
25
public
:
27
33
virtual
bool
pre_filter_message
(
const
message
&
m
) = 0;
35
};
36
}
37
}
xtd::forms::imessage_filter
Defines a message filter interface.
Definition
imessage_filter.h:24
xtd::forms::imessage_filter::pre_filter_message
virtual bool pre_filter_message(const message &m)=0
Filters out a message before it is dispatched.
xtd::forms::message
Implements a Windows message.
Definition
message.h:28
interface_
#define interface_
This keyword is use to represent an interface.
Definition
interface.h:58
xtd::forms::keys::m
@ m
The M key.
xtd::forms
The xtd::forms namespace contains classes for creating Windows-based applications that take full adva...
Definition
xtd_about_box.h:12
xtd
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition
xtd_about_box.h:10
Generated on Thu Oct 17 2024 16:03:00 for xtd by
Gammasoft
. All rights reserved.