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