#include <FormSchemaView.hxx>
Definition at line 25 of file FormSchemaView.hxx.
FormSchemaView::FormSchemaView |
( |
QWidget * |
parent = 0 | ) |
|
Definition at line 29 of file FormSchemaView.cxx.
33 vboxLayout->removeWidget(gv_schema);
36 gv_schema->setObjectName(QString::fromUtf8(
"gv_schema"));
37 vboxLayout->insertWidget(0, gv_schema);
40 dial->setWrapping(
true);
41 dial->setRange(0, 359);
45 hs_position->setRange(0, 999);
46 hs_position->setValue(500);
49 vs_position->setRange(0, 999);
50 vs_position->setValue(500);
53 vs_zoom->setRange(-100, 100);
FormSchemaView::~FormSchemaView |
( |
| ) |
|
|
virtual |
void FormSchemaView::on_dial_valueChanged |
( |
int |
val | ) |
|
|
slot |
void FormSchemaView::on_hs_position_valueChanged |
( |
int |
val | ) |
|
|
slot |
void FormSchemaView::on_vs_position_valueChanged |
( |
int |
val | ) |
|
|
slot |
void FormSchemaView::on_vs_zoom_valueChanged |
( |
int |
val | ) |
|
|
slot |
Definition at line 86 of file FormSchemaView.cxx.
References DEBTRACE.
88 DEBTRACE(
"FormSchemaView::on_vs_zoom_valueChanged " << val);
91 if (delta>=0) s=delta/25.0;
94 gv_schema->scale(s, s);
int FormSchemaView::_prevHsPos |
|
protected |
int FormSchemaView::_prevRotate |
|
protected |
int FormSchemaView::_prevVsPos |
|
protected |
int FormSchemaView::_prevZoom |
|
protected |
The documentation for this class was generated from the following files: