[Modeling-cvs] ProjectModeling/Modeling/doc/UserGuide ManipulatingGraphOfObjects.tex,1.6,1.7
Status: Abandoned
Brought to you by:
sbigaret
From: <ru...@us...> - 2003-03-11 07:53:08
|
Update of /cvsroot/modeling/ProjectModeling/Modeling/doc/UserGuide In directory sc8-pr-cvs1:/tmp/cvs-serv17534/UserGuide Modified Files: ManipulatingGraphOfObjects.tex Log Message: typos: Destruction process of an EditingContext Index: ManipulatingGraphOfObjects.tex =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/doc/UserGuide/ManipulatingGraphOfObjects.tex,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** ManipulatingGraphOfObjects.tex 10 Mar 2003 10:17:45 -0000 1.6 --- ManipulatingGraphOfObjects.tex 11 Mar 2003 07:53:03 -0000 1.7 *************** *** 364,370 **** \subsection{Finalizing an \class{EditingContext}: breaking reference cycles\label{ec-finalization}} When an \class{EditingContext} is about to be deleted, its ! \method{dispose()} method gets called. What follows then is a two-step procedure: - Each object registered within the EC is then: \begin{enumerate} --- 364,371 ---- \subsection{Finalizing an \class{EditingContext}: breaking reference cycles\label{ec-finalization}} When an \class{EditingContext} is about to be deleted, its ! \method{dispose()} method gets called. ! This is followed with a two-step procedure, acting on each object registered ! within the \class{EditingContext}: \begin{enumerate} *************** *** 383,387 **** \begin{itemize} \item{} ! If it is true, then the object receives the message \method{clearProperties}, defined in \class{DatabaseObject}, which empties its \member{__dict__} -- this is called {\em invalidating the object}. --- 384,388 ---- \begin{itemize} \item{} ! If true, then the object receives the message \method{clearProperties}, defined in \class{DatabaseObject}, which empties its \member{__dict__} -- this is called {\em invalidating the object}. *************** *** 425,429 **** \item[\member{EditingContext.invalidatesObjectsWhenFinalized}] is a class ! attribute that controls the global behaviour for all \class{EditingContext} {\em except those which were specifically configured} (see below). If set to true, all existing and future EditingContexts will invalidate their --- 426,430 ---- \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 set to true, all existing and future EditingContexts will invalidate their *************** *** 431,435 **** \item[\method{EditingContext.setInvalidatesObjectsWhenFinalized()}] controls ! whether a specific \class{EditingContext} invalidates its objects when it's been disposed. Note that this setting supersedes the previous one. --- 432,436 ---- \item[\method{EditingContext.setInvalidatesObjectsWhenFinalized()}] controls ! whether a specific \class{EditingContext} instance invalidates its objects when it's been disposed. Note that this setting supersedes the previous one. |