Engauge Digitizer  2
GraphicsPointAbstractBase.h
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 
19 {
20 public:
23  virtual ~GraphicsPointAbstractBase();
24 };
25 
26 #endif // GRAPHICS_POINT_ABSTRACT_BASE_H
Base class for adding identifiers to graphics items that represent Points.
GraphicsPointAbstractBase()
Single constructor.
Details for a specific Line.
Definition: LineStyle.h:19