代码搜索:elements
找到约 10,000 项符合「elements」的源代码
代码结果 10,000
www.eeworm.com/read/340916/12123759
h elements.h
// Elements.h
// Defines element types
#pragma once
#include
using namespace System;
using namespace System::Drawing;
using namespace cliext;
namespace CLRSketcher
{
//
www.eeworm.com/read/340916/12124273
h elements.h
#pragma once
// CElement command target
class CElement : public CObject
{
DECLARE_SERIAL(CElement)
protected:
COLORREF m_Color; // Color of an element
www.eeworm.com/read/340916/12124277
cpp elements.cpp
// Elements.cpp : implementation file
//
#include "stdafx.h"
#include "Sketcher.h"
#include "Elements.h"
#include "OurConstants.h"
#include
IMPLEMENT_SERIAL(CElement, CObject, VERS
www.eeworm.com/read/340916/12124336
h elements.h
// Elements.h
// Defines element types
#pragma once
#include
using namespace System;
using namespace System::Drawing;
using namespace cliext;
using namespace System::Runtime::
www.eeworm.com/read/340916/12124380
h elements.h
#pragma once
// CElement command target
class CElement : public CObject
{
protected:
COLORREF m_Color; // Color of an element
CRect m_EnclosingRect;
www.eeworm.com/read/340916/12124383
cpp elements.cpp
// Elements.cpp : implementation file
//
#include "stdafx.h"
#include "Sketcher.h"
#include "Elements.h"
#include "OurConstants.h"
#include
// CElement
CElement::CElement()
{
www.eeworm.com/read/340916/12124448
h elements.h
// Elements.h
// Defines element types
#pragma once
#include
using namespace System;
using namespace System::Drawing;
using namespace cliext;
namespace CLRSketcher
{
//
www.eeworm.com/read/340916/12124498
h elements.h
#pragma once
// CElement command target
class CElement : public CObject
{
protected:
COLORREF m_Color; // Color of an element
CRect m_EnclosingRect;
www.eeworm.com/read/340916/12124504
cpp elements.cpp
// Elements.cpp : implementation file
//
#include "stdafx.h"
#include "Sketcher.h"
#include "Elements.h"
#include "OurConstants.h"
#include
// CElement
CElement::CElement()
{
www.eeworm.com/read/340916/12124818
h elements.h
#pragma once
// CElement command target
class CElement : public CObject
{
protected:
COLORREF m_Color; // Color of an element
CRect m_EnclosingRect;