[GME-commit] GMESRC/GME/Gme PartBrowserPane.cpp,1.8,1.9

gme-commit at list.isis.vanderbilt.edu gme-commit at list.isis.vanderbilt.edu
Mon Mar 8 10:20:06 CST 2004


Update of /var/lib/gme/GMESRC/GME/Gme
In directory braindrain:/tmp/cvs-serv19253

Modified Files:
	PartBrowserPane.cpp 
Log Message:
added event logging to part browser (just need to know what new part the user is getting to go drag and drop into the GMEView)

CVS User: brianw

Index: PartBrowserPane.cpp
===================================================================
RCS file: /var/lib/gme/GMESRC/GME/Gme/PartBrowserPane.cpp,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** PartBrowserPane.cpp	7 Feb 2003 15:22:47 -0000	1.8
--- PartBrowserPane.cpp	8 Mar 2004 16:20:04 -0000	1.9
***************
*** 12,15 ****
--- 12,16 ----
  #include "PartBrowserPaneFrame.h"
  #include "GraphicsUtil.h"
+ #include "GMEEventLogger.h"
  
  #ifdef _DEBUG
***************
*** 227,230 ****
--- 228,232 ----
  void CPartBrowserPane::OnLButtonDown(UINT nFlags, CPoint point) 
  {
+ 	CGMEEventLogger::LogGMEEvent("CPartBrowserPane::OnLButtonDown\r\n");
  	CPartBrowserPaneFrame *parent = (CPartBrowserPaneFrame*)GetParent();
  	ASSERT( parent != NULL );
***************
*** 235,238 ****
--- 237,241 ----
  
  	if(guiObj) {
+ 		CGMEEventLogger::LogGMEEvent("    LButton over "+guiObj->GetName()+"\r\n");
  		CGuiObjectList list;
  		list.AddTail(guiObj);



More information about the GME-commit mailing list