#include </home/clem/local/src/opie/core/settings/light-and-power/calibration.h>
Public Slots | |
| void | setScale (const QSize &s) |
| void | setLineSteps (int step) |
| void | setInterval (int iv) |
| void | setStartPoint (const QPoint &p) |
| void | setEndPoint (const QPoint &p) |
Signals | |
| void | startPointChanged (const QPoint &) |
| void | endPointChanged (const QPoint &) |
Public Member Functions | |
| Calibration (QWidget *parent=0, const char *name=0, WFlags fl=0) | |
| virtual | ~Calibration () |
| QSize | scale () const |
| int | lineSteps () const |
| int | interval () const |
| QPoint | startPoint () const |
| QPoint | endPoint () const |
Protected Member Functions | |
| virtual void | paintEvent (QPaintEvent *) |
| virtual void | mousePressEvent (QMouseEvent *) |
| virtual void | mouseMoveEvent (QMouseEvent *) |
| virtual void | mouseReleaseEvent (QMouseEvent *) |
| void | checkPoints () |
Private Attributes | |
| QSize | m_scale |
| QPoint | m_p [2] |
| int | m_dragged |
| int | m_steps |
| int | m_interval |
|
||||||||||||||||
|
Definition at line 35 of file calibration.cpp. References m_dragged, m_interval, m_p, m_scale, and m_steps. |
|
|
Definition at line 49 of file calibration.cpp. |
|
|
Definition at line 121 of file calibration.cpp. References height, m_p, m_scale, width, Opie::MM::x, and Opie::MM::y. Referenced by setEndPoint(), setScale(), and setStartPoint(). |
|
|
Definition at line 116 of file calibration.cpp. References height, m_p, m_scale, Opie::MM::x, and Opie::MM::y. Referenced by mouseMoveEvent(). |
|
|
Referenced by mouseMoveEvent(). |
|
|
Definition at line 92 of file calibration.cpp. References m_interval. |
|
|
Definition at line 78 of file calibration.cpp. References m_steps. |
|
|
Definition at line 186 of file calibration.cpp. References around(), BRD, endPoint(), endPointChanged(), height, i, m_dragged, m_p, m_scale, SCALEX, SCALEY, startPoint(), startPointChanged(), width, Opie::MM::x, and Opie::MM::y. |
|
|
Definition at line 155 of file calibration.cpp. References around(), BRD, i, m_dragged, m_p, SCALEX, SCALEY, Opie::MM::x, and Opie::MM::y. |
|
|
Definition at line 246 of file calibration.cpp. References around(), m_dragged, m_p, SCALEX, SCALEY, Opie::MM::x, and Opie::MM::y. |
|
|
Definition at line 261 of file calibration.cpp. References around(), bitBlt(), BRD, drawText(), end, fillRect(), g, height, i, m_dragged, m_p, m_scale, m_steps, p, pix, SCALEX, SCALEY, size, text, tr, width, Opie::MM::x, and Opie::MM::y. |
|
|
Definition at line 64 of file calibration.cpp. References m_scale. |
|
|
Definition at line 109 of file calibration.cpp. References checkPoints(), height, m_p, m_scale, Opie::MM::x, and Opie::MM::y. |
|
|
Definition at line 83 of file calibration.cpp. References m_interval. |
|
|
Definition at line 69 of file calibration.cpp. References m_steps. |
|
|
Definition at line 53 of file calibration.cpp. References checkPoints(), height, m_scale, and width. |
|
|
Definition at line 97 of file calibration.cpp. References checkPoints(), height, m_p, m_scale, Opie::MM::x, and Opie::MM::y. |
|
|
Definition at line 104 of file calibration.cpp. References height, m_p, m_scale, Opie::MM::x, and Opie::MM::y. Referenced by mouseMoveEvent(). |
|
|
Referenced by mouseMoveEvent(). |
|
|
Definition at line 68 of file calibration.h. Referenced by Calibration(), mouseMoveEvent(), mousePressEvent(), mouseReleaseEvent(), and paintEvent(). |
|
|
Definition at line 70 of file calibration.h. Referenced by Calibration(), interval(), and setInterval(). |
|
|
Definition at line 67 of file calibration.h. Referenced by Calibration(), checkPoints(), endPoint(), mouseMoveEvent(), mousePressEvent(), mouseReleaseEvent(), paintEvent(), setEndPoint(), setStartPoint(), and startPoint(). |
|
|
Definition at line 66 of file calibration.h. Referenced by Calibration(), checkPoints(), endPoint(), mouseMoveEvent(), paintEvent(), scale(), setEndPoint(), setScale(), setStartPoint(), and startPoint(). |
|
|
Definition at line 69 of file calibration.h. Referenced by Calibration(), lineSteps(), paintEvent(), and setLineSteps(). |
1.4.2