#include <widgetprofile.h>
Public Member Functions | |
| CLabelProfile (QWidget *, CProfile *) | |
Protected Member Functions | |
| void | paintEvent (QPaintEvent *) |
| void | resizeEvent (QResizeEvent *) |
Definition at line 39 of file widgetprofile.h.
| CLabelProfile::CLabelProfile | ( | QWidget * | parent, | |
| CProfile * | ptr | |||
| ) |
The constructor.
| parent | the parent dialog | |
| ptr | pointer to the CProfile |
Definition at line 44 of file widgetprofile.cpp.
| void CLabelProfile::paintEvent | ( | QPaintEvent * | ) | [protected] |
Display the CProfile in the drawing area.
Definition at line 56 of file widgetprofile.cpp.
References CRect3d::center(), CRect3d::height(), CRect3d::max, CRect3d::width(), CVector3d::x(), CVector3d::y(), and CProfile::z().
| void CLabelProfile::resizeEvent | ( | QResizeEvent * | ) | [protected] |
The draw area has been resized.
Definition at line 101 of file widgetprofile.cpp.
1.5.6