qdlgptattset.h
资源名称:QGIS.rar [点击查看]
上传用户:oybseng
上传日期:2015-04-27
资源大小:7831k
文件大小:2k
源码类别:
GDI/图象编程
开发平台:
Visual C++
- #if !defined(AFX_QDLGPTATTSET_H__0031DB8C_9255_46AB_B52E_F25ED5D22FC6__INCLUDED_)
- #define AFX_QDLGPTATTSET_H__0031DB8C_9255_46AB_B52E_F25ED5D22FC6__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // qdlgptattset.h : header file
- //
- #include "../QObjects/include/QPointObj.h"
- #include "../QObjects/include/QMapObj.h"
- /////////////////////////////////////////////////////////////////////////////
- // CQDlgPtAttSet dialog
- class CQDlgPtAttSet : public CDialog
- {
- // Construction
- public:
- void EnableCtl(BOOL bEnable = FALSE);
- CQDlgPtAttSet(CWnd* pParent = NULL); // standard constructor
- CQDlgPtAttSet(CQMapObj * pMap,CQPointObj * pPoint,CWnd* pParent = NULL);
- // Dialog Data
- //{{AFX_DATA(CQDlgPtAttSet)
- enum { IDD = IDD_DIALOG_POINT_ATSET_QGIS };
- double m_fXPt;
- double m_fYPt;
- double m_fElevationPt;
- BOOL m_bReset;
- long m_lPtID;
- CString m_szPtLyrName;
- CString m_szPtName;
- int m_nShowPt;
- //}}AFX_DATA
- COLORREF m_ptColor;
- CQPointObj * m_pPoint; //点对象的指针
- CDC * m_pWndDC;
- CQMapObj * m_pMap;
- CString m_szOldPtName; //没有修改以前的点图元名称
- CString m_szOldLyrName; //没有修改以前的图层名称
- double m_fOldX; //没有修改以前的X坐标
- double m_fOldY; //没有修改以前的Y坐标
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CQDlgPtAttSet)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CQDlgPtAttSet)
- virtual BOOL OnInitDialog();
- afx_msg void OnCheckPtCoorPtattDlg();
- afx_msg void OnStaticColorShowClickPtDlg();
- virtual void OnOK();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_QDLGPTATTSET_H__0031DB8C_9255_46AB_B52E_F25ED5D22FC6__INCLUDED_)