[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    koffice/libs/flake
From:       Thomas Zander <zander () kde ! org>
Date:       2010-11-06 20:18:13
Message-ID: 20101106201813.26B45AC8A0 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1193707 by zander:

Fix API docs

If a class inherits another that is in the same doxygen context
then the docs will inherit too so just leaving those blank will
make sure the proper docs will show up.
Just be sure to use the same variable names for the arguments :)

 M  +6 -16     KoShapeContainerDefaultModel.h  


--- trunk/koffice/libs/flake/KoShapeContainerDefaultModel.h #1193706:1193707
@@ -34,34 +34,24 @@
     KoShapeContainerDefaultModel();
     virtual ~KoShapeContainerDefaultModel();
 
-    /// reimplemented
-    virtual void add(KoShape *child);
+    virtual void add(KoShape *shape);
 
-    /// Only allows free movement of non-locked shapes.
-    void proposeMove(KoShape *shape, QPointF &move);
+    virtual void proposeMove(KoShape *shape, QPointF &move);
 
-    /// reimplemented
-    virtual void setClipped(const KoShape *child, bool clipping);
+    virtual void setClipped(const KoShape *shape, bool clipping);
 
-    /// reimplemented
-    virtual bool isClipped(const KoShape *child) const;
+    virtual bool isClipped(const KoShape *shape) const;
 
-    /// reimplemented
     virtual void setInheritsTransform(const KoShape *shape, bool inherit);
 
-    /// reimplemented
     virtual bool inheritsTransform(const KoShape *shape) const;
 
-    // reimplemented
-    virtual void remove(KoShape *child);
+    virtual void remove(KoShape *shape);
 
-    /// reimplemented
     virtual int count() const;
 
-    /// reimplemented
     virtual QList<KoShape*> shapes() const;
 
-    /// reimplemented
     virtual bool isChildLocked(const KoShape *child) const;
 
     /// empty implementation.
@@ -72,4 +62,4 @@
     Private * const d;
 };
 
-#endif /* KOCHILDRENDATA_H */
+#endif
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic