GME
13
|
#include <ActiveBrowserPropertyFrame.h>
Public Member Functions | |
CActiveBrowserPropertyFrame () | |
void | OnCloseProject () |
void | MoveWindow (LPCRECT lpRect, BOOL bRepaint=TRUE) |
void | MoveWindow (int x, int y, int nWidth, int nHeight, BOOL bRepaint=TRUE) |
void | OnOpenProject () |
virtual | ~CActiveBrowserPropertyFrame () |
afx_msg int | OnCreate (LPCREATESTRUCT lpCreateStruct) |
afx_msg void | OnClose () |
afx_msg void | OnActivate (UINT nState, CWnd *pWndOther, BOOL bMinimized) |
afx_msg void | OnWindowPosChanged (WINDOWPOS FAR *lpwndpos) |
Public Attributes | |
CActiveBrowserPropertySheet * | m_pModelessPropSheet |
Protected Member Functions | |
virtual BOOL | PreCreateWindow (CREATESTRUCT &cs) |
Definition at line 14 of file ActiveBrowserPropertyFrame.h.
Definition at line 18 of file ActiveBrowserPropertyFrame.cpp.
Definition at line 23 of file ActiveBrowserPropertyFrame.cpp.
void CActiveBrowserPropertyFrame::MoveWindow | ( | LPCRECT | lpRect, |
BOOL | bRepaint = TRUE |
||
) |
Definition at line 147 of file ActiveBrowserPropertyFrame.cpp.
void CActiveBrowserPropertyFrame::MoveWindow | ( | int | x, |
int | y, | ||
int | nWidth, | ||
int | nHeight, | ||
BOOL | bRepaint = TRUE |
||
) |
Definition at line 154 of file ActiveBrowserPropertyFrame.cpp.
void CActiveBrowserPropertyFrame::OnActivate | ( | UINT | nState, |
CWnd * | pWndOther, | ||
BOOL | bMinimized | ||
) |
Definition at line 87 of file ActiveBrowserPropertyFrame.cpp.
void CActiveBrowserPropertyFrame::OnClose | ( | ) |
Definition at line 80 of file ActiveBrowserPropertyFrame.cpp.
Definition at line 127 of file ActiveBrowserPropertyFrame.cpp.
int CActiveBrowserPropertyFrame::OnCreate | ( | LPCREATESTRUCT | lpCreateStruct | ) |
Definition at line 41 of file ActiveBrowserPropertyFrame.cpp.
Definition at line 113 of file ActiveBrowserPropertyFrame.cpp.
void CActiveBrowserPropertyFrame::OnWindowPosChanged | ( | WINDOWPOS FAR * | lpwndpos | ) |
Definition at line 137 of file ActiveBrowserPropertyFrame.cpp.
BOOL CActiveBrowserPropertyFrame::PreCreateWindow | ( | CREATESTRUCT & | cs | ) | [protected, virtual] |
Definition at line 103 of file ActiveBrowserPropertyFrame.cpp.
Definition at line 23 of file ActiveBrowserPropertyFrame.h.