[Gcblue-commits] gcb_wx/include/graphics tcMapView.h,1.1,1.2
Status: Alpha
Brought to you by:
ddcforge
|
From: Dewitt C. <ddc...@us...> - 2004-10-16 14:57:17
|
Update of /cvsroot/gcblue/gcb_wx/include/graphics In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25900/include/graphics Modified Files: tcMapView.h Log Message: Changes related to GDI+ replacement Index: tcMapView.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/graphics/tcMapView.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** tcMapView.h 2 Oct 2004 22:41:32 -0000 1.1 --- tcMapView.h 16 Oct 2004 14:57:08 -0000 1.2 *************** *** 1,6 **** ! /* ! ** tcMapView.h ! ** ! ** Copyright (C) 2003 Dewitt Colclough (de...@tw...) ** All rights reserved. --- 1,6 ---- ! /** ! ** @file tcMapView.h ! */ ! /* Copyright (C) 2003-2004 Dewitt Colclough (de...@tw...) ** All rights reserved. *************** *** 277,281 **** void ClearMapCmd() {meMapCmd = MC_NONE;} ! int Draw(void); void DrawGrid(Gdiplus::Graphics *apGraphics); void DrawScaleBar(Gdiplus::Graphics *apGraphics); --- 277,281 ---- void ClearMapCmd() {meMapCmd = MC_NONE;} ! int Draw(); void DrawGrid(Gdiplus::Graphics *apGraphics); void DrawScaleBar(Gdiplus::Graphics *apGraphics); *************** *** 306,311 **** void ActivateCmd(teMapCmdType aeCmd) {mbMapCmdActive=true; meMapCmd=aeCmd;} void DeactivateCmd() {mbMapCmdActive=false; meMapCmd=MC_NONE;} ! void ClearMapObjects(void); ! void Init(void); void SetDateTime(std::string s) {dateTime = s;} void SetHookID(long id); --- 306,311 ---- void ActivateCmd(teMapCmdType aeCmd) {mbMapCmdActive=true; meMapCmd=aeCmd;} void DeactivateCmd() {mbMapCmdActive=false; meMapCmd=MC_NONE;} ! void ClearMapObjects(); ! void Init(); void SetDateTime(std::string s) {dateTime = s;} void SetHookID(long id); |