This class consolidates utility routines that deal with graphics items that are getting extracted from the scene. More...
#include <GraphicsItemsExtractor.h>
Public Member Functions | |
| GraphicsItemsExtractor () | |
| Single constructor. | |
| bool | allSelectedItemsAreEitherAxisOrGraph (const QList< QGraphicsItem * > &items, AxisOrGraph axisOrGraph) const |
| Return true if all selected points are of the specified axis or graph type. | |
| QStringList | selectedPointIdentifiers (const QList< QGraphicsItem * > &items) const |
| Return list of selected point identifiers. | |
This class consolidates utility routines that deal with graphics items that are getting extracted from the scene.
Definition at line 20 of file GraphicsItemsExtractor.h.
1.8.5