代码搜索:CObject

找到约 2,165 项符合「CObject」的源代码

代码结果 2,165
www.eeworm.com/read/16866/697737

h cdib.h

#ifndef __CDIB_H #define __CDIB_H class CDib : public CObject { public: RGBQUAD* m_pRGB; BYTE *m_pData; UINT m_numberOfColors; BOOL m_valid; BITMAPFILEHEADER bitmapFileHeade
www.eeworm.com/read/16866/697781

h cdib.h

#ifndef __CDIB_H #define __CDIB_H class CDib : public CObject { public: RGBQUAD* m_pRGB; BYTE* m_pData; UINT m_numberOfColors; BOOL m_valid; BITMAPFILEHEADER bitmapFileHead
www.eeworm.com/read/480510/1316979

cpp elements.cpp

// Elements.cpp : implementation file // #include "stdafx.h" #include "Sketcher.h" #include "Elements.h" #include "OurConstants.h" #include IMPLEMENT_SERIAL(CElement, CObject, VERS
www.eeworm.com/read/480510/1317001

cpp elements.cpp

// Elements.cpp : implementation file // #include "stdafx.h" #include "Sketcher.h" #include "Elements.h" #include "OurConstants.h" #include IMPLEMENT_SERIAL(CElement, CObject, VERS
www.eeworm.com/read/480510/1317334

cpp elements.cpp

// Elements.cpp : implementation file // #include "stdafx.h" #include "Sketcher.h" #include "Elements.h" #include "OurConstants.h" #include IMPLEMENT_SERIAL(CElement, CObject, VERS
www.eeworm.com/read/249553/4447412

cpp elements.cpp

// Elements.cpp : implementation file // #include "stdafx.h" #include "Sketcher.h" #include "Elements.h" #include "OurConstants.h" #include IMPLEMENT_SERIAL(CElement, CObject, VERS
www.eeworm.com/read/249553/4447434

cpp elements.cpp

// Elements.cpp : implementation file // #include "stdafx.h" #include "Sketcher.h" #include "Elements.h" #include "OurConstants.h" #include IMPLEMENT_SERIAL(CElement, CObject, VERS
www.eeworm.com/read/249553/4447715

cpp elements.cpp

// Elements.cpp : implementation file // #include "stdafx.h" #include "Sketcher.h" #include "Elements.h" #include "OurConstants.h" #include IMPLEMENT_SERIAL(CElement, CObject, VERS
www.eeworm.com/read/239395/4601371

h cmediainfo.h

// // CMediaInfo.h // #ifndef __H_CMediaInfo__ #define __H_CMediaInfo__ #include #define MAX_FILE_PATH 100 class CMediaInfo : public CObject { public: char mFilePath[MAX_F
www.eeworm.com/read/237745/4621187

h cdib.h

// cdib.h declaration for Inside Visual C++ CDib class #ifndef _INSIDE_VISUAL_CPP_CDIB #define _INSIDE_VISUAL_CPP_CDIB class CDib : public CObject { enum Alloc {noAlloc, crtAlloc, heapAlloc}