[rkward-cvs] SF.net SVN: rkward: [772] trunk/rkward/rkward/core/rcontainerobject.h

tfry at users.sourceforge.net tfry at users.sourceforge.net
Thu Sep 28 08:02:23 UTC 2006


Revision: 772
          http://svn.sourceforge.net/rkward/?rev=772&view=rev
Author:   tfry
Date:     2006-09-28 01:02:19 -0700 (Thu, 28 Sep 2006)

Log Message:
-----------
Add API comment

Modified Paths:
--------------
    trunk/rkward/rkward/core/rcontainerobject.h

Modified: trunk/rkward/rkward/core/rcontainerobject.h
===================================================================
--- trunk/rkward/rkward/core/rcontainerobject.h	2006-09-27 19:33:42 UTC (rev 771)
+++ trunk/rkward/rkward/core/rcontainerobject.h	2006-09-28 08:02:19 UTC (rev 772)
@@ -42,7 +42,8 @@
 	
 	int numChildren ();
 	RObject **children ();
-	
+
+	/** like findObject (), but does not recurse, i.e. only direct children */
 	RObject *findChild (const QString &name);
 	bool isParentOf (RObject *object, bool recursive=false);
 	


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the rkward-tracker mailing list