⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 flowchartentity.h

📁 CFlowchartEditor is an extension of CDiagramEditor. CDiagramEditor is a vector editor, with a CWnd-d
💻 H
字号:
#if !defined(AFX_FLOWCHARTENTITY_H__8BBDE424_2729_426C_89EC_B3E3E1021F92__INCLUDED_)
#define AFX_FLOWCHARTENTITY_H__8BBDE424_2729_426C_89EC_B3E3E1021F92__INCLUDED_

#include "DiagramEditor\DiagramEntity.h"
#include "PropertyDialog.h"
#include "FlowchartLink.h"

class CFlowchartEntity : public CDiagramEntity
{

public:
// Construction/initialization/destruction
	CFlowchartEntity();
	virtual	~CFlowchartEntity();
	virtual CDiagramEntity* Clone();
	static	CDiagramEntity* CreateFromString( const CString& str );

// Overrides
	virtual int		GetHitCode( CPoint point ) const;
	virtual HCURSOR GetCursor( int hit ) const;

// Implementation
	virtual int		AllowLink();
	virtual CPoint	GetLinkPosition( int type );

	void			SetMoved( BOOL moved );
	BOOL			GetMoved();

protected:
// Overrides
	virtual void	DrawSelectionMarkers( CDC* dc, CRect rect ) const;

private:
// Private data
	CPropertyDialog	m_dlg;
	BOOL			m_moved;

};

#endif // !defined(AFX_FLOWCHARTENTITY_H__8BBDE424_2729_426C_89EC_B3E3E1021F92__INCLUDED_)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -