Blender
V5.0
source
blender
editors
transform
transform_draw_cursors.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
8
9
#pragma once
10
11
#include "
BLI_math_vector_types.hh
"
12
13
struct
bContext
;
14
15
namespace
blender::ed::transform
{
16
17
/* Callbacks for #WM_paint_cursor_activate. */
18
23
bool
transform_draw_cursor_poll
(bContext *
C
);
28
void
transform_draw_cursor_draw
(bContext *
C
,
29
const
blender::int2
&
xy
,
30
const
blender::float2
&tilt,
31
void
*customdata);
32
33
}
// namespace blender::ed::transform
BLI_math_vector_types.hh
C
#define C
Definition
RandGen.cpp:29
blender::ed::transform
Definition
ED_gizmo_library.hh:19
blender::ed::transform::transform_draw_cursor_draw
void transform_draw_cursor_draw(bContext *C, const blender::int2 &xy, const blender::float2 &, void *customdata)
Definition
transform_draw_cursors.cc:83
blender::ed::transform::transform_draw_cursor_poll
bool transform_draw_cursor_poll(bContext *C)
Definition
transform_draw_cursors.cc:77
blender::int2
VecBase< int32_t, 2 > int2
Definition
BLI_math_vector_types.hh:601
blender::float2
VecBase< float, 2 > float2
Definition
BLI_math_vector_types.hh:618
bContext
Definition
blenkernel/intern/context.cc:63
xy
int xy[2]
Definition
wm_draw.cc:178
Generated on
for Blender by
doxygen
1.16.1