From d61c32eeca972ebca576bd32323f7108438132f9 Mon Sep 17 00:00:00 2001 From: bryce Date: Thu, 7 Dec 2006 06:30:35 +0000 Subject: [PATCH] Adding some docs --- src/sp-object.cpp | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/sp-object.cpp b/src/sp-object.cpp index 72a93ec3b..9294a2e9f 100644 --- a/src/sp-object.cpp +++ b/src/sp-object.cpp @@ -1198,6 +1198,9 @@ SPObject::requestDisplayUpdate(unsigned int flags) } } +/** + * Update views + */ void SPObject::updateDisplay(SPCtx *ctx, unsigned int flags) { @@ -1268,7 +1271,10 @@ SPObject::requestModified(unsigned int flags) } /** - * This is what actually delivers the modified signals + * Emits the MODIFIED signal with the object's flags. + * The object's mflags are the original set aside during the update pass for + * later delivery here. Once emitModified() is called, those flags don't + * need to be stored any longer. */ void SPObject::emitModified(unsigned int flags) -- 2.39.5