代码搜索:CObject
找到约 2,165 项符合「CObject」的源代码
代码结果 2,165
www.eeworm.com/read/250455/12405407
h sphere.h
// Sphere.h: interface for the CSphere class.
#ifndef _CSPHERE_H
#define _CSPHERE_H
#ifndef _COBJECT3D_H
#include "Object3d.h"
#endif
class CSphere : public CObject3d
{
DECLARE_DYNAM
www.eeworm.com/read/209410/15220481
h sphere.h
// Sphere.h: interface for the CSphere class.
#ifndef _CSPHERE_H
#define _CSPHERE_H
#ifndef _COBJECT3D_H
#include "Object3d.h"
#endif
class CSphere : public CObject3d
{
DECLARE_DYNAM
www.eeworm.com/read/336101/3354572
cpp student.cpp
//student.cpp
#include "stdafx.h"
#include "student.h"
IMPLEMENT_SERIAL(CStudent,CObject,1)//支持序列化的宏声明
#ifdef _DEBUG
void CStudent::Dump(CDumpContext& dc)const
{
CObject::Dump(dc);
dc
www.eeworm.com/read/240556/13213822
h parsing.h
// parsing.h 自动句法分析所需要的数据结构,包括规则,局部分析等
class CRule:public CObject
{
public:
CString Ls,Rs1,Rs2;
CRule() {
}
CRule(CString Line);
};
class CEdge:public CObject
{
public:
CString Ro
www.eeworm.com/read/350213/10758463
cpp gameobject.cpp
// Object.cpp: implementation of the CObject class.
//
//////////////////////////////////////////////////////////////////////
//#include "MapEdit.h"
#include "GameObject.h"
#ifdef _DEBUG
#
www.eeworm.com/read/231694/14223120
h sound.h
// sound.h : header file
//
#ifndef __SOUND__
#define __SOUND__
/////////////////////////////////////////////////////////////////////////////
// CSound object
class CSound : public CObject
www.eeworm.com/read/237007/13981454
h message.h
// Message.h: interface for the CMessage class.
//
//////////////////////////////////////////////////////////////////////
#ifndef _CMessage_
#define _CMessage_
class CMessage : public CObject
www.eeworm.com/read/223937/14611464
h sort.h
#ifndef _SORT_H_
#define _SORT_H_
/////////////////////////////////////////////////////////////////////////////
// RxSort command target
class RxSort : public CObject
{
// Attributes
public:
// Ope
www.eeworm.com/read/458919/1579514
h controlhook.h
////////////////////////////////////////////////////////
// ControlHook.h
class AFX_EXT_CLASS CControlHook: public CObject
{
public:
CControlHook();
~CControlHook();
//安装钩子
HHOOK Start
www.eeworm.com/read/458919/1579532
h controlhook.h
////////////////////////////////////////////////////////
// ControlHook.h
class AFX_EXT_CLASS CControlHook: public CObject
{
public:
CControlHook();
~CControlHook();
//安装钩子
HHOOK Start