代码搜索:CObject
找到约 2,165 项符合「CObject」的源代码
代码结果 2,165
www.eeworm.com/read/275513/4175720
h wzdinfo.h
#ifndef WZDINFO_H
#define WZDINFO_H
class CWzdInfo : public CObject
{
public:
enum STATES {
OLD,
NEW,
MODIFIED,
DELETED
};
DECLARE_SERIAL( CWzdInfo )
CWzdInfo();
www.eeworm.com/read/367470/2842514
cpp blob.cpp
//**include the standard header
#include "stdafx.h"
#include "blob.h"
//**Add the implementation for serialization
IMPLEMENT_SERIAL(CBlob,CObject,1)
//**Implement the default constructor
C
www.eeworm.com/read/295539/8155704
cpp mappolygon.cpp
#include "stdafx.h"
#include "global.h"
#include "MapPolygon.h"
IMPLEMENT_DYNAMIC(CMapPolygon,CObject)
CMapPolygon::CMapPolygon()
{
}
CMapPolygon::CMapPolygon(CMapPolygon& mappolygon
www.eeworm.com/read/295539/8155732
cpp mappoints.cpp
#include "stdafx.h"
#include "MapPoints.h"
IMPLEMENT_DYNAMIC(CMapPoints,CObject)
CMapPoints::CMapPoints()
{
}
CMapPoints::CMapPoints(CMapPoints& points)
{
int i,iCount;
CMap
www.eeworm.com/read/193527/8220592
cpp msg.cpp
// Msg.cpp : 实现文件
//
#include "stdafx.h"
#include "Msg.h"
// CMsg
IMPLEMENT_DYNCREATE(CMsg, CObject)
CMsg::CMsg()
{
Init();
}
CMsg::~CMsg()
{
}
////////////////////////////////
www.eeworm.com/read/392299/8350987
h cdib.h
// cdib.h
// new version for WIN32
class CDib : public CObject
{
enum Alloc {noAlloc, crtAlloc,
heapAlloc}; // applies to BITMAPINFOHEADER
DECLARE_SERIAL(CDib)
public:
www.eeworm.com/read/170812/9787534
cpp blob.cpp
//**include the standard header
#include "stdafx.h"
#include "blob.h"
//**Add the implementation for serialization
IMPLEMENT_SERIAL(CBlob,CObject,1)
//**Implement the default constructor
C
www.eeworm.com/read/146814/12609839
h aiment.h
class AiMention:public CObject
{
DECLARE_SERIAL(AiMention)
public:
AiMention(CString Tstr = "",CString Fstr = "");
AiMention(CString Qstr,CString Tstr,CString Fstr);
AiMention(CString Astr
www.eeworm.com/read/237386/13965251
h cdib.h
// cdib.h
// new version for WIN32
class CDib : public CObject
{
enum Alloc {noAlloc, crtAlloc,
heapAlloc}; // applies to BITMAPINFOHEADER
DECLARE_SERIAL(CDib)
public:
www.eeworm.com/read/132872/14069090
h cdib.h
// cdib.h
// new version for WIN32
// from
class CDib : public CObject
{
enum Alloc {noAlloc, crtAlloc,
heapAlloc}; // applies to BITMAPINFOHEADER
DECLARE_SERIAL(CDib)