Engauge Digitizer 2
Loading...
Searching...
No Matches
Public Member Functions | List of all members
GraphicsPointAbstractBase Class Reference

Base class for adding identifiers to graphics items that represent Points. More...

#include <GraphicsPointAbstractBase.h>

Inheritance diagram for GraphicsPointAbstractBase:
Inheritance graph
Collaboration diagram for GraphicsPointAbstractBase:
Collaboration graph

Public Member Functions

 GraphicsPointAbstractBase ()
 Single constructor.
 
virtual ~GraphicsPointAbstractBase ()
 

Detailed Description

Base class for adding identifiers to graphics items that represent Points.

Identifiers are needed to distinguish which nodes are selected from those that are not selected. Each identifier is stored as a data item in QGraphicsItem.

This abstract base class no longer does anything.

Definition at line 18 of file GraphicsPointAbstractBase.h.

Constructor & Destructor Documentation

◆ GraphicsPointAbstractBase()

GraphicsPointAbstractBase::GraphicsPointAbstractBase ( )

Single constructor.

Definition at line 10 of file GraphicsPointAbstractBase.cpp.

11{
12}

◆ ~GraphicsPointAbstractBase()

GraphicsPointAbstractBase::~GraphicsPointAbstractBase ( )
virtual

Definition at line 14 of file GraphicsPointAbstractBase.cpp.

15{
16}

The documentation for this class was generated from the following files: