Inkscape
Vector Graphics Editor
Loading...
Searching...
No Matches
sp-marker-loc.h
Go to the documentation of this file.
1
// SPDX-License-Identifier: GPL-2.0-or-later
/*
5
* Authors: see git history
6
*
7
* Copyright (C) 2018 Authors
8
* Released under GNU GPL v2+, read the file
'COPYING'
for
more information.
9
*/
10
#ifndef SEEN_SP_MARKER_LOC_H
11
#define SEEN_SP_MARKER_LOC_H
12
20
enum
SPMarkerLoc
{
21
SP_MARKER_LOC
= 0,
22
SP_MARKER_LOC_START
= 1,
23
SP_MARKER_LOC_MID
= 2,
24
SP_MARKER_LOC_END
= 3,
25
SP_MARKER_LOC_QTY
= 4
26
};
27
28
#endif
/* !SEEN_SP_MARKER_LOC_H */
29
30
/*
31
Local Variables:
32
mode:c++
33
c-file-style:"stroustrup"
34
c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
35
indent-tabs-mode:nil
36
fill-column:99
37
End:
38
*/
39
// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4 :
SPMarkerLoc
SPMarkerLoc
These enums are to allow us to have 4-element arrays that represent a set of marker locations (all,...
Definition
sp-marker-loc.h:20
SP_MARKER_LOC_START
@ SP_MARKER_LOC_START
Definition
sp-marker-loc.h:22
SP_MARKER_LOC_QTY
@ SP_MARKER_LOC_QTY
Definition
sp-marker-loc.h:25
SP_MARKER_LOC_END
@ SP_MARKER_LOC_END
Definition
sp-marker-loc.h:24
SP_MARKER_LOC_MID
@ SP_MARKER_LOC_MID
Definition
sp-marker-loc.h:23
SP_MARKER_LOC
@ SP_MARKER_LOC
Definition
sp-marker-loc.h:21
src
object
sp-marker-loc.h
Generated on Sun Jul 20 2025 04:02:02 for Inkscape by
1.9.8