代码搜索:CObject

找到约 2,165 项符合「CObject」的源代码

代码结果 2,165
www.eeworm.com/read/205677/15310028

h image.h

#ifndef _IMAGE_H_ #define _IMAGE_H_ class CImage : public CObject { DECLARE_SERIAL(CImage); private: DWORD Transform(WORD width); DWORD ByteNumForOneLine(WORD nD
www.eeworm.com/read/11786/233878

h cclient.h

#ifndef _CLIENT_H #define _CLIENT_H class Client : public CObject { public: Client() { iTimes = 0; iFlag = 0; } ~Client() {} private: Client(const Client &); Client & operator
www.eeworm.com/read/27451/865071

h cmessg.h

#ifndef _CMESSG_ #define _CMESSG_ class CMessg : public CObject { protected: DECLARE_DYNCREATE(CMessg) public: CMessg(); // Attributes public: CString m_strText; // Operations pub
www.eeworm.com/read/37194/899999

h graph.h

class CGraph: public CObject { public: CGraph::CGraph(); CGraph::CGraph(CRect rcDraw); CGraph::CGraph(CRect rcDraw, int nMode); void SetDrawRect(CRect rcDraw); void SetDrawMode(int nMode);
www.eeworm.com/read/37216/900352

h cmessg.h

#ifndef _CMESSG_ #define _CMESSG_ class CMessg : public CObject { protected: DECLARE_DYNCREATE(CMessg) public: CMessg(); // Attributes public: CString m_strText; // Operations pub
www.eeworm.com/read/232130/4705342

h object1.h

/* * OBJECT1.H * * Definition of the CObject1 class that uses interface * implementations to provide ISampleOne and ISampleTwo. * * Copyright (c)1993-1995 Microsoft Corporation, All Rights
www.eeworm.com/read/297392/3887061

txt howto.txt

HOWTO make objects float around the screen set the Torque property of a CObject which will determine its spin. and then set its motion path, which is defined by its MX and MY propertie
www.eeworm.com/read/275734/4171930

h cmessg.h

#ifndef _CMESSG_ #define _CMESSG_ class CMessg : public CObject { protected: DECLARE_DYNCREATE(CMessg) public: CMessg(); // Attributes public: CString m_strText; // Operations pub
www.eeworm.com/read/275513/4175623

h wzdinfo.h

#ifndef WZDINFO_H #define WZDINFO_H class CWzdInfo : public CObject { public: DECLARE_SERIAL( CWzdInfo ) CWzdInfo(); CWzdInfo(CString sFirst,CString sLast); //misc info
www.eeworm.com/read/397686/2400622

h flytortoisedemon.h

#ifndef _FLYTORTOISEDEMON_H_FILE_INCLUDED_ #define _FLYTORTOISEDEMON_H_FILE_INCLUDED_ #include "Object.h" class CFlyTortoiseDemon:public CObject { public: CFlyTortoiseDemon(CGame * Game,i