Engauge Digitizer
2
Graphics
GraphicsPointAbstractBase.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_POINT_ABSTRACT_BASE_H
8
#define GRAPHICS_POINT_ABSTRACT_BASE_H
9
10
class
GraphicsLine;
11
class
LineStyle
;
12
18
class
GraphicsPointAbstractBase
19
{
20
public
:
22
GraphicsPointAbstractBase
();
23
virtual
~GraphicsPointAbstractBase
();
24
};
25
26
#endif // GRAPHICS_POINT_ABSTRACT_BASE_H
GraphicsPointAbstractBase
Base class for adding identifiers to graphics items that represent Points.
Definition:
GraphicsPointAbstractBase.h:17
LineStyle
Details for a specific Line.
Definition:
LineStyle.h:18
GraphicsPointAbstractBase::GraphicsPointAbstractBase
GraphicsPointAbstractBase()
Single constructor.
Definition:
GraphicsPointAbstractBase.cpp:9
GraphicsPointAbstractBase::~GraphicsPointAbstractBase
virtual ~GraphicsPointAbstractBase()
Definition:
GraphicsPointAbstractBase.cpp:13
Generated on Sat Jan 4 2020 12:00:00 for Engauge Digitizer by
1.8.16