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;

       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
  • 相关阅读:
    Ext js必包含的几个文件
    设计模式之三:装饰者模式(简单实现(星巴兹咖啡))
    SQLSERVER排查CPU占用高的情况
    函数题练习52找两个数中最大者
    函数题练习53数字金字塔
    JavaScript面向对象tab栏增删改查操作
    JavaScriptObject.defineProperty方法
    Javascript面向对象迭代forEach、some、filter方法以及查询商品案例
    函数题练习51符号函数
    Javascript构造函数和原型
  • 原文地址:https://www.cnblogs.com/tinaluo/p/9673562.html
Copyright © 2011-2022 走看看