代码搜索:CObject
找到约 2,165 项符合「CObject」的源代码
代码结果 2,165
www.eeworm.com/read/154569/11945022
cpp mybitmap.cpp
#include "stdafx.h"
#include "MyBitmap.h"
#include
IMPLEMENT_DYNAMIC(CBitmapFile,CObject)
CBitmapFile::CBitmapFile()
{
lpBitmapInfo=NULL;
lpBitmapData=NULL;
}
BOOL CBitmapFile::L
www.eeworm.com/read/213957/15120936
h dibitmap.h
// Filename: DIBitmap.h
#ifndef __DIBITMAP_H__
#define __DIBITMAP_H__
class CDIBitmap : public CObject
{
DECLARE_DYNAMIC( CDIBitmap )
// Attributes
protected:
BITMAPINFO* m_pBitmapInfo
www.eeworm.com/read/213957/15121114
h dibitmap.h
// Filename: DIBitmap.h
#ifndef __DIBITMAP_H__
#define __DIBITMAP_H__
class CDIBitmap : public CObject
{
DECLARE_DYNAMIC( CDIBitmap )
// Attributes
protected:
BITMAPINFO* m_pBitmapInfo
www.eeworm.com/read/232130/4705341
h object3.h
/*
* OBJECT3.H
*
* Definition of the CObject1 class that uses mutliple
* inheritance to provide ISampleOne and ISampleTwo.
*
* Copyright (c)1993-1995 Microsoft Corporation, All Rights Rese
www.eeworm.com/read/232130/4705344
h object2.h
/*
* OBJECT2.H
*
* Definition of the CObject1 class that uses contained
* classes to provide ISampleOne and ISampleTwo.
*
* Copyright (c)1993-1995 Microsoft Corporation, All Rights Reserve
www.eeworm.com/read/200914/5063746
h event.h
#ifndef _EVENT_H_
#define _EVENT_H_
#include "pqdtypes.h"
#include "eventime.h"
class CPQEvent : public CObject
{
private:
protected:
public:
char szNode[14
www.eeworm.com/read/298327/3867571
h inputreceiver.h
#ifndef INPUTRECEIVER_H
#define INPUTRECEIVER_H
#include
#include
#include "Object.h"
#include "GlobalStuff.h"
class CInputReceiver :
public CObject
{
protected:
enu
www.eeworm.com/read/111570/15509870
cpp imageobject.cpp
// ImageObject.cpp
#include "stdafx.h"
#include "ImageObject.h"
#include "Errors.h"
IMPLEMENT_DYNCREATE(CImageObject, CObject)
char *CImageObject::szExtensions[] = { ".BMP", ".GIF", ".PCX
www.eeworm.com/read/192471/8380093
h response.h
#ifndef __RESPONSE_H__
#define __RESPONSE_H__
class NMEA0183;
class RESPONSE : public CObject
{
private:
NMEA0183 *container_p;
public:
RESPONSE();
virtual ~RESPONSE();
/*