ReSCue - Retrieval System for Curves
Main Page   Class Hierarchy   Compound List   File List   Compound Members  

CurveCanvas Class Reference

The CurveCanvas class provides a Qt-widget with the functionality for drawing two polygonal curves, a red one and a blue one. More...

#include <CurveCanvas.h>

Inheritance diagram for CurveCanvas

[legend]
Collaboration diagram for CurveCanvas:
[legend]
List of all members.

Public Methods

 CurveCanvas ( QWidget *parent=0, const char *name=0 )
QSizePolicy sizePolicy () const

Public Slots

void setColor (int)
void del ()
void clear_curve ()
void next_reparametrization ()
void prev_reparametrization ()
void motion (const Motion&)
void match_now (double,double)
void open (const QString&)
void save (const QString&)
void setEps (double)
void setEps_prime (double)
void change_method (const QString&)

Protected Methods

void paintEvent ( QPaintEvent * )
void mouseReleaseEvent ( QMouseEvent * )

Detailed Description

The CurveCanvas class provides a Qt-widget with the functionality for drawing two polygonal curves, a red one and a blue one.

Different slots enable deletion of points, clearing a curve, reading and writing curves from and to a file, as well as matching the two curves. The paramters for matching can be set by slots.


The documentation for this class was generated from the following file:
ReSCue - Retrieval System for Curves
Universität Bonn, Institut für Informatik III, 2001