itom  4.1.0
ito::ShapePrivate Class Reference

Public Attributes

unsigned int m_type
 
QPolygonF m_polygon
 
QTransform m_transform
 
int m_index
 
QString m_name
 
ito::float64 m_userData [2]
 
bool m_unclosed
 
QColor m_color
 

Member Data Documentation

QColor ito::ShapePrivate::m_color

color of shape, if the color is invalid (default), the standard shape color of plots is used for visualization

int ito::ShapePrivate::m_index

index of shape, -1: no specific index

QString ito::ShapePrivate::m_name

name (label) of shape

unsigned int ito::ShapePrivate::m_type

multipoint: like polygons, multiple points point: one point line: start pt, end pt rectangle, square: top left, bottom right points circle, ellipse: top left, bottom right points of bounding box polygon: polygons

bool ito::ShapePrivate::m_unclosed

true if this shape is currently created and hence unclosed, e.g. an open polygon which is closed after the final corner point (default: true)

ito::float64 ito::ShapePrivate::m_userData[2]

two user defined value for further meta information


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