Engauge Digitizer  2
GraphicsPointAbstractBase.h
1 #ifndef GRAPHICS_POINT_ABSTRACT_BASE_H
2 #define GRAPHICS_POINT_ABSTRACT_BASE_H
3 
4 class GraphicsLine;
5 class LineStyle;
6 
13 {
14 public:
17  virtual ~GraphicsPointAbstractBase();
18 };
19 
20 #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:13