#include <LargeImageViewerDlgBar.h>
Inheritance diagram for CLargeImageViewerDlgBar:
Public Types | |
IDD = IDD_DIALOG_BAR_LARGEIMAGEVIEWER | |
enum | { IDD = IDD_DIALOG_BAR_LARGEIMAGEVIEWER } |
Public Member Functions | |
CLargeImageViewerDlgBar () | |
Protected Member Functions | |
virtual void | DoDataExchange (CDataExchange *pDX) |
virtual BOOL | OnInitDialog () |
afx_msg void | OnPaint () |
afx_msg void | OnSize (UINT nType, int cx, int cy) |
afx_msg void | OnContextMenu (CWnd *pWnd, CPoint point) |
DECLARE_MESSAGE_MAP () | |
Private Attributes | |
CRect | rect |
Definition at line 27 of file LargeImageViewerDlgBar.h.
anonymous enum |
CLargeImageViewerDlgBar::CLargeImageViewerDlgBar | ( | ) |
Definition at line 17 of file LargeImageViewerDlgBar.cpp.
CLargeImageViewerDlgBar::DECLARE_MESSAGE_MAP | ( | ) | [protected] |
Reimplemented from CDynamicBarDlg.
void CLargeImageViewerDlgBar::DoDataExchange | ( | CDataExchange * | pDX | ) | [protected, virtual] |
Definition at line 25 of file LargeImageViewerDlgBar.cpp.
void CLargeImageViewerDlgBar::OnContextMenu | ( | CWnd * | pWnd, | |
CPoint | point | |||
) | [protected] |
Definition at line 65 of file LargeImageViewerDlgBar.cpp.
References DrawingPapers::largeImageViewer, and DebugDrawingManagerUI::showContextMenu().
BOOL CLargeImageViewerDlgBar::OnInitDialog | ( | ) | [protected, virtual] |
Reimplemented from CDynamicDialog.
Definition at line 42 of file LargeImageViewerDlgBar.cpp.
References DrawingPapers::largeImageViewer, CDynamicDialog::OnInitDialog(), and TRUE.
void CLargeImageViewerDlgBar::OnPaint | ( | ) | [protected] |
Definition at line 50 of file LargeImageViewerDlgBar.cpp.
References DrawingPapers::largeImageViewer, CRobotControlDialogBar::paintDrawingPaper(), and rect.
void CLargeImageViewerDlgBar::OnSize | ( | UINT | nType, | |
int | cx, | |||
int | cy | |||
) | [protected] |
Reimplemented from CDynamicDialog.
Definition at line 56 of file LargeImageViewerDlgBar.cpp.
References rect.
CRect CLargeImageViewerDlgBar::rect [private] |
The rect where the image is painted
Definition at line 53 of file LargeImageViewerDlgBar.h.