GME
13
|
#include <InPlaceManager.h>
Public Member Functions | |
void | OnEditEnd () |
bool | OnRightItemClick (int nIndex, CRect rectInPlace) |
void | OnEditSingleLineEnd () |
void | OnEditMultiLineEnd () |
void | OnClickArrowButton (bool rightSideClick) |
void | OnClickEditorButton () |
void | ShowInPlace (CRect rectInPlace, int nIndex) |
void | HideAllInPlace () |
CInPlaceManager (CInspectorList *pInspectorList) | |
virtual | ~CInPlaceManager () |
Public Attributes | |
CInspectorList * | m_pInspectorList |
CArrowButton | m_ArrowButton |
CButton | m_EditorButton |
CInPlaceEdit | m_SingleEditCtrl |
CInPlaceEdit | m_MultiEditCtrl |
int | m_nLastSelEditIndex |
Definition at line 17 of file InPlaceManager.h.
CInPlaceManager::CInPlaceManager | ( | CInspectorList * | pInspectorList | ) |
Definition at line 25 of file InPlaceManager.cpp.
CInPlaceManager::~CInPlaceManager | ( | ) | [virtual] |
Definition at line 30 of file InPlaceManager.cpp.
void CInPlaceManager::HideAllInPlace | ( | ) |
Definition at line 253 of file InPlaceManager.cpp.
void CInPlaceManager::OnClickArrowButton | ( | bool | rightSideClick | ) |
Definition at line 530 of file InPlaceManager.cpp.
void CInPlaceManager::OnClickEditorButton | ( | ) |
Definition at line 364 of file InPlaceManager.cpp.
void CInPlaceManager::OnEditEnd | ( | ) |
Definition at line 779 of file InPlaceManager.cpp.
void CInPlaceManager::OnEditMultiLineEnd | ( | ) |
Definition at line 645 of file InPlaceManager.cpp.
void CInPlaceManager::OnEditSingleLineEnd | ( | ) |
Definition at line 687 of file InPlaceManager.cpp.
bool CInPlaceManager::OnRightItemClick | ( | int | nIndex, |
CRect | rectInPlace | ||
) |
Definition at line 763 of file InPlaceManager.cpp.
void CInPlaceManager::ShowInPlace | ( | CRect | rectInPlace, |
int | nIndex | ||
) |
Definition at line 35 of file InPlaceManager.cpp.
Definition at line 36 of file InPlaceManager.h.
CButton CInPlaceManager::m_EditorButton |
Definition at line 37 of file InPlaceManager.h.
Definition at line 39 of file InPlaceManager.h.
Definition at line 40 of file InPlaceManager.h.
Definition at line 34 of file InPlaceManager.h.
Definition at line 38 of file InPlaceManager.h.