代码搜索:CObject
找到约 2,165 项符合「CObject」的源代码
代码结果 2,165
www.eeworm.com/read/124561/6045606
h object.h
// Object.h: interface for the CObject class.
#ifndef __COBJECT_H__
#define __COBJECT_H__
class CObject
{
public:
long GetObjectType();
void SetObjectType(long type);
void SetUniqueId
www.eeworm.com/read/104449/15692404
h object.h
// Object.h: interface for the CObject class.
#ifndef __COBJECT_H__
#define __COBJECT_H__
class CObject
{
public:
long GetObjectType();
void SetObjectType(long type);
void SetUniqueId
www.eeworm.com/read/103858/15718038
html wpw_mfc_objects_95.html
Return to Table of Contents for this chapter
Subject: MFC: Question about CObList
perkel@dolphin.upen
www.eeworm.com/read/188171/8565025
doc 界面控件类_cobject控件根类详细设计.doc
www.eeworm.com/read/388243/8625569
h object.h
#ifndef __OBJECT_H
#define __OBJECT_H
#include "tree.h"
#include "vector.h"
#include "camera.h"
/*
OBJECT.H
The CObject class
OpenGL Game Programming
Author: Kevin Hawkins
Dat
www.eeworm.com/read/278884/10495236
h ddd.h
#pragma once
// Cddd 命令目标
class Cddd : public CObject
{
public:
Cddd();
virtual ~Cddd();
};
www.eeworm.com/read/417615/10984063
h test.h
#pragma once
// CTest 命令目标
class CTest : public CObject
{
public:
CTest();
virtual ~CTest();
};
www.eeworm.com/read/197685/7976441
h ddd.h
#pragma once
// Cddd 命令目标
class Cddd : public CObject
{
public:
Cddd();
virtual ~Cddd();
};
www.eeworm.com/read/132649/5915433
cpp pathhook.cpp
/*
* ===========================================================================
* PRODUCTION $Log: pathhook.cpp,v $
* PRODUCTION Revision 1000.1 2004/06/01 19:41:30 gouriano
* PRODUCTION PRODUC