#include <PlugFrame.h>
Public Member Functions | |
| CPlugFrame () | |
| void | SetPluginWindow (HWND hWnd) |
| void | SetFrameName (LPCTSTR pszName) |
| BOOL | Create (CWnd *pParent) |
| virtual | ~CPlugFrame () |
Protected Member Functions | |
| void | SetupPluginRect () |
| afx_msg void | OnPaint () |
| afx_msg void | OnSize (UINT nType, int cx, int cy) |
| afx_msg void | OnSetFocus (CWnd *pOldWnd) |
Protected Attributes | |
| CFont | m_font |
| COLORREF | m_clrBkCaption |
| COLORREF | m_clrCaptionText |
| int | m_dyCaption |
| HWND | m_wndPlugin |
| CString | m_strFrameName |
Definition at line 12 of file PlugFrame.h.
| CPlugFrame::CPlugFrame | ( | ) |
Definition at line 16 of file PlugFrame.cpp.
References m_clrBkCaption, m_clrCaptionText, m_dyCaption, m_font, m_wndPlugin, and NULL.
| CPlugFrame::~CPlugFrame | ( | ) | [virtual] |
Definition at line 26 of file PlugFrame.cpp.
| void CPlugFrame::SetPluginWindow | ( | HWND | hWnd | ) |
Definition at line 96 of file PlugFrame.cpp.
References m_wndPlugin, and SetupPluginRect().
Referenced by CPlugToolBar::SetActivePlugin().
| void CPlugFrame::SetFrameName | ( | LPCTSTR | pszName | ) |
Definition at line 90 of file PlugFrame.cpp.
References FALSE, and m_strFrameName.
Referenced by CPlugToolBar::OnNewLng(), and CPlugToolBar::SetActivePlugin().
| BOOL CPlugFrame::Create | ( | CWnd * | pParent | ) |
| void CPlugFrame::SetupPluginRect | ( | ) | [protected] |
Definition at line 110 of file PlugFrame.cpp.
References m_dyCaption, m_wndPlugin, and TRUE.
Referenced by OnSize(), and SetPluginWindow().
| void CPlugFrame::OnPaint | ( | ) | [protected] |
Definition at line 49 of file PlugFrame.cpp.
References m_clrBkCaption, m_clrCaptionText, m_dyCaption, m_font, and m_strFrameName.
| void CPlugFrame::OnSize | ( | UINT | nType, | |
| int | cx, | |||
| int | cy | |||
| ) | [protected] |
| void CPlugFrame::OnSetFocus | ( | CWnd * | pOldWnd | ) | [protected] |
CFont CPlugFrame::m_font [protected] |
COLORREF CPlugFrame::m_clrBkCaption [protected] |
COLORREF CPlugFrame::m_clrCaptionText [protected] |
int CPlugFrame::m_dyCaption [protected] |
Definition at line 39 of file PlugFrame.h.
Referenced by CPlugFrame(), OnPaint(), and SetupPluginRect().
HWND CPlugFrame::m_wndPlugin [protected] |
Definition at line 40 of file PlugFrame.h.
Referenced by CPlugFrame(), OnSetFocus(), OnSize(), SetPluginWindow(), and SetupPluginRect().
CString CPlugFrame::m_strFrameName [protected] |
1.5.6