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;

       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
  • 相关阅读:
    团购倒计时
    折半查找
    比较函数
    行为驱动开发: Cucumber的目录结构和执行过程 (转载)
    ruby 方法查找 and执行方法
    Rubyinstance_variable_get(@xx)
    Ruby 模块
    散列
    ruby webdriver 启动firefox driver时,加载firebug的扩展
    git使用简介
  • 原文地址:https://www.cnblogs.com/tinaluo/p/9673562.html
Copyright © 2011-2022 走看看