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