代码搜索:elements
找到约 10,000 项符合「elements」的源代码
代码结果 10,000
www.eeworm.com/read/402787/2317693
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/402787/2317705
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/402787/2317708
cpp elements.cpp
// Elements.cpp : implementation file
//
#include "stdafx.h"
#include "Sketcher.h"
#include "Elements.h"
#include
// CElement
CElement::CElement()
: m_PenStyle(0)
{
}
CElem
www.eeworm.com/read/402787/2317780
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/402787/2317782
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/402787/2317799
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/402787/2317801
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/402787/2317981
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/402787/2317983
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/402787/2318062
h elements.h
#pragma once
// CElement command target
class CElement : public CObject
{
protected:
COLORREF m_Color; // Color of an element
CRect m_EnclosingRect;