Pointer in MFC

Source: Internet
Author: User
Pointer in MFC

The following table summarizes the methods for obtaining class pointers in MFC, which are comprehensive, concise, and of great reference value.

From this class: You can access this class using:
Cwinapp Cmainframe Cchildframe Cdocument Cview
Cwinapp   Afxgetmainwnd () orm_pmainwnd Afxgetmainwnd ()-> mdigetactive () Afxgetmainwnd ()-> getactiveview ()-> getdocument () Afxgetmainwnd ()-> getactiveview ()
Cmainframe Afxgetapp () ortheapp   Mdigetactive () orgetactiveframe () SDI: getactiveview ()-> getdocument () MDI: mdigetactive ()-> getactiveview ()-> getdocument () SDI: getactiveview () MDI: mdigetactive ()-> getactiveview ()
Cchildframe Afxgetapp () ortheapp Getparentframe ()   Getactiveview ()-> getdocument () Getactiveview ()
Cdocument Afxgetapp () ortheapp Afxgetmainwnd () Afxgetmainwnd ()-> mdigetactive ()   Position Pos = getfirstviewposition ();
Getnextview (POS );
(See note below)
Cview Afxgetapp () ortheapp Afxgetmainwnd () Getparentframe () Getdocument ()  
Any other class Afxgetapp () Afxgetmainwnd () Afxgetmainwnd ()-> mdigetactive () orafxgetmainwnd ()-> getactiveframe () SDI: afxgetmainwnd ()-> getactiveview ()-> getdocument () MDI: afxgetmainwnd ()-> mdigetactive ()-> getactiveview ()-> getdocument () SDI: afxgetmainwnd ()-> getactiveview () MDI: afxgetmainwnd ()-> mdigetactive ()-> getactiveview ()
Note:To access only the current view, the document class can call afxgetmainwnd ()-> getactiveview () from a SDI application or afxgetmainwnd ()-> mdigetactive ()-> getactiveview () from a MDI application.

 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.