GME
13
|
#include <PartBrowserPaneFrame.h>
Public Types | |
enum | { IDD = IDD_PARTBROWSERFRAME_DIALOG } |
Public Member Functions | |
CPartBrowserPaneFrame (CWnd *pParent=NULL) | |
void | Resize (RECT r) |
void | SetScrollBar () |
CPartBrowserPane & | GetPane (void) |
void | SetLogicalHeight (int logHeight) |
void | SetPageHeight (int pgHeight) |
int | GetScrollPosition (void) |
void | SetScrollPosition (int scrollPosition) |
Protected Member Functions | |
virtual void | DoDataExchange (CDataExchange *pDX) |
virtual BOOL | OnInitDialog () |
afx_msg void | OnVScroll (UINT nSBCode, UINT nPos, CScrollBar *pScrollBar) |
afx_msg BOOL | OnMouseWheel (UINT fFlags, short zDelta, CPoint point) |
Protected Attributes | |
CPartBrowserPane | pane |
int | logicalHeight |
int | pageHeight |
int | scrollPos |
const int | vScrollWidth |
const int | lineSize |
const int | pageSize |
Definition at line 17 of file PartBrowserPaneFrame.h.
anonymous enum |
Definition at line 25 of file PartBrowserPaneFrame.h.
CPartBrowserPaneFrame::CPartBrowserPaneFrame | ( | CWnd * | pParent = NULL | ) |
Definition at line 19 of file PartBrowserPaneFrame.cpp.
void CPartBrowserPaneFrame::DoDataExchange | ( | CDataExchange * | pDX | ) | [protected, virtual] |
Definition at line 33 of file PartBrowserPaneFrame.cpp.
CPartBrowserPane & CPartBrowserPaneFrame::GetPane | ( | void | ) |
Definition at line 91 of file PartBrowserPaneFrame.cpp.
Definition at line 109 of file PartBrowserPaneFrame.cpp.
BOOL CPartBrowserPaneFrame::OnInitDialog | ( | ) | [protected, virtual] |
Definition at line 124 of file PartBrowserPaneFrame.cpp.
BOOL CPartBrowserPaneFrame::OnMouseWheel | ( | UINT | fFlags, |
short | zDelta, | ||
CPoint | point | ||
) | [protected] |
Definition at line 180 of file PartBrowserPaneFrame.cpp.
void CPartBrowserPaneFrame::OnVScroll | ( | UINT | nSBCode, |
UINT | nPos, | ||
CScrollBar * | pScrollBar | ||
) | [protected] |
Definition at line 137 of file PartBrowserPaneFrame.cpp.
void CPartBrowserPaneFrame::Resize | ( | RECT | r | ) |
Definition at line 50 of file PartBrowserPaneFrame.cpp.
void CPartBrowserPaneFrame::SetLogicalHeight | ( | int | logHeight | ) |
Definition at line 97 of file PartBrowserPaneFrame.cpp.
void CPartBrowserPaneFrame::SetPageHeight | ( | int | pgHeight | ) |
Definition at line 103 of file PartBrowserPaneFrame.cpp.
void CPartBrowserPaneFrame::SetScrollBar | ( | ) |
Definition at line 67 of file PartBrowserPaneFrame.cpp.
void CPartBrowserPaneFrame::SetScrollPosition | ( | int | scrollPosition | ) |
Definition at line 115 of file PartBrowserPaneFrame.cpp.
const int CPartBrowserPaneFrame::lineSize [protected] |
Definition at line 45 of file PartBrowserPaneFrame.h.
int CPartBrowserPaneFrame::logicalHeight [protected] |
Definition at line 41 of file PartBrowserPaneFrame.h.
int CPartBrowserPaneFrame::pageHeight [protected] |
Definition at line 42 of file PartBrowserPaneFrame.h.
const int CPartBrowserPaneFrame::pageSize [protected] |
Definition at line 46 of file PartBrowserPaneFrame.h.
CPartBrowserPane CPartBrowserPaneFrame::pane [protected] |
Definition at line 39 of file PartBrowserPaneFrame.h.
int CPartBrowserPaneFrame::scrollPos [protected] |
Definition at line 43 of file PartBrowserPaneFrame.h.
const int CPartBrowserPaneFrame::vScrollWidth [protected] |
Definition at line 44 of file PartBrowserPaneFrame.h.