代码搜索:elements
找到约 10,000 项符合「elements」的源代码
代码结果 10,000
www.eeworm.com/read/340916/12122962
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/12123035
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/12123050
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/12123122
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/12123136
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/12123374
h elements.h
// Elements.h
// Defines element types
#pragma once
using namespace System;
using namespace System::Drawing;
namespace CLRSketcher
{
enum class LineStyle{SOLID, DOTTED, DASHED};
//
www.eeworm.com/read/340916/12123425
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/12123438
cpp elements.cpp
// Elements.cpp : implementation file
//
#include "stdafx.h"
#include "Sketcher.h"
#include "Elements.h"
#include
// CElement
CElement::CElement()
: m_PenStyle(0)
{
}
CEle
www.eeworm.com/read/340916/12123734
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/12123736
cpp elements.cpp
// Elements.cpp : implementation file
//
#include "stdafx.h"
#include "Sketcher.h"
#include "Elements.h"
#include "OurConstants.h"
#include
// CElement
CElement::CElement()
{