Gocator Development Kit
 All Classes Files Functions Variables Typedefs Friends Modules Pages
GdkGraphicPosition.h
Go to the documentation of this file.
1 /**
2 * @file GdkGraphicPosition.h
3 * @brief Declares the GdkGraphicPosition class.
4 *
5 * @internal
6 * Copyright (C) 2018-2022 by LMI Technologies Inc. All rights reserved.
7 */
8 #ifndef GDK_GRAPHIC_POSITION_H
9 #define GDK_GRAPHIC_POSITION_H
10 
11 #include <Gdk/GdkDef.h>
12 
13 /**
14 * @class GdkGraphicPosition
15 * @extends kObject
16 * @ingroup Gdk-Data
17 * @brief Represents a label.
18 */
20 
21 /**
22 * Constructs a position object.
23 *
24 * @public @memberof GdkGraphicPosition
25 * @param object Destination for the constructed object handle.
26 * @param allocator Memory allocator (or kNULL for default).
27 * @return Operation status.
28 */
30 
31 /**
32 * Sets the type of a position
33 *
34 * @public @memberof GdkGraphicPosition
35 * @param object GdkGraphicPosition object.
36 * @param type Position type:
37 * @return Operation status.
38 */
40 
41 /**
42 * Sets the to the position of the label
43 *
44 * @public @memberof GdkGraphicPosition
45 * @param object GdkGraphicPosition object.
46 * @param position Pointer to position of label in space coordinates
47 * @return Operation status.
48 */
50 
51 #include <Gdk/Data/GdkGraphicPosition.x.h>
52 
53 #endif
Essential Gdk declarations.
kStatus GdkGraphicPosition_Construct(GdkGraphicPosition *object, kObject allocator)
Constructs a position object.
kStatus GdkGraphicPosition_SetPosition(GdkGraphicPosition object, const kPoint3d64f *position)
Sets the to the position of the label.
Represents type of GDK Graphic Position.
kStatus GdkGraphicPosition_SetType(GdkGraphicPosition object, GdkGraphicPositionType type)
Sets the type of a position.
Represents a label.