#include <FormRechtsView.h>
Public Types | |
| enum | { IDD = ID_FORMULAR } |
Public Member Functions | |
| Cvisbsp_mfcDoc * | GetDocument () const |
| void | synchWithDoc () |
| Method for synchronisation between the control-elements and the MFC-Doc-Class. | |
| afx_msg void | OnHScroll (UINT nSBCode, UINT nPos, CScrollBar *pScrollBar) |
| afx_msg void | OnBnClickedViewdir () |
| afx_msg void | OnBnClickedRadFarb () |
| Event-Method for the color-mapping of the arrows. | |
| afx_msg void | OnBnClickedRadPfeile () |
| Event-Method for choosing between standardised arrows and arrows scaled by velocity. | |
| afx_msg void | OnBnClickedChkShowArrows () |
| Event-Method for activate the arraw-plot. | |
| afx_msg void | OnBnClickedChkDipsArrows () |
Public Attributes | |
| int | nZoom |
| CSliderCtrl | sldZoom |
| Control-Variable for Zoom-Slider. | |
| CSliderCtrl | sldPfDichte |
| Control-Variable for Arrow-Distance-Slider. | |
| CSliderCtrl | sldPfGroesse |
| Control-Variable for Arrow-Size-Slider. | |
| int | n_pfDichte |
| Value-Variable for the Arrow-Distance-Slider. | |
| int | n_pfGroesse |
| Value-Variable for Arrow-Size-Slider. | |
| int | nPfType |
| Value-Variable for choosing between standardised arrows and arrows scaled by velocity. | |
| int | nFarbCod |
| Value-Variable for color-mapping of the arrows. | |
| BOOL | m_bShowArrows |
| Value-Variable for activate the arrow-plot. | |
| BOOL | m_bPfeileDarst |
Protected Member Functions | |
| CFormRechtsView () | |
| virtual | ~CFormRechtsView () |
| virtual void | DoDataExchange (CDataExchange *pDX) |
| virtual void | OnUpdate (CView *, LPARAM, CObject *) |
| CFormRechtsView::CFormRechtsView | ( | ) | [protected] |
| CFormRechtsView::~CFormRechtsView | ( | ) | [protected, virtual] |
| Cvisbsp_mfcDoc * CFormRechtsView::GetDocument | ( | ) | const [inline] |
| void CFormRechtsView::DoDataExchange | ( | CDataExchange * | pDX | ) | [protected, virtual] |
| void CFormRechtsView::synchWithDoc | ( | ) |
Method for synchronisation between the control-elements and the MFC-Doc-Class.
| void CFormRechtsView::OnUpdate | ( | CView * | , | |
| LPARAM | , | |||
| CObject * | ||||
| ) | [protected, virtual] |
| void CFormRechtsView::OnHScroll | ( | UINT | nSBCode, | |
| UINT | nPos, | |||
| CScrollBar * | pScrollBar | |||
| ) |
| afx_msg void CFormRechtsView::OnBnClickedViewdir | ( | ) |
| void CFormRechtsView::OnBnClickedRadFarb | ( | ) |
Event-Method for the color-mapping of the arrows.
| void CFormRechtsView::OnBnClickedRadPfeile | ( | ) |
Event-Method for choosing between standardised arrows and arrows scaled by velocity.
| void CFormRechtsView::OnBnClickedChkShowArrows | ( | ) |
Event-Method for activate the arraw-plot.
| void CFormRechtsView::OnBnClickedChkDipsArrows | ( | ) |
| CSliderCtrl CFormRechtsView::sldZoom |
Control-Variable for Zoom-Slider.
| CSliderCtrl CFormRechtsView::sldPfDichte |
Control-Variable for Arrow-Distance-Slider.
| CSliderCtrl CFormRechtsView::sldPfGroesse |
Control-Variable for Arrow-Size-Slider.
Value-Variable for the Arrow-Distance-Slider.
Value-Variable for Arrow-Size-Slider.
Value-Variable for choosing between standardised arrows and arrows scaled by velocity.
Value-Variable for color-mapping of the arrows.
Value-Variable for activate the arrow-plot.
1.5.1-p1