代码搜索:CObject
找到约 2,165 项符合「CObject」的源代码
代码结果 2,165
www.eeworm.com/read/402787/2317151
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/402787/2317173
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/402787/2317601
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/402787/2317623
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/402787/2317983
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/397686/2400599
h pipetop.h
#ifndef _PIPETOP_H_FILE_INCLUDED_
#define _PIPETOP_H_FILE_INCLUDED_
#include "Object.h"
class CPipeTop:public CObject
{
public:
CPipeTop(CGame * Game,int x, int y);
virtual const int *
www.eeworm.com/read/397686/2400602
h question.h
#ifndef _QUESTION_H_FILE_INCLUDED_
#define _QUESTION_H_FILE_INCLUDED_
#include "Object.h"
class CQuestion:public CObject
{
public:
CQuestion(CGame * Game,int x, int y,int Content);
virt
www.eeworm.com/read/395483/8171270
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/193045/8256453
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}
www.eeworm.com/read/393830/8261209
h cbsocket.h
#ifndef __CBASESOCKET_H
#define __CBASESOCKET_H
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
#include "IOCPSocket.h"
/*
class SEND_DATA_STRU : public CObject
{
public: