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;

       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
  • 相关阅读:
    Object-C支持多继承吗?可以实现多个接口吗?Category是什么?
    Action类为何要继承ActionSupport
    JAVA中的File类
    Oracle中奇怪的【不等于号】
    Oracle中INSTR、SUBSTR和NVL的用法
    【ERROR】Oracle11g两个监听同名进程的故障
    【ERROR】EXP-00091
    【ERROR】while loading shared libraries: /u01/app/oracle/product/11.2.0/lib/libclntsh.so.11.1: cannot
    【js】appendChild
    【js】正则表达式(II)
  • 原文地址:https://www.cnblogs.com/tinaluo/p/9673562.html
Copyright © 2011-2022 走看看