xtd 0.2.0
Loading...
Searching...
No Matches
imessage_filter.hpp
Go to the documentation of this file.
1
4#pragma once
5#include <xtd/interface>
6#include <cstdint>
7
9namespace xtd {
11 namespace forms {
25 public:
27
33 virtual bool pre_filter_message(const message& m) = 0;
35 };
36 }
37}
Defines a message filter interface.
Definition imessage_filter.hpp:24
virtual bool pre_filter_message(const message &m)=0
Filters out a message before it is dispatched.
Implements a Windows message.
Definition message.hpp:28
#define interface_
This keyword is use to represent an interface.
Definition interface.hpp:58
@ m
The M key.
The xtd::forms namespace contains classes for creating Windows-based applications that take full adva...
Definition xtd_about_box.hpp:12
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.hpp:10