특별한딸기이야기
타 클래스 접근 방식 본문
타 클래스에서 App에 접근하기 위해서는 AfxGetApp()
타 클래스에서 MainFrame에 접근하기 위해서 AfxGetMainWnd()
MainFrame에서 Doc로 접근할 때 GetActiveDocument()
MainFrame에서 View로 접근할 때 GetActiveView()
View에서 Doc로 접근할 때 GetDocument()
App에서 View 또는 Doc 접근할 때 MainFrame을 통해서 접근한다
View 또는 Doc에서 App를 접근할 때 MainFrame을 통해서 접근한다.
타 클래스에서 MainFrame에 접근하기 위해서 AfxGetMainWnd()
MainFrame에서 Doc로 접근할 때 GetActiveDocument()
MainFrame에서 View로 접근할 때 GetActiveView()
View에서 Doc로 접근할 때 GetDocument()
App에서 View 또는 Doc 접근할 때 MainFrame을 통해서 접근한다
View 또는 Doc에서 App를 접근할 때 MainFrame을 통해서 접근한다.
'딸기 공부방 > MFC공부방' 카테고리의 다른 글
SetROP2함수 (0) | 2008.01.28 |
---|---|
4대 클레스 실행 순서 (0) | 2008.01.28 |
WM_SIZE (0) | 2008.01.28 |
OnDraw 호출시점 (0) | 2008.01.28 |
MFC 화면 크기 얻기 (0) | 2008.01.28 |