代码搜索:elements

找到约 10,000 项符合「elements」的源代码

代码结果 10,000
www.eeworm.com/read/340916/12122274

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/12122331

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/12122378

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/12122386

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/12122781

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/12122842

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/12122851

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/12122894

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/12122900

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/12122952

h elements.h

#pragma once // CElement command target class CElement : public CObject { protected: COLORREF m_Color; // Color of an element CRect m_EnclosingRect;