GME
13
|
#include <GMEConstraintTreeCtrl.h>
Public Types | |
enum | Kind_tag { TK_CONSTRAINT = 0, TK_OBJECT = 1, TK_UNKNOWN = 2 } |
typedef enum CConstraintTreeCtrl::Kind_tag | Kind |
Public Member Functions | |
CConstraintTreeCtrl () | |
virtual | ~CConstraintTreeCtrl () |
void | SetKind (Kind eKind) |
Kind | GetKind () const |
void | SelectAllItems (HTREEITEM root, bool select) |
void | SortItemChildren (HTREEITEM hItem) |
Protected Member Functions | |
void | SendTreeNotification (UINT uiMessage, HTREEITEM hItem) |
afx_msg void | OnLButtonDown (UINT nFlags, CPoint point) |
afx_msg void | OnRButtonDown (UINT nFlags, CPoint point) |
afx_msg void | OnKeyUp (UINT nChar, UINT nRepCnt, UINT nFlags) |
afx_msg void | OnLButtonDblClk (UINT nFlags, CPoint point) |
Definition at line 40 of file GMEConstraintTreeCtrl.h.
typedef enum CConstraintTreeCtrl::Kind_tag CConstraintTreeCtrl::Kind |
Definition at line 46 of file GMEConstraintTreeCtrl.h.
Definition at line 42 of file GMEConstraintTreeCtrl.cpp.
CConstraintTreeCtrl::~CConstraintTreeCtrl | ( | ) | [virtual] |
Definition at line 47 of file GMEConstraintTreeCtrl.cpp.
Definition at line 90 of file GMEConstraintTreeCtrl.cpp.
void CConstraintTreeCtrl::OnKeyUp | ( | UINT | nChar, |
UINT | nRepCnt, | ||
UINT | nFlags | ||
) | [protected] |
Definition at line 178 of file GMEConstraintTreeCtrl.cpp.
void CConstraintTreeCtrl::OnLButtonDblClk | ( | UINT | nFlags, |
CPoint | point | ||
) | [protected] |
Reimplemented from CTreeCtrlEx.
Definition at line 202 of file GMEConstraintTreeCtrl.cpp.
void CConstraintTreeCtrl::OnLButtonDown | ( | UINT | nFlags, |
CPoint | point | ||
) | [protected] |
Reimplemented from CTreeCtrlEx.
Definition at line 144 of file GMEConstraintTreeCtrl.cpp.
void CConstraintTreeCtrl::OnRButtonDown | ( | UINT | nFlags, |
CPoint | point | ||
) | [protected] |
Reimplemented from CTreeCtrlEx.
Definition at line 156 of file GMEConstraintTreeCtrl.cpp.
void CConstraintTreeCtrl::SelectAllItems | ( | HTREEITEM | root, |
bool | select | ||
) |
Definition at line 73 of file GMEConstraintTreeCtrl.cpp.
void CConstraintTreeCtrl::SendTreeNotification | ( | UINT | uiMessage, |
HTREEITEM | hItem | ||
) | [protected] |
Definition at line 116 of file GMEConstraintTreeCtrl.cpp.
void CConstraintTreeCtrl::SetKind | ( | CConstraintTreeCtrl::Kind | eKind | ) |
Definition at line 85 of file GMEConstraintTreeCtrl.cpp.
void CConstraintTreeCtrl::SortItemChildren | ( | HTREEITEM | hItem | ) |
Definition at line 95 of file GMEConstraintTreeCtrl.cpp.