![]() |
Fréchet View
1.6.0
A Tool for Exploring Fréchet Distance Algorithms
|
#include <QLineEdit>
#include <QSlider>
#include <QDoubleValidator>
#include <QSettings>
#include <types.h>
#include <interval.h>
#include <k_frechet/kalgorithm.h>
#include "ui_controlpanel.h"
Go to the source code of this file.
Classes | |
class | frechet::view::ControlPanel |
Control Panel. More... | |
Namespaces | |
frechet | |
global definitions for all algorithms. | |
frechet::view | |
the visible parts of the Qt application: windows and widgets. | |
Functions | |
void | frechet::view::singleStep (QAbstractSlider *, double factor) |
perform a single step on a slider More... | |
void | frechet::view::pageStep (QAbstractSlider *, double factor) |
perform a page step on a slider More... | |