#include <widgetprofilevert.h>
Public Member Functions | |
| CWidgetProfileVert (QWidget *, CSailMould *, QString) | |
| void | updateLabel () |
Protected Slots | |
| virtual void | slotSliderVert () |
Protected Attributes | |
| CSailMould * | sailmould |
| QGroupBox * | grpVertical |
| QLabel * | lblVertical |
| QSlider * | sliderVertical |
| CLabelProfileVert * | lblDrawVert |
Definition at line 67 of file widgetprofilevert.h.
| CWidgetProfileVert::CWidgetProfileVert | ( | QWidget * | parent, | |
| CSailMould * | mouldptr, | |||
| QString | caption | |||
| ) |
The constructor.
| parent | the parent dialog | |
| mouldptr | pointer to the CSailMould | |
| caption | caption for the profile view (e.g. top,middle..) |
Definition at line 119 of file widgetprofilevert.cpp.
References grpVertical, lblDrawVert, lblVertical, sailmould, sliderVertical, slotSliderVert(), and CSailMould::vertpos.
| void CWidgetProfileVert::updateLabel | ( | ) | [inline] |
redraw the vertical repartion drawing
Definition at line 75 of file widgetprofilevert.h.
References lblDrawVert.
Referenced by CWidgetProfile::slotChanged().
| void CWidgetProfileVert::slotSliderVert | ( | ) | [protected, virtual, slot] |
Trigered when the user moves the vertical repartition slider.
Definition at line 168 of file widgetprofilevert.cpp.
References lblDrawVert, lblVertical, sailmould, sliderVertical, and CSailMould::vertpos.
Referenced by CWidgetProfileVert().
CSailMould* CWidgetProfileVert::sailmould [protected] |
the CSailMould
Definition at line 86 of file widgetprofilevert.h.
Referenced by CWidgetProfileVert(), and slotSliderVert().
QGroupBox* CWidgetProfileVert::grpVertical [protected] |
groupbox for vertical repartition
Definition at line 89 of file widgetprofilevert.h.
Referenced by CWidgetProfileVert().
QLabel* CWidgetProfileVert::lblVertical [protected] |
label for the vertical repartition
Definition at line 91 of file widgetprofilevert.h.
Referenced by CWidgetProfileVert(), and slotSliderVert().
QSlider* CWidgetProfileVert::sliderVertical [protected] |
slider for the vertical repartition
Definition at line 93 of file widgetprofilevert.h.
Referenced by CWidgetProfileVert(), and slotSliderVert().
CLabelProfileVert* CWidgetProfileVert::lblDrawVert [protected] |
the vertical repartition drawing area
Definition at line 95 of file widgetprofilevert.h.
Referenced by CWidgetProfileVert(), slotSliderVert(), and updateLabel().
1.5.6