JunkBox_Win_Lib 1.5.3
|
#include <ContrastDLG.h>
Public Types | |
enum | { IDD = IDD_CNTDLG } |
Public Member Functions | |
CContrastDLG (CExView *pview, BOOL rndr=TRUE, CWnd *pParent=NULL) | |
virtual BOOL | OnInitDialog () |
Public Attributes | |
CExView * | pView |
BOOL | render |
int | vMin |
int | vMax |
int | oMin |
int | oMax |
int | cMin |
int | cMax |
int | base |
CEdit * | cMaxEBox |
CEdit * | cMinEBox |
CSliderCtrl * | cMaxSldr |
CSliderCtrl * | cMinSldr |
Protected Member Functions | |
virtual void | DoDataExchange (CDataExchange *pDX) |
afx_msg void | OnChangeCntCntMin () |
afx_msg void | OnChangeCntCntMax () |
virtual void | OnOK () |
afx_msg void | OnHScroll (UINT nSBCode, UINT nPos, CScrollBar *pScrollBar) |
virtual void | OnCancel () |
Definition at line 29 of file ContrastDLG.h.
Definition at line 29 of file ContrastDLG.cpp.
References CContrastDLG::base, CExDocument::base, CContrastDLG::cMax, CExView::cMax, CContrastDLG::cMin, CExView::cMin, CContrastDLG::oMax, CContrastDLG::oMin, CExView::pDoc, CContrastDLG::pView, CContrastDLG::render, CContrastDLG::vMax, CExView::vMax, CContrastDLG::vMin, and CExView::vMin.
|
protectedvirtual |
Definition at line 47 of file ContrastDLG.cpp.
|
protectedvirtual |
Definition at line 206 of file ContrastDLG.cpp.
References CExView::cMax, CExView::cMin, CExView::ExecRender(), CContrastDLG::oMax, CContrastDLG::oMin, CExView::prevSBpos, CContrastDLG::pView, CContrastDLG::render, and CExView::SetNewSurface().
|
protected |
Definition at line 129 of file ContrastDLG.cpp.
References CContrastDLG::base, CContrastDLG::cMax, CExView::cMax, CContrastDLG::cMaxEBox, CContrastDLG::cMaxSldr, CContrastDLG::cMin, CExView::ExecRender(), CExView::prevSBpos, CContrastDLG::pView, CContrastDLG::render, CExView::SetNewSurface(), CContrastDLG::vMax, and CContrastDLG::vMin.
|
protected |
Definition at line 97 of file ContrastDLG.cpp.
References CContrastDLG::base, CContrastDLG::cMax, CContrastDLG::cMin, CExView::cMin, CContrastDLG::cMinEBox, CContrastDLG::cMinSldr, CExView::ExecRender(), CExView::prevSBpos, CContrastDLG::pView, CContrastDLG::render, CExView::SetNewSurface(), CContrastDLG::vMax, and CContrastDLG::vMin.
|
protected |
Definition at line 161 of file ContrastDLG.cpp.
References CContrastDLG::base, CContrastDLG::cMax, CExView::cMax, CContrastDLG::cMaxEBox, CContrastDLG::cMaxSldr, CContrastDLG::cMin, CExView::cMin, CContrastDLG::cMinEBox, CContrastDLG::cMinSldr, and CContrastDLG::pView.
|
virtual |
Definition at line 70 of file ContrastDLG.cpp.
References IDC_CNT_CNTMAX, IDC_CNT_CNTMIN, IDC_CNT_SLIDER_CNTMAX, and IDC_CNT_SLIDER_CNTMIN.
|
protectedvirtual |
Definition at line 192 of file ContrastDLG.cpp.
References CExView::ExecRender(), CExView::prevSBpos, CContrastDLG::pView, CContrastDLG::render, and CExView::SetNewSurface().
int base |
Definition at line 38 of file ContrastDLG.h.
Referenced by CContrastDLG::CContrastDLG(), CContrastDLG::OnChangeCntCntMax(), CContrastDLG::OnChangeCntCntMin(), and CContrastDLG::OnHScroll().
int cMax |
Definition at line 37 of file ContrastDLG.h.
Referenced by CContrastDLG::CContrastDLG(), CContrastDLG::OnChangeCntCntMax(), CContrastDLG::OnChangeCntCntMin(), and CContrastDLG::OnHScroll().
CEdit* cMaxEBox |
Definition at line 40 of file ContrastDLG.h.
Referenced by CContrastDLG::OnChangeCntCntMax(), and CContrastDLG::OnHScroll().
CSliderCtrl* cMaxSldr |
Definition at line 43 of file ContrastDLG.h.
Referenced by CContrastDLG::OnChangeCntCntMax(), and CContrastDLG::OnHScroll().
int cMin |
Definition at line 37 of file ContrastDLG.h.
Referenced by CContrastDLG::CContrastDLG(), CContrastDLG::OnChangeCntCntMax(), CContrastDLG::OnChangeCntCntMin(), and CContrastDLG::OnHScroll().
CEdit* cMinEBox |
Definition at line 41 of file ContrastDLG.h.
Referenced by CContrastDLG::OnChangeCntCntMin(), and CContrastDLG::OnHScroll().
CSliderCtrl* cMinSldr |
Definition at line 44 of file ContrastDLG.h.
Referenced by CContrastDLG::OnChangeCntCntMin(), and CContrastDLG::OnHScroll().
int oMax |
Definition at line 36 of file ContrastDLG.h.
Referenced by CContrastDLG::CContrastDLG(), and CContrastDLG::OnCancel().
int oMin |
Definition at line 36 of file ContrastDLG.h.
Referenced by CContrastDLG::CContrastDLG(), and CContrastDLG::OnCancel().
CExView* pView |
Definition at line 32 of file ContrastDLG.h.
Referenced by CContrastDLG::CContrastDLG(), CContrastDLG::OnCancel(), CContrastDLG::OnChangeCntCntMax(), CContrastDLG::OnChangeCntCntMin(), CContrastDLG::OnHScroll(), and CContrastDLG::OnOK().
BOOL render |
Definition at line 33 of file ContrastDLG.h.
Referenced by CContrastDLG::CContrastDLG(), CContrastDLG::OnCancel(), CContrastDLG::OnChangeCntCntMax(), CContrastDLG::OnChangeCntCntMin(), and CContrastDLG::OnOK().
int vMax |
Definition at line 35 of file ContrastDLG.h.
Referenced by CContrastDLG::CContrastDLG(), CContrastDLG::OnChangeCntCntMax(), and CContrastDLG::OnChangeCntCntMin().
int vMin |
Definition at line 35 of file ContrastDLG.h.
Referenced by CContrastDLG::CContrastDLG(), CContrastDLG::OnChangeCntCntMax(), and CContrastDLG::OnChangeCntCntMin().