|
GME
13
|
#include <GmePrintDialog.h>

Public Types | |
| enum | { IDD = IDD_PRINT_DIALOG } |
Public Member Functions | |
| CGmePrintDialog (CGMEView *view, CGuiMetaModel *guiMeta, BOOL bPrintSetupOnly, DWORD dwFlags=0, CWnd *pParentWnd=NULL) | |
| bool | IsPortrait () |
| bool | IsAllAspect () |
| bool | IsCurAspect () |
| bool | IsSelAspect () |
| bool | IsSelectedAspect (CString aspect) |
| int | NumOfSelAspects () |
| bool | HasHeader () |
| bool | IsAutorotate () |
| bool | IsFitOnePage () |
| int | NumOfPages () |
Public Attributes | |
| CPreviewBtn | m_demo |
| CStatic | m_scaletxt |
| CButton | m_aspSelBtn |
| CButton | m_aspDeselBtn |
| CButton | m_landBtn |
| CButton | m_portBtn |
| CButton | m_curraspBtn |
| CButton | m_allaspBtn |
| CButton | m_selaspBtn |
| CButton | m_noheaderBtn |
| CSliderCtrl | m_scaleslider |
| CListBox | m_asplist |
| BOOL | m_noheader |
| BOOL | m_1page |
| BOOL | m_autorotate |
| int | m_scale |
Protected Member Functions | |
| virtual void | DoDataExchange (CDataExchange *pDX) |
| virtual BOOL | OnCommand (WPARAM wParam, LPARAM lParam) |
| BOOL | OnInitDialog () |
| afx_msg void | OnBtndeselect () |
| afx_msg void | OnBtnselect () |
| afx_msg void | OnXlandscape () |
| afx_msg void | OnXportrait () |
| afx_msg void | OnChknoheader () |
| afx_msg void | OnFitto1page () |
| afx_msg void | OnAutorotate () |
| afx_msg void | OnSelasp1057 () |
| afx_msg void | OnAllasp1058 () |
| afx_msg void | OnCurasp1056 () |
| afx_msg void | OnReverse () |
| afx_msg void | OnHScroll (UINT nSBCode, UINT nPos, CScrollBar *pScrollBar) |
| virtual void | OnOK () |
Definition at line 21 of file GmePrintDialog.h.
| anonymous enum |
Definition at line 31 of file GmePrintDialog.h.
| CGmePrintDialog::CGmePrintDialog | ( | CGMEView * | view, |
| CGuiMetaModel * | guiMeta, | ||
| BOOL | bPrintSetupOnly, | ||
| DWORD | dwFlags = 0, |
||
| CWnd * | pParentWnd = NULL |
||
| ) |
Definition at line 22 of file GmePrintDialog.cpp.
| void CGmePrintDialog::DoDataExchange | ( | CDataExchange * | pDX | ) | [protected, virtual] |
Definition at line 38 of file GmePrintDialog.cpp.
| bool CGmePrintDialog::HasHeader | ( | ) | [inline] |
Definition at line 62 of file GmePrintDialog.h.
| bool CGmePrintDialog::IsAllAspect | ( | ) | [inline] |
Definition at line 51 of file GmePrintDialog.h.
| bool CGmePrintDialog::IsAutorotate | ( | ) | [inline] |
Definition at line 63 of file GmePrintDialog.h.
| bool CGmePrintDialog::IsCurAspect | ( | ) | [inline] |
Definition at line 52 of file GmePrintDialog.h.
| bool CGmePrintDialog::IsFitOnePage | ( | ) | [inline] |
Definition at line 64 of file GmePrintDialog.h.
| bool CGmePrintDialog::IsPortrait | ( | ) | [inline] |
Definition at line 50 of file GmePrintDialog.h.
| bool CGmePrintDialog::IsSelAspect | ( | ) | [inline] |
Definition at line 53 of file GmePrintDialog.h.
| bool CGmePrintDialog::IsSelectedAspect | ( | CString | aspect | ) |
Definition at line 446 of file GmePrintDialog.cpp.
| int CGmePrintDialog::NumOfPages | ( | ) | [inline] |
Definition at line 65 of file GmePrintDialog.h.
| int CGmePrintDialog::NumOfSelAspects | ( | ) | [inline] |
Definition at line 55 of file GmePrintDialog.h.
| void CGmePrintDialog::OnAllasp1058 | ( | ) | [protected] |
Definition at line 398 of file GmePrintDialog.cpp.
| void CGmePrintDialog::OnAutorotate | ( | ) | [protected] |
Definition at line 357 of file GmePrintDialog.cpp.
| void CGmePrintDialog::OnBtndeselect | ( | ) | [protected] |
Definition at line 110 of file GmePrintDialog.cpp.
| void CGmePrintDialog::OnBtnselect | ( | ) | [protected] |
Definition at line 115 of file GmePrintDialog.cpp.
| void CGmePrintDialog::OnChknoheader | ( | ) | [protected] |
Definition at line 316 of file GmePrintDialog.cpp.
| BOOL CGmePrintDialog::OnCommand | ( | WPARAM | wParam, |
| LPARAM | lParam | ||
| ) | [protected, virtual] |
Definition at line 481 of file GmePrintDialog.cpp.
| void CGmePrintDialog::OnCurasp1056 | ( | ) | [protected] |
Definition at line 412 of file GmePrintDialog.cpp.
| void CGmePrintDialog::OnFitto1page | ( | ) | [protected] |
Definition at line 330 of file GmePrintDialog.cpp.
| void CGmePrintDialog::OnHScroll | ( | UINT | nSBCode, |
| UINT | nPos, | ||
| CScrollBar * | pScrollBar | ||
| ) | [protected] |
Definition at line 427 of file GmePrintDialog.cpp.
| BOOL CGmePrintDialog::OnInitDialog | ( | ) | [protected] |
Definition at line 80 of file GmePrintDialog.cpp.
| void CGmePrintDialog::OnOK | ( | ) | [protected, virtual] |
Definition at line 455 of file GmePrintDialog.cpp.
| void CGmePrintDialog::OnReverse | ( | ) | [protected] |
Definition at line 120 of file GmePrintDialog.cpp.
| void CGmePrintDialog::OnSelasp1057 | ( | ) | [protected] |
Definition at line 384 of file GmePrintDialog.cpp.
| void CGmePrintDialog::OnXlandscape | ( | ) | [protected] |
Definition at line 126 of file GmePrintDialog.cpp.
| void CGmePrintDialog::OnXportrait | ( | ) | [protected] |
Definition at line 144 of file GmePrintDialog.cpp.
Definition at line 45 of file GmePrintDialog.h.
| CButton CGmePrintDialog::m_allaspBtn |
Definition at line 39 of file GmePrintDialog.h.
| CButton CGmePrintDialog::m_aspDeselBtn |
Definition at line 35 of file GmePrintDialog.h.
| CListBox CGmePrintDialog::m_asplist |
Definition at line 43 of file GmePrintDialog.h.
| CButton CGmePrintDialog::m_aspSelBtn |
Definition at line 34 of file GmePrintDialog.h.
Definition at line 46 of file GmePrintDialog.h.
| CButton CGmePrintDialog::m_curraspBtn |
Definition at line 38 of file GmePrintDialog.h.
Definition at line 32 of file GmePrintDialog.h.
| CButton CGmePrintDialog::m_landBtn |
Definition at line 36 of file GmePrintDialog.h.
Definition at line 44 of file GmePrintDialog.h.
| CButton CGmePrintDialog::m_noheaderBtn |
Definition at line 41 of file GmePrintDialog.h.
| CButton CGmePrintDialog::m_portBtn |
Definition at line 37 of file GmePrintDialog.h.
Definition at line 47 of file GmePrintDialog.h.
| CSliderCtrl CGmePrintDialog::m_scaleslider |
Definition at line 42 of file GmePrintDialog.h.
| CStatic CGmePrintDialog::m_scaletxt |
Definition at line 33 of file GmePrintDialog.h.
| CButton CGmePrintDialog::m_selaspBtn |
Definition at line 40 of file GmePrintDialog.h.
1.7.6.1