Update of /cvsroot/modeling/ProjectModeling/Modeling/doc/UserGuide
In directory sc8-pr-cvs1:/tmp/cvs-serv12723/doc/UserGuide
Modified Files:
ManipulatingGraphOfObjects.tex
Log Message:
Fixed: name clash for invalidatesObjectsWhenFinalized in EditingContext. Default behaviour is now set with EditingContext.invalidatesObjectsWhenFinalized_default
Index: ManipulatingGraphOfObjects.tex
===================================================================
RCS file: /cvsroot/modeling/ProjectModeling/Modeling/doc/UserGuide/ManipulatingGraphOfObjects.tex,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** ManipulatingGraphOfObjects.tex 11 Mar 2003 07:53:03 -0000 1.7
--- ManipulatingGraphOfObjects.tex 27 Mar 2003 13:39:23 -0000 1.8
***************
*** 425,429 ****
\begin{description}
! \item[\member{EditingContext.invalidatesObjectsWhenFinalized}] is a class
attribute that controls the global behaviour for all \class{EditingContext} instances
{\em except those which were specifically configured} (see below). If
--- 425,429 ----
\begin{description}
! \item[\member{EditingContext.invalidatesObjectsWhenFinalized_default}] is a class
attribute that controls the global behaviour for all \class{EditingContext} instances
{\em except those which were specifically configured} (see below). If
|