[GME-commit] GMESRC/Paradigms/MetaGME/BonExtension/Gui SelConf.cpp,1.2,1.3

gme-commit at list.isis.vanderbilt.edu gme-commit at list.isis.vanderbilt.edu
Tue Mar 9 20:50:20 CST 2004


Update of /var/lib/gme/GMESRC/Paradigms/MetaGME/BonExtension/Gui
In directory braindrain:/tmp/cvs-serv29957/Gui

Modified Files:
	SelConf.cpp 
Log Message:
Spring cleaning. Removed Aspects, Constraints, Parts
Made synched with MetaInt
Registry logic changed
Bugs: 
	connection inheritance ( m_connPtr changed during appendJoint)
	ReferencePort detection changed according to metainterpreter
Modified Files:
 	BON2Component.cpp BON2Component.h BonExt.dsp Gui/SelConf.cpp 
 	Rep/Any.cpp Rep/Any.h Rep/AtomRep.cpp Rep/AtomRep.h 
 	Rep/AttributeRep.cpp Rep/AttributeRep.h Rep/CodeGen.cpp 
	Rep/ConnJoint.cpp Rep/ConnJoint.h Rep/ConnectionRep.cpp 
 	Rep/ConnectionRep.h Rep/Dumper.cpp Rep/Dumper.h Rep/FCO.cpp 
 	Rep/FCO.h Rep/FcoRep.cpp Rep/FcoRep.h Rep/FolderRep.cpp 
 	Rep/FolderRep.h Rep/Method.cpp Rep/ModelRep.cpp Rep/ModelRep.h 
 	Rep/PointerItem.h Rep/ReferenceRep.cpp Rep/ReferenceRep.h 
 	Rep/RoleRep.h Rep/RootFolder.cpp Rep/RootFolder.h 
 	Rep/SetRep.cpp Rep/SetRep.h Rep/Sheet.cpp Rep/Sheet.h 
Removed Files:
 	TokenEx.cpp TokenEx.h Rep/AspectRep.cpp Rep/AspectRep.h 
 	Rep/ConstraintFuncRep.cpp Rep/ConstraintFuncRep.h 
 	Rep/ConstraintRep.cpp Rep/ConstraintRep.h Rep/PartRep.h 


CVS User: zolmol

Index: SelConf.cpp
===================================================================
RCS file: /var/lib/gme/GMESRC/Paradigms/MetaGME/BonExtension/Gui/SelConf.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** SelConf.cpp	26 Feb 2004 17:33:15 -0000	1.2
--- SelConf.cpp	10 Mar 2004 02:50:18 -0000	1.3
***************
*** 216,219 ****
--- 216,223 ----
  }
  
+ /*
+ Called with true usually
+ 			 with false finally (OnOk)
+ */
  void SelConf::saveUserPref( bool check)
  {
***************
*** 230,234 ****
  		{
  			if ( !check) // if called from OnOk
! 				any_ptr->toBeD( e->val);
  			if (e->val)	regVal = "true"; else regVal = "false";
  			any_ptr->getMyRegistry()->setValueByPath( regPath, regVal);
--- 234,238 ----
  		{
  			if ( !check) // if called from OnOk
! 				any_ptr->toBeEx( e->val);
  			if (e->val)	regVal = "true"; else regVal = "false";
  			any_ptr->getMyRegistry()->setValueByPath( regPath, regVal);



More information about the GME-commit mailing list