#include <FDCButton.h>
Public Member Functions | |
| CFDCButton () | |
| void | Create (CWnd *pWndParent) |
| virtual | ~CFDCButton () |
Public Attributes | |
| vmsFDMCustomizations * | m_pCusts |
Protected Member Functions | |
| void | SetupButton () |
| afx_msg void | OnSize (UINT nType, int cx, int cy) |
| afx_msg int | OnCreate (LPCREATESTRUCT lpCreateStruct) |
| afx_msg void | OnFDC () |
Protected Attributes | |
| CImageList | m_FDCImage |
| CToolBar | m_tbFDC |
Definition at line 19 of file FDCButton.h.
| CFDCButton::CFDCButton | ( | ) |
Definition at line 17 of file FDCButton.cpp.
| CFDCButton::~CFDCButton | ( | ) | [virtual] |
Definition at line 21 of file FDCButton.cpp.
| void CFDCButton::Create | ( | CWnd * | pWndParent | ) |
Definition at line 35 of file FDCButton.cpp.
References _TB_SIZE_Y, FDCB_MIN_SIZE, m_tbFDC, and NULL.
Referenced by CMainFrame::SetupButton().
| void CFDCButton::SetupButton | ( | ) | [protected] |
Definition at line 49 of file FDCButton.cpp.
References _TB_SIZE_X, _TB_SIZE_Y, vmsFDMButton::dwSize, FDCB_MIN_SIZE, fsGetDataFilePath(), vmsFDMCustomizations::get_ButtonInfo(), m_FDCImage, m_pCusts, m_tbFDC, NULL, vmsFDMButton::pbIcon, and vmsFDMButton::pszText.
Referenced by OnCreate().
| void CFDCButton::OnSize | ( | UINT | nType, | |
| int | cx, | |||
| int | cy | |||
| ) | [protected] |
Definition at line 85 of file FDCButton.cpp.
References _TB_SIZE_Y, FDCB_MIN_SIZE, m_tbFDC, and NULL.
| int CFDCButton::OnCreate | ( | LPCREATESTRUCT | lpCreateStruct | ) | [protected] |
| void CFDCButton::OnFDC | ( | ) | [protected] |
Definition at line 101 of file FDCButton.cpp.
References fsOpenUrlInBrowser(), vmsFDMCustomizations::get_ButtonInfo(), m_pCusts, and vmsFDMButton::pszLinksTo.
Definition at line 33 of file FDCButton.h.
Referenced by CMainFrame::CMainFrame(), OnFDC(), and SetupButton().
CImageList CFDCButton::m_FDCImage [protected] |
CToolBar CFDCButton::m_tbFDC [protected] |
1.5.6