Blender
V4.3
intern
ghost
intern
GHOST_EventString.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_Event.hh
"
13
17
class
GHOST_EventString
:
public
GHOST_Event
{
18
public
:
26
GHOST_EventString
(
uint64_t
msec,
27
GHOST_TEventType
type,
28
GHOST_IWindow
*window,
29
GHOST_TEventDataPtr
data_ptr)
30
:
GHOST_Event
(msec, type, window)
31
{
32
m_data
= data_ptr;
33
}
34
35
~GHOST_EventString
()
36
{
37
if
(
m_data
) {
38
free
((
void
*)
m_data
);
39
}
40
}
41
};
free
void BLI_kdtree_nd_ free(KDTree *tree)
Definition
kdtree_impl.h:109
GHOST_Event.hh
GHOST_TEventType
GHOST_TEventType
Definition
GHOST_Types.h:246
GHOST_TEventDataPtr
const void * GHOST_TEventDataPtr
Definition
GHOST_Types.h:554
GHOST_EventString
Definition
GHOST_EventString.hh:17
GHOST_EventString::GHOST_EventString
GHOST_EventString(uint64_t msec, GHOST_TEventType type, GHOST_IWindow *window, GHOST_TEventDataPtr data_ptr)
Definition
GHOST_EventString.hh:26
GHOST_EventString::~GHOST_EventString
~GHOST_EventString()
Definition
GHOST_EventString.hh:35
GHOST_Event
Definition
GHOST_Event.hh:17
GHOST_Event::m_data
GHOST_TEventDataPtr m_data
Definition
GHOST_Event.hh:75
GHOST_IWindow
Definition
GHOST_IWindow.hh:34
uint64_t
unsigned __int64 uint64_t
Definition
stdint.h:90
Generated on Thu Feb 6 2025 07:36:39 for Blender by
doxygen
1.11.0