[Gcblue-commits] gcb_wx/include/graphics tcMapView.h,1.9,1.10
Status: Alpha
Brought to you by:
ddcforge
|
From: Dewitt C. <ddc...@us...> - 2004-12-28 23:51:38
|
Update of /cvsroot/gcblue/gcb_wx/include/graphics In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4432/include/graphics Modified Files: tcMapView.h Log Message: Group selection Ctrl and Alt+number commands Index: tcMapView.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/graphics/tcMapView.h,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** tcMapView.h 11 Dec 2004 01:09:04 -0000 1.9 --- tcMapView.h 28 Dec 2004 23:51:24 -0000 1.10 *************** *** 323,326 **** --- 323,327 ---- void SetDateTime(std::string s) {dateTime = s;} void SetHookID(long id); + void SetGroupHook(std::vector<long>& hookedUnits); void SetTextLeftMargin(float x); void ToggleShowTrackTags() {mbShowTrackID = !mbShowTrackID;} |