代码搜索:CObject
找到约 2,165 项符合「CObject」的源代码
代码结果 2,165
www.eeworm.com/read/336101/3354551
cpp student.cpp
//student.cpp
#include "stdafx.h"
#include "student.h"
IMPLEMENT_DYNAMIC(CStudent,CObject)
#ifdef _DEBUG
void CStudent::Dump(CDumpContext& dc)const
{
CObject::Dump(dc);
dc
www.eeworm.com/read/431395/8679473
h painted.h
// painted.h : interface of the CPaintLine class
//
/////////////////////////////////////////////////////////////////////////////
class CPainted : public CObject
{
public:
CPainted();
vir
www.eeworm.com/read/457703/7320149
h painted.h
// painted.h : interface of the CPaintLine class
//
/////////////////////////////////////////////////////////////////////////////
class CPainted : public CObject
{
public:
CPainted();
vir
www.eeworm.com/read/453907/7404103
h painted.h
// painted.h : interface of the CPaintLine class
//
/////////////////////////////////////////////////////////////////////////////
class CPainted : public CObject
{
public:
CPainted();
vir
www.eeworm.com/read/215217/15067592
h painted.h
// painted.h : interface of the CPaintLine class
//
/////////////////////////////////////////////////////////////////////////////
class CPainted : public CObject
{
public:
CPainted();
vir
www.eeworm.com/read/172778/9691230
h painted.h
// painted.h : interface of the CPaintLine class
//
/////////////////////////////////////////////////////////////////////////////
class CPainted : public CObject
{
public:
CPainted(); //该类
www.eeworm.com/read/204042/15347052
h painted.h
// painted.h : interface of the CPaintLine class
//
/////////////////////////////////////////////////////////////////////////////
class CPainted : public CObject
{
public:
CPainted();
vir
www.eeworm.com/read/165443/10062290
h coordinate.h
//Coordinate坐标类
//Coordinate.h
//包含的头文件
//类定义
class Coordinate:public CObject{ //继承于CObject类
DECLARE_SERIAL(Coordinate)
private:
CPoint org; //原点坐标(视图坐标)
int xScale; //横轴的单
www.eeworm.com/read/366508/2890088
h originserver.h
// OriginServer.h : header file
//
#include "ORGDDE.h"
/////////////////////////////////////////////////////////////////////////////
// OriginServer
class OriginServer : public CObject
{
www.eeworm.com/read/279904/10379624
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