代码搜索:CObject
找到约 2,165 项符合「CObject」的源代码
代码结果 2,165
www.eeworm.com/read/363817/9935125
cpp cunit.cpp
#include "stdafx.h"
#include"CUnit.h"
#include "EastDrawView.h"
IMPLEMENT_SERIAL(CUnit,CObject,1)
CUnit::CUnit()
{
Initial();
}
CUnit::CUnit(CUnit&unit)
{
m_FirstPoint=unit.m_FirstPoint;
www.eeworm.com/read/278884/10496844
h myline.h
#pragma once
// CMyLine 命令目标
class CMyLine : public CObject
{
public:
int m_StartX;
int m_StartY;
int m_EndX;
int m_EndY;
public:
CMyLine();
DECLARE_SERIAL(CMyLine)
virtual
www.eeworm.com/read/299583/7844196
h mybplustree.h
// MyBPlusTree.h
#pragma once
#include "MyNode.h"
#include "Parameters.h"
// MyBPlusTree 命令目标
class MyBPlusTree : public CObject
{
public:
MyNode* m_root; //树根结点指针
MyNode* m_curren
www.eeworm.com/read/197685/7978284
h myline.h
#pragma once
// CMyLine 命令目标
class CMyLine : public CObject
{
public:
int m_StartX;
int m_StartY;
int m_EndX;
int m_EndY;
public:
CMyLine();
DECLARE_SERIAL(CMyLine)
virtual
www.eeworm.com/read/297168/8049458
h map.h
class CMapObject;
class CDemo2Doc;
class CMapLayer : public CObject
{
private:
CString GetFirstPara(CString& str);
int GetSecondPara(CString& str);
CDemo2Doc* m_pDoc;
public:
int m_
www.eeworm.com/read/297168/8049829
h dib.h
#define HDIB HANDLE
class CDib : public CObject
{
public:
HDIB m_hDib;
HBITMAP m_hBitmap;
CPalette* m_pPalette;
CBitmap* m_pBitmap;
private:
CDC* m_pMemDC;
CBitmap* m_pBitmapTmp;
www.eeworm.com/read/240167/13233788
h object.h
// Object.h: interface for the CObject class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_OBJECT_H__1144D1A2_517B_4E0D_A6D3_7F0C44FFAE4A__INCLUDED_)
www.eeworm.com/read/306371/13745694
cpp cunit.cpp
#include "stdafx.h"
#include"CUnit.h"
#include "EastDrawView.h"
IMPLEMENT_SERIAL(CUnit,CObject,1)
CUnit::CUnit()
{
Initial();
}
CUnit::CUnit(CUnit&unit)
{
m_FirstPoint=unit.m_FirstPoint;
www.eeworm.com/read/157865/11658906
h writeavi.h
#include
#define TEXT_HEIGHT 20
#define AVIIF_KEYFRAME 0x00000010L // this frame is a key frame.
#define BUFSIZE 260
class CAVIFile : public CObject
{
public:
CAVIFile(LPCTSTR lpsz
www.eeworm.com/read/251652/12327000
cpp cunit.cpp
#include "stdafx.h"
#include"CUnit.h"
#include "EastDrawView.h"
IMPLEMENT_SERIAL(CUnit,CObject,1)
CUnit::CUnit()
{
Initial();
}
CUnit::CUnit(CUnit&unit)
{
m_FirstPoint=unit.m_FirstPoint;