59 void setEndX(
int endX) {this->endX = endX;};
65 void setEndY(
int endY) {this->endY = endY;};
70 void renderOnGl(QGLWidget &widget,QRectF &source,QRectF &target);
71 void draw(QPainter* painter, QRectF &source, QRectF &target);
void draw(QPainter *painter, QRectF &source, QRectF &target)
LineItem(int posX, int posY, int groupNr, const QColor &color, int endX, int endY)
void renderOnGl(QGLWidget &widget, QRectF &source, QRectF &target)