代码搜索:CObject
找到约 2,165 项符合「CObject」的源代码
代码结果 2,165
www.eeworm.com/read/247010/12692585
h image.h
#ifndef _IMAGE_H_
#define _IMAGE_H_
class CImage : public CObject
{
DECLARE_SERIAL(CImage);
private:
DWORD Transform(WORD width);
DWORD ByteNumForOneLine(WORD nD
www.eeworm.com/read/240780/13198476
cpp mapparts.cpp
#include "stdafx.h"
#include "MapParts.h"
IMPLEMENT_DYNAMIC(CMapParts,CObject)
CMapParts::CMapParts()
{
}
CMapParts::CMapParts(CMapParts& Parts)
{
int i,iCount;
CMapPoints *pPoi
www.eeworm.com/read/138080/13266875
h cmessg.h
#ifndef _CMESSG_
#define _CMESSG_
class CMessg : public CObject
{
protected:
DECLARE_DYNCREATE(CMessg)
public:
CMessg();
// Attributes
public:
CString m_strText;
// Operations
pub
www.eeworm.com/read/320401/13427522
h cmessg.h
#ifndef _CMESSG_
#define _CMESSG_
class CMessg : public CObject
{
protected:
DECLARE_DYNCREATE(CMessg)
public:
CMessg();
// Attributes
public:
CString m_strText;
// Operations
pub
www.eeworm.com/read/319689/13446431
cpp mapparts.cpp
#include "stdafx.h"
#include "MapParts.h"
IMPLEMENT_DYNAMIC(CMapParts,CObject)
CMapParts::CMapParts()
{
}
CMapParts::CMapParts(CMapParts& Parts)
{
int i,iCount;
CMapPoints *pPoi
www.eeworm.com/read/318745/13472991
cpp dibobject.cpp
//DibObject.cpp
#include "stdafx.h"
#include "DibObject.h"
IMPLEMENT_DYNCREATE(CDibObject, CObject)
char *CDibObject::szExtensions[] = { ".BMP", ".GIF", ".PCX", ".TGA", ".JPG", ".TIF", "" };
www.eeworm.com/read/152048/5677068
h cmessg.h
#ifndef _CMESSG_
#define _CMESSG_
class CMessg : public CObject
{
protected:
DECLARE_DYNCREATE(CMessg)
public:
CMessg();
// Attributes
public:
CString m_strText;
// Operations
pub
www.eeworm.com/read/131843/5927665
h cmessg.h
#ifndef _CMESSG_
#define _CMESSG_
class CMessg : public CObject
{
protected:
DECLARE_DYNCREATE(CMessg)
public:
CMessg();
// Attributes
public:
CString m_strText;
// Operations
pub
www.eeworm.com/read/400209/11580569
cpp dibobject.cpp
//DibObject.cpp
#include "stdafx.h"
#include "DibObject.h"
IMPLEMENT_DYNCREATE(CDibObject, CObject)
char *CDibObject::szExtensions[] = { ".BMP", ".GIF", ".PCX", ".TGA", ".JPG", ".TIF", "" };
www.eeworm.com/read/251612/12330579
h cmessg.h
#ifndef _CMESSG_
#define _CMESSG_
class CMessg : public CObject
{
protected:
DECLARE_DYNCREATE(CMessg)
public:
CMessg();
// Attributes
public:
CString m_strText;
// Operations
pub