Blender
V4.3
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
10
#pragma once
11
12
#include "
GHOST_IEvent.hh
"
13
22
class
GHOST_IEventConsumer
{
23
public
:
27
virtual
~GHOST_IEventConsumer
() {}
28
35
virtual
bool
processEvent
(
const
GHOST_IEvent
*event) = 0;
36
37
#ifdef WITH_CXX_GUARDEDALLOC
38
MEM_CXX_CLASS_ALLOC_FUNCS(
"GHOST:GHOST_IEventConsumer"
)
39
#endif
40
};
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()
Definition
GHOST_IEventConsumer.hh:27
GHOST_IEvent
Definition
GHOST_IEvent.hh:27
Generated on Thu Feb 6 2025 07:36:39 for Blender by
doxygen
1.11.0