代码搜索:PView
找到约 1,218 项符合「PView」的源代码
代码结果 1,218
www.eeworm.com/read/380459/9147228
h drawtool.h
#pragma once
#ifndef __DRAWTOOL_H__
#define __DRAWTOOL_H__
class CVisDrawView;
//交互图形类型
enum DrawShape{
pointTool,
lineTool,
hlineTool, //水平直线
vlineTool, //垂直
www.eeworm.com/read/380459/9147235
h chongobj.h
#pragma once
#include "figureobj.h"
class CChongTool;
class CChongObj :
public CFigureObj
{
protected:
DECLARE_SERIAL(CChongObj);
CChongObj(void);
public:
CChongObj(const CRect& posit
www.eeworm.com/read/380459/9147237
h zhewantool.h
#pragma once
#include "drawtool.h"
class CZhewanObj;
class CZhewanTool :
public CDrawTool
{
public:
CZhewanTool(void);
~CZhewanTool(void);
CZhewanTool(DrawShape drawShape);
vir
www.eeworm.com/read/380459/9147251
h zhongxinobj.h
#pragma once
#include "figureobj.h"
class CZhongxinTool;
class CZhongxinObj :
public CFigureObj
{
protected:
DECLARE_SERIAL(CZhongxinObj);
CZhongxinObj(void);
public:
CZhongxinObj(const
www.eeworm.com/read/380459/9147258
h xiobj.h
#pragma once
#include "figureobj.h"
class CXiTool;
class CXiObj :
public CFigureObj
{
protected:
DECLARE_SERIAL(CXiObj);
CXiObj(void);
public:
CXiObj(const CRect& position);
CXiO
www.eeworm.com/read/380459/9147265
cpp drawtool.cpp
#include "StdAfx.h"
#include ".\drawtool.h"
#include "visdrawview.h"
#include "circletool.h"
#include "arctool.h"
#include "chetool.h"
#include "texttool.h"
#include "baotool.h"
#include "
www.eeworm.com/read/380459/9147329
h zuanobj.h
#pragma once
#include "figureobj.h"
class CZuanTool;
class CZuanObj :
public CFigureObj
{
protected:
DECLARE_SERIAL(CZuanObj);
CZuanObj(void);
public:
CZuanObj(const CRect& position);
www.eeworm.com/read/380459/9147337
h recttool.h
#pragma once
#include "drawtool.h"
class CRectObj;
class CRectTool :
public CDrawTool
{
public:
CRectTool(void);
CRectTool(DrawShape drawShape);
~CRectTool(void);
virtual void OnL
www.eeworm.com/read/380459/9147351
h figureobj.h
//FigureObj.h 图形元基类声明文档
#pragma once
#include "afx.h"
class CVisDrawDoc;
class CVisDrawView;
enum DrawObj{
// pointObj,
//lineObj,
//hlineObj, //水平直线
//vlineObj,
www.eeworm.com/read/380459/9147356
h zhewanobj.h
#pragma once
#include "figureobj.h"
class CZhewanTool;
class CZhewanObj :
public CFigureObj
{
protected:
DECLARE_SERIAL(CZhewanObj);
CZhewanObj(void);
public:
CZhewanObj(const CRect&