代码搜索:CObject
找到约 2,165 项符合「CObject」的源代码
代码结果 2,165
www.eeworm.com/read/281160/4118646
h winhand_.h
////////////////////////////////////////////////
// WINHAND_.h文件
#include "_afxcoll.h"
class CObject;
class CHandleMap
{
// 实现(Implementation)
private:
CMapPtrToPtr m_permanentMap;
//
www.eeworm.com/read/361993/2940558
cpp object.cpp
// Object.cpp: implementation of the CObject class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "Object.h"
#include "MoveManager.h"
#
www.eeworm.com/read/100119/15883558
h oleaut.h
#ifndef __OLEAUT_H__
#define __OLEAUT_H__
class COleAutomationControl : public CObject
{
public:
COleAutomationControl ();
~COleAutomationControl ();
bool CreateObject (char* ProgId);
www.eeworm.com/read/427066/8979719
h operationmode.h
#pragma once
// COperationMode command target
class CRFIDRadio;
class COperationMode : public CObject
{
public:
COperationMode();
virtual ~COperationMode();
RFID_STATUS Load(CRFIDRadio*
www.eeworm.com/read/357884/10198911
h dib.h
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DIB.h : header file
//
/////////////////////////////////////////////////////////////////////////////
class CDIB : public CObject
www.eeworm.com/read/280856/10287368
h array.h
#ifndef ARRAY_TEMPLATE_HEAD_FILE
#define ARRAY_TEMPLATE_HEAD_FILE
#pragma once
#include
//////////////////////////////////////////////////////////////////////////
class CObject{
www.eeworm.com/read/160201/10559204
h cdib_vc.h
// DIB.h: interface for the CDIB class.
//
//////////////////////////////////////////////////////////////////////
#ifndef _CDIB_H
#define _CDIB_H
class CDIB : public CObject
{
protected:
www.eeworm.com/read/454772/7383583
h datasv.h
class CdataSV : public CObject
{
public:
CString MSSV;
CString HoTen;
BOOL Phai;
CString Khoa;
CString MonThich;
public:
CdataSV()
{
MSSV = "";
HoTen = "";
}
Cd
www.eeworm.com/read/451833/7455131
h datasong.h
class dataSongs : public CObject
{
private:
CString pathfile;
CString title;
CString artist;
CString album;
CString genre;
CString image;
public:
dataSongs()
{
pathfile = "";
www.eeworm.com/read/326022/13170121
h traynot.h
// CTrayNot window
class CTrayNot : public CObject
{
// Construction
public:
CTrayNot ( CWnd* pWnd, UINT uCallbackMessage,
LPCTSTR szTip, HICON* pList ) ;
// Attributes
public:
BO