zoukankan      html  css  js  c++  java
  • MFC头文件

    AFX.H

    struct CRuntimeClass; // object type information

    class CObject; // the root of all objects classes

      class CException; // the root of all exceptions
        class CArchiveException; // archive exception
        class CFileException; // file exception
        class CSimpleException;
          class CMemoryException; // out-of-memory exception
          class CNotSupportedException; // feature not supported exception

    class CFile; // raw binary file
      class CStdioFile; // buffered stdio text/binary file
      class CMemFile; // memory based file

    // Non CObject classes
    class CString; // growable string type
    class CTimeSpan; // time/date difference
    class CTime; // absolute time/date
    struct CFileStatus; // file status information
    struct CMemoryState; // diagnostic memory support

    class CArchive; // object persistence tool
    class CDumpContext; // object diagnostic dumping

     

    AFXADV.h
    高级类

     

    //CObject
      //CFile
        //CMemFile
          class CSharedFile; // Shared memory file

      class CRecentFileList; // used in CWinApp for MRU list
      class CDockState; // state of docking toolbars

     

    AFXCMN.h
    普通COM控件类

    //CObject
      class CImageList;
      //CCmdTarget;
        //CWnd
          // class CListBox;
            class CDragListBox;
          class CListCtrl;
          class CTreeCtrl;
          class CSpinButtonCtrl;
          class CHeaderCtrl;
          class CSliderCtrl;
          class CProgressCtrl;
          // class CComboBox;
            class CComboBoxEx;
          class CHotKeyCtrl;
          class CToolTipCtrl;
          class CTabCtrl;
          class CAnimateCtrl;
          class CToolBarCtrl;
          class CStatusBarCtrl;
          class CRichEditCtrl;
          class CIPAddressCtrl;

       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
  • 相关阅读:
    es6-compact-table 名词备忘
    JS 防抖和节流函数
    为什么 JS 对象内部属性遍历的顺序乱了
    JS 发送 HTTP 请求方法封装
    JS 一些位操作的妙用
    JS 格式化时间
    linux ssh连接
    c# checked 和 unchecked
    c# mvc action 跳转方式
    IIS 动态与静态压缩
  • 原文地址:https://www.cnblogs.com/tinaluo/p/9673562.html
Copyright © 2011-2022 走看看