代码搜索:CObject
找到约 2,165 项符合「CObject」的源代码
代码结果 2,165
www.eeworm.com/read/124561/6045609
h item.h
// Item.h: interface for the CItem class.
#ifndef __CITEM_H__
#define __CITEM_H__
#include "Object.h"
class CItem : public CObject
{
public:
CItem();
virtual ~CItem();
};
#endi
www.eeworm.com/read/124561/6045612
h human.h
// Human.h: interface for the CHuman class.
#ifndef __CHUMAN_H__
#define __CHUMAN_H__
#include "Object.h"
class CHuman : public CObject
{
public:
CHuman();
virtual ~CHuman();
};
www.eeworm.com/read/407199/11424195
cpp tyopcclientdoc.cpp
// TYOPCClientDoc.cpp : implementation file
//
#include "stdafx.h"
#include "tyopcclient.h"
#include "TYOPCClientDoc.h"
#include "DlgOPCServerList.h"
#include "DlgOPCGroup.h"
#include "DlgO
www.eeworm.com/read/400118/11582683
h messg.h
//#pragma once
//
//// CMessg command target
//
//class CMessg : public CObject
//{
//public:
// CMessg();
// virtual ~CMessg();
//};
#ifndef _CMESSG_
#define _CMESSG_
class CMessg :
www.eeworm.com/read/400118/11582701
cpp messg.cpp
// Messg.cpp : implementation file
//
//#include "stdafx.h"
//#include "OFSCardServer.h"
//#include "Messg.h"
//
//
//// CMessg
//
//CMessg::CMessg()
//{
//}
//
//CMessg::~CMessg()
//{
www.eeworm.com/read/346193/11762581
h table.h
#ifndef __TABLE_H
#define __TABLE_H
#include
#include
#include
#include
#include
#include "vector.h"
#include "object.h"
#include "tex
www.eeworm.com/read/346193/11762832
h camera.h
#ifndef __CAMERA_H
#define __CAMERA_H
#define WIN32_LEAN_AND_MEAN
#define WIN32_EXTRA_LEAN
/*
CAMERA.H
The interface for CCamera - the camera system
Author: Kevin Hawkins
Date: 3/2
www.eeworm.com/read/345670/11795590
txt 电子书籍笔记.txt
VC++学习基础知识
第一部分窗口
学习重点:如何创建一个窗口、销毁一个窗口和控制windows操作系统与窗口的通信问题
基本类型 : overlapped重叠窗口 popup弹出窗口 child子窗口
客户区和非客户区
Windows操作系统提供一个扩展的应用程序接口application program interface(API)用来创建和维护窗口对象
www.eeworm.com/read/155415/11876714
h listctrlitemwalk.h
#pragma once
class CListCtrlItemWalk
{
public:
CListCtrlItemWalk(CListCtrl* pListCtrl) { m_pListCtrl = pListCtrl; }
virtual CObject* GetNextSelectableItem();
virtual CObject* GetPrevSelec
www.eeworm.com/read/153940/11999169
h object.h
#ifndef _OBJECT_H_
#define _OBJECT_H_
#include "start.h"
#include "NetWork.h"
#define TYPE_CATEGORY 0x0001
#define TYPE_CONTENTLIST 0x0002
#define TYPE_SMSTEXT 0x0003
#define TYPE_RINGER