Blender
V3.3
intern
ghost
GHOST_IEventConsumer.h
Go to the documentation of this file.
1
/* SPDX-License-Identifier: GPL-2.0-or-later
2
* Copyright 2001-2002 NaN Holding BV. All rights reserved. */
3
9
#pragma once
10
11
#include "
GHOST_IEvent.h
"
12
21
class
GHOST_IEventConsumer
{
22
public
:
26
virtual
~GHOST_IEventConsumer
()
27
{
28
}
29
36
virtual
bool
processEvent
(
GHOST_IEvent
*event) = 0;
37
38
#ifdef WITH_CXX_GUARDEDALLOC
39
MEM_CXX_CLASS_ALLOC_FUNCS(
"GHOST:GHOST_IEventConsumer"
)
40
#endif
41
};
GHOST_IEvent.h
GHOST_IEventConsumer
Definition:
GHOST_IEventConsumer.h:21
GHOST_IEventConsumer::processEvent
virtual bool processEvent(GHOST_IEvent *event)=0
GHOST_IEventConsumer::~GHOST_IEventConsumer
virtual ~GHOST_IEventConsumer()
Definition:
GHOST_IEventConsumer.h:26
GHOST_IEvent
Definition:
GHOST_IEvent.h:26
Generated on Sat Jul 27 2024 14:57:55 for Blender by
doxygen
1.9.1