Blender
V5.0
intern
ghost
GHOST_IEventConsumer.hh
Go to the documentation of this file.
1
/* SPDX-FileCopyrightText: 2001-2002 NaN Holding BV. All rights reserved.
2
*
3
* SPDX-License-Identifier: GPL-2.0-or-later */
4
9
10
#pragma once
11
12
#include "
GHOST_IEvent.hh
"
13
22
class
GHOST_IEventConsumer
{
23
public
:
27
virtual
~GHOST_IEventConsumer
() =
default
;
28
35
virtual
bool
processEvent
(
const
GHOST_IEvent
*event) = 0;
36
37
MEM_CXX_CLASS_ALLOC_FUNCS(
"GHOST:GHOST_IEventConsumer"
)
38
};
GHOST_IEvent.hh
GHOST_IEventConsumer
Definition
GHOST_IEventConsumer.hh:22
GHOST_IEventConsumer::processEvent
virtual bool processEvent(const GHOST_IEvent *event)=0
GHOST_IEventConsumer::~GHOST_IEventConsumer
virtual ~GHOST_IEventConsumer()=default
GHOST_IEvent
Definition
GHOST_IEvent.hh:27
Generated on
for Blender by
doxygen
1.16.1