GME
13
|
#include <ActiveBrowserPropertyPage.h>
Public Types | |
enum | { IDD = IDD_PROPPAGE_AGGREGATE } |
Public Member Functions | |
void | RefreshLibrary () |
void | AttachLibrary () |
void | LibraryDependencies () |
void | LibraryAmbiguityChk () |
void | ProjectSourceControlUpdate (CComBSTR p_id) |
void | SourceControlObjectOwner (CComBSTR p_id) |
void | SourceControlActiveUsers () |
bool | askUserAndDeleteLibrary (CComPtr< IMgaFolder > p_ccpFolder) |
void | PrepareStateImageList () |
void | DoDrag (CPoint ptDrag) |
void | DoCopy () |
void | DoCopyClosure () |
void | DoCopySmart (int k=0) |
bool | askUserAndDetach (CComPtr< IMgaObject > obj) |
void | accessRights (bool pbProtectIt) |
void | HighlightItem (IMgaObject *pUnk, int highlight) |
int | GetSourceControlStateOffset (IMgaObject *obj, int *latent) |
BOOL | HasDisplayedChild (HTREEITEM hItem) |
void | GotoIUnk (BSTR Id) |
void | GotoIUnkPtr (IMgaObject *p_obj) |
void | Refresh () |
void | OnMgaEvent (CComPtr< IMgaObject > ccpMgaObject, unsigned long lEventMask) |
void | OpenProject () |
void | SetFocus2 () |
void | CloseProject () |
BOOL | reqHasDisplayedChild (IMgaObject *pIMgaObject, int nDepthLevel=-1) |
CAggregatePropertyPage () | |
~CAggregatePropertyPage () | |
virtual BOOL | OnCmdMsg (UINT nID, int nCode, void *pExtra, AFX_CMDHANDLERINFO *pHandlerInfo) |
virtual BOOL | OnSetActive () |
Public Attributes | |
CComboEdit | m_ComboEditCtrl |
CAggregateOptions | m_Options |
CActiveBrowserPropertySheet * | m_parent |
CAutoComboBox | m_ComboSearchCtrl |
CButton | m_SearchButtonCtrl |
CAggregateTreeCtrl | m_TreeAggregate |
Protected Member Functions | |
virtual void | DoDataExchange (CDataExchange *pDX) |
afx_msg void | OnContextMenu (CWnd *, CPoint point) |
afx_msg void | OnSize (UINT nType, int cx, int cy) |
virtual BOOL | OnInitDialog () |
afx_msg void | OnItemExpandingTreeAggregate (NMHDR *pNMHDR, LRESULT *pResult) |
afx_msg void | OnClickTreeAggregate (NMHDR *pNMHDR, LRESULT *pResult) |
afx_msg void | OnSelChangedTreeAggregate (NMHDR *pNMHDR, LRESULT *pResult) |
afx_msg void | OnDblclkTreeAggregate (NMHDR *pNMHDR, LRESULT *pResult) |
afx_msg void | OnEndLabelEditTreeAggregate (NMHDR *pNMHDR, LRESULT *pResult) |
afx_msg void | OnKeyDownTreeAggregate (NMHDR *pNMHDR, LRESULT *pResult) |
afx_msg void | OnGetDispInfoTreeAggregate (NMHDR *pNMHDR, LRESULT *pResult) |
afx_msg void | OnItemExpandedTreeAggregate (NMHDR *pNMHDR, LRESULT *pResult) |
afx_msg void | OnSearch () |
afx_msg void | OnBeginDragTreeAggregate (NMHDR *pNMHDR, LRESULT *pResult) |
afx_msg void | OnKillFocus (CWnd *pNewWnd) |
void | OnSetFocus (CWnd *pOldWnd) |
Protected Attributes | |
CImageList | m_ImageList |
CImageList | m_StateImageList |
CImageList * | m_pDragImageList |
Friends | |
class | CAggregateContextMenu |
Definition at line 22 of file ActiveBrowserPropertyPage.h.
anonymous enum |
Definition at line 76 of file ActiveBrowserPropertyPage.h.
CAggregatePropertyPage property page
Definition at line 51 of file ActiveBrowserPropertyPage.cpp.
Definition at line 61 of file ActiveBrowserPropertyPage.cpp.
void CAggregatePropertyPage::accessRights | ( | bool | pbProtectIt | ) |
Definition at line 4041 of file ActiveBrowserPropertyPage.cpp.
bool CAggregatePropertyPage::askUserAndDeleteLibrary | ( | CComPtr< IMgaFolder > | p_ccpFolder | ) |
Definition at line 1739 of file ActiveBrowserPropertyPage.cpp.
bool CAggregatePropertyPage::askUserAndDetach | ( | CComPtr< IMgaObject > | obj | ) |
Definition at line 3993 of file ActiveBrowserPropertyPage.cpp.
Definition at line 1537 of file ActiveBrowserPropertyPage.cpp.
void CAggregatePropertyPage::CloseProject | ( | ) |
Definition at line 792 of file ActiveBrowserPropertyPage.cpp.
void CAggregatePropertyPage::DoCopy | ( | ) |
Definition at line 833 of file ActiveBrowserPropertyPage.cpp.
Definition at line 918 of file ActiveBrowserPropertyPage.cpp.
void CAggregatePropertyPage::DoCopySmart | ( | int | k = 0 | ) |
Definition at line 1126 of file ActiveBrowserPropertyPage.cpp.
void CAggregatePropertyPage::DoDataExchange | ( | CDataExchange * | pDX | ) | [protected, virtual] |
Definition at line 71 of file ActiveBrowserPropertyPage.cpp.
void CAggregatePropertyPage::DoDrag | ( | CPoint | ptDrag | ) |
Definition at line 1287 of file ActiveBrowserPropertyPage.cpp.
int CAggregatePropertyPage::GetSourceControlStateOffset | ( | IMgaObject * | obj, |
int * | latent | ||
) |
Definition at line 272 of file ActiveBrowserPropertyPage.cpp.
void CAggregatePropertyPage::GotoIUnk | ( | BSTR | Id | ) |
Definition at line 2314 of file ActiveBrowserPropertyPage.cpp.
void CAggregatePropertyPage::GotoIUnkPtr | ( | IMgaObject * | p_obj | ) |
Definition at line 2392 of file ActiveBrowserPropertyPage.cpp.
BOOL CAggregatePropertyPage::HasDisplayedChild | ( | HTREEITEM | hItem | ) |
Definition at line 2687 of file ActiveBrowserPropertyPage.cpp.
void CAggregatePropertyPage::HighlightItem | ( | IMgaObject * | pUnk, |
int | highlight | ||
) |
Definition at line 4255 of file ActiveBrowserPropertyPage.cpp.
Definition at line 4073 of file ActiveBrowserPropertyPage.cpp.
Definition at line 1684 of file ActiveBrowserPropertyPage.cpp.
void CAggregatePropertyPage::OnBeginDragTreeAggregate | ( | NMHDR * | pNMHDR, |
LRESULT * | pResult | ||
) | [protected] |
Definition at line 2736 of file ActiveBrowserPropertyPage.cpp.
void CAggregatePropertyPage::OnClickTreeAggregate | ( | NMHDR * | pNMHDR, |
LRESULT * | pResult | ||
) | [protected] |
Definition at line 1377 of file ActiveBrowserPropertyPage.cpp.
BOOL CAggregatePropertyPage::OnCmdMsg | ( | UINT | nID, |
int | nCode, | ||
void * | pExtra, | ||
AFX_CMDHANDLERINFO * | pHandlerInfo | ||
) | [virtual] |
Definition at line 2713 of file ActiveBrowserPropertyPage.cpp.
void CAggregatePropertyPage::OnContextMenu | ( | CWnd * | , |
CPoint | point | ||
) | [protected] |
Definition at line 1780 of file ActiveBrowserPropertyPage.cpp.
void CAggregatePropertyPage::OnDblclkTreeAggregate | ( | NMHDR * | pNMHDR, |
LRESULT * | pResult | ||
) | [protected] |
Definition at line 1419 of file ActiveBrowserPropertyPage.cpp.
void CAggregatePropertyPage::OnEndLabelEditTreeAggregate | ( | NMHDR * | pNMHDR, |
LRESULT * | pResult | ||
) | [protected] |
Definition at line 1807 of file ActiveBrowserPropertyPage.cpp.
void CAggregatePropertyPage::OnGetDispInfoTreeAggregate | ( | NMHDR * | pNMHDR, |
LRESULT * | pResult | ||
) | [protected] |
Definition at line 2663 of file ActiveBrowserPropertyPage.cpp.
BOOL CAggregatePropertyPage::OnInitDialog | ( | ) | [protected, virtual] |
Definition at line 125 of file ActiveBrowserPropertyPage.cpp.
void CAggregatePropertyPage::OnItemExpandedTreeAggregate | ( | NMHDR * | pNMHDR, |
LRESULT * | pResult | ||
) | [protected] |
Definition at line 244 of file ActiveBrowserPropertyPage.cpp.
void CAggregatePropertyPage::OnItemExpandingTreeAggregate | ( | NMHDR * | pNMHDR, |
LRESULT * | pResult | ||
) | [protected] |
Definition at line 165 of file ActiveBrowserPropertyPage.cpp.
void CAggregatePropertyPage::OnKeyDownTreeAggregate | ( | NMHDR * | pNMHDR, |
LRESULT * | pResult | ||
) | [protected] |
Definition at line 2539 of file ActiveBrowserPropertyPage.cpp.
void CAggregatePropertyPage::OnKillFocus | ( | CWnd * | pNewWnd | ) | [protected] |
Definition at line 3984 of file ActiveBrowserPropertyPage.cpp.
void CAggregatePropertyPage::OnMgaEvent | ( | CComPtr< IMgaObject > | ccpMgaObject, |
unsigned long | lEventMask | ||
) |
Definition at line 1891 of file ActiveBrowserPropertyPage.cpp.
void CAggregatePropertyPage::OnSearch | ( | ) | [protected] |
Definition at line 2721 of file ActiveBrowserPropertyPage.cpp.
void CAggregatePropertyPage::OnSelChangedTreeAggregate | ( | NMHDR * | pNMHDR, |
LRESULT * | pResult | ||
) | [protected] |
Definition at line 1382 of file ActiveBrowserPropertyPage.cpp.
BOOL CAggregatePropertyPage::OnSetActive | ( | ) | [virtual] |
Definition at line 2726 of file ActiveBrowserPropertyPage.cpp.
void CAggregatePropertyPage::OnSetFocus | ( | CWnd * | pOldWnd | ) | [protected] |
void CAggregatePropertyPage::OnSize | ( | UINT | nType, |
int | cx, | ||
int | cy | ||
) | [protected] |
Definition at line 103 of file ActiveBrowserPropertyPage.cpp.
void CAggregatePropertyPage::OpenProject | ( | ) |
Definition at line 736 of file ActiveBrowserPropertyPage.cpp.
Definition at line 1457 of file ActiveBrowserPropertyPage.cpp.
void CAggregatePropertyPage::ProjectSourceControlUpdate | ( | CComBSTR | p_id | ) |
Definition at line 4162 of file ActiveBrowserPropertyPage.cpp.
void CAggregatePropertyPage::Refresh | ( | ) |
Definition at line 2512 of file ActiveBrowserPropertyPage.cpp.
Definition at line 1618 of file ActiveBrowserPropertyPage.cpp.
BOOL CAggregatePropertyPage::reqHasDisplayedChild | ( | IMgaObject * | pIMgaObject, |
int | nDepthLevel = -1 |
||
) |
Definition at line 617 of file ActiveBrowserPropertyPage.cpp.
void CAggregatePropertyPage::SetFocus2 | ( | ) |
Definition at line 787 of file ActiveBrowserPropertyPage.cpp.
Definition at line 4199 of file ActiveBrowserPropertyPage.cpp.
void CAggregatePropertyPage::SourceControlObjectOwner | ( | CComBSTR | p_id | ) |
Definition at line 4181 of file ActiveBrowserPropertyPage.cpp.
friend class CAggregateContextMenu [friend] |
Definition at line 26 of file ActiveBrowserPropertyPage.h.
Definition at line 48 of file ActiveBrowserPropertyPage.h.
Definition at line 77 of file ActiveBrowserPropertyPage.h.
CImageList CAggregatePropertyPage::m_ImageList [protected] |
Definition at line 113 of file ActiveBrowserPropertyPage.h.
Definition at line 54 of file ActiveBrowserPropertyPage.h.
Definition at line 69 of file ActiveBrowserPropertyPage.h.
CImageList* CAggregatePropertyPage::m_pDragImageList [protected] |
Definition at line 115 of file ActiveBrowserPropertyPage.h.
Definition at line 78 of file ActiveBrowserPropertyPage.h.
CImageList CAggregatePropertyPage::m_StateImageList [protected] |
Definition at line 114 of file ActiveBrowserPropertyPage.h.
Definition at line 79 of file ActiveBrowserPropertyPage.h.