GME
13
|
#include <PartBrowserDlg.h>
Public Types | |
enum | { IDD = IDD_PARTBROWSER_DIALOG } |
Public Member Functions | |
CPartBrowserDlg (CWnd *pParent=NULL) | |
void | SetCurrentProject (CComPtr< IMgaProject > project) |
void | SetMetaModel (CComPtr< IMgaMetaModel > meta) |
void | SetBgColor (COLORREF bgColor) |
void | ChangeAspect (long ind) |
void | CycleAspect () |
void | SetTabs () |
void | Resize () |
Public Attributes | |
CTabCtrl | tab |
CPartBrowserPaneFrame | partFrame |
CComPtr< IMgaMetaModel > | mgaMetaModel |
CComPtr< IMgaProject > | mgaProject |
Protected Member Functions | |
virtual void | DoDataExchange (CDataExchange *pDX) |
virtual BOOL | OnInitDialog () |
virtual void | OnOK () |
virtual void | OnCancel () |
afx_msg void | OnSize (UINT nType, int cx, int cy) |
afx_msg void | OnSelchangeAspectTab (NMHDR *pNMHDR, LRESULT *pResult) |
void | SendAspectChange (long index) |
Definition at line 18 of file PartBrowserDlg.h.
anonymous enum |
Definition at line 27 of file PartBrowserDlg.h.
CPartBrowserDlg::CPartBrowserDlg | ( | CWnd * | pParent = NULL | ) |
Definition at line 20 of file PartBrowserDlg.cpp.
void CPartBrowserDlg::ChangeAspect | ( | long | ind | ) |
Definition at line 62 of file PartBrowserDlg.cpp.
void CPartBrowserDlg::CycleAspect | ( | void | ) |
Definition at line 69 of file PartBrowserDlg.cpp.
void CPartBrowserDlg::DoDataExchange | ( | CDataExchange * | pDX | ) | [protected, virtual] |
Definition at line 30 of file PartBrowserDlg.cpp.
void CPartBrowserDlg::OnCancel | ( | ) | [protected, virtual] |
Definition at line 199 of file PartBrowserDlg.cpp.
BOOL CPartBrowserDlg::OnInitDialog | ( | ) | [protected, virtual] |
Definition at line 155 of file PartBrowserDlg.cpp.
void CPartBrowserDlg::OnOK | ( | ) | [protected, virtual] |
Definition at line 194 of file PartBrowserDlg.cpp.
void CPartBrowserDlg::OnSelchangeAspectTab | ( | NMHDR * | pNMHDR, |
LRESULT * | pResult | ||
) | [protected] |
Definition at line 211 of file PartBrowserDlg.cpp.
void CPartBrowserDlg::OnSize | ( | UINT | nType, |
int | cx, | ||
int | cy | ||
) | [protected] |
Definition at line 204 of file PartBrowserDlg.cpp.
void CPartBrowserDlg::Resize | ( | ) |
Definition at line 132 of file PartBrowserDlg.cpp.
void CPartBrowserDlg::SendAspectChange | ( | long | index | ) | [protected] |
Definition at line 222 of file PartBrowserDlg.cpp.
void CPartBrowserDlg::SetBgColor | ( | COLORREF | bgColor | ) |
Definition at line 57 of file PartBrowserDlg.cpp.
void CPartBrowserDlg::SetCurrentProject | ( | CComPtr< IMgaProject > | project | ) |
Definition at line 38 of file PartBrowserDlg.cpp.
void CPartBrowserDlg::SetMetaModel | ( | CComPtr< IMgaMetaModel > | meta | ) |
Definition at line 46 of file PartBrowserDlg.cpp.
void CPartBrowserDlg::SetTabs | ( | ) |
Definition at line 98 of file PartBrowserDlg.cpp.
Definition at line 32 of file PartBrowserDlg.h.
CComPtr<IMgaProject> CPartBrowserDlg::mgaProject |
Definition at line 33 of file PartBrowserDlg.h.
Definition at line 30 of file PartBrowserDlg.h.
CTabCtrl CPartBrowserDlg::tab |
Definition at line 28 of file PartBrowserDlg.h.