Public Member Functions | |
| KGameMapEditor * | GetpGameMapEditor () |
| bool | Init () |
| bool | End () |
| bool | Run () |
| bool | IsShowLandscape () |
| void | ShowLandscape (bool bDraw) |
| bool | IsShowSky () |
| void | ShowSky (bool bDraw) |
| bool | IsShowSea () |
| void | ShowSea (bool bDraw) |
| bool | IsShowWireFrame () |
| void | ShowWireFrame (bool bWireFrame) |
| bool | IsFreeCam () |
| void | SetFreeCam (bool bFreeCam) |
| void | SetSunTime (float SunTime) |
| bool | ImportHeightMap (int TileX, int TileY, char *pFileName) |
| bool | ExportHeightMap (int TileX, int TileY, char *pFileName) |
| virtual void | OnDraw (CDC *pDC) |
| afx_msg int | OnCreate (LPCREATESTRUCT lpCreateStruct) |
| afx_msg void | OnDestroy () |
| afx_msg void | OnSize (UINT nType, int cx, int cy) |
| virtual BOOL | Create (LPCTSTR lpszClassName, LPCTSTR lpszWindowName, DWORD dwStyle, const RECT &rect, CWnd *pParentWnd, UINT nID, CCreateContext *pContext=NULL) |
| afx_msg void | OnMouseMove (UINT nFlags, CPoint point) |
| afx_msg void | OnLButtonDown (UINT nFlags, CPoint point) |
| afx_msg void | OnLButtonUp (UINT nFlags, CPoint point) |
| afx_msg void | OnTimer (UINT nIDEvent) |
| afx_msg void | OnRButtonDown (UINT nFlags, CPoint point) |
| afx_msg void | OnRButtonUp (UINT nFlags, CPoint point) |
Protected Member Functions | |
| CLandscapeView () | |
| virtual | ~CLandscapeView () |
Protected Attributes | |
| KGameMapEditor * | m_pGameMapEditor |
| bool | m_bLButtonDown |
| bool | m_bRButtonDown |
| HCURSOR | m_hNormal |
| HCURSOR | m_hBrush |
| POINT | m_LastPoint |
Definition at line 7 of file LandscapeView.h.
1.5.1-p1