Engauge Digitizer
2
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Graphics
GraphicsItemType.h
Go to the documentation of this file.
1
/******************************************************************************************************
2
* (C) 2014 markummitchell@github.com. This file is part of Engauge Digitizer, which is released *
3
* under GNU General Public License version 2 (GPLv2) or (at your option) any later version. See file *
4
* LICENSE or go to gnu.org/licenses for details. Distribution requires prior written permission. *
5
******************************************************************************************************/
6
7
#ifndef GRAPHICS_ITEM_TYPE_H
8
#define GRAPHICS_ITEM_TYPE_H
9
11
enum
GraphicsItemType
{
12
GRAPHICS_ITEM_TYPE_IMAGE
,
13
GRAPHICS_ITEM_TYPE_LINE
,
14
GRAPHICS_ITEM_TYPE_POINT
,
15
GRAPHICS_ITEM_TYPE_SCALE_BAR
,
16
GRAPHICS_ITEM_TYPE_SEGMENT
17
};
18
19
#endif // GRAPHICS_ITEM_TYPE_H
GRAPHICS_ITEM_TYPE_LINE
Definition:
GraphicsItemType.h:13
GRAPHICS_ITEM_TYPE_SCALE_BAR
Definition:
GraphicsItemType.h:15
GraphicsItemType
GraphicsItemType
Runtime type identification (RTTI) for QGraphicsItem objects.
Definition:
GraphicsItemType.h:11
GRAPHICS_ITEM_TYPE_POINT
Definition:
GraphicsItemType.h:14
GRAPHICS_ITEM_TYPE_SEGMENT
Definition:
GraphicsItemType.h:16
GRAPHICS_ITEM_TYPE_IMAGE
Definition:
GraphicsItemType.h:12
Generated on Thu Dec 19 2019 13:20:12 for Engauge Digitizer by
1.8.5