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

List:       kde-commits
Subject:    koffice/krita/image
From:       Boudewijn Rempt <boud () valdyas ! org>
Date:       2009-01-23 15:43:22
Message-ID: 1232725402.651793.23772.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 915708 by rempt:

cleanup dox

 M  +7 -7      kis_node.h  


--- trunk/koffice/krita/image/kis_node.h #915707:915708
@@ -46,9 +46,6 @@
 
     /**
      * Create an empty node without a parent.
-     *
-     * @param the image that owns this node. The image will be
-     * informed before and after changes in this node's node list.
      */
     KisNode();
 
@@ -57,8 +54,7 @@
      * node.
      */
     KisNode(const KisNode & rhs);
-private:
-    void init();
+
 public:
     /**
      * Delete this node
@@ -69,8 +65,6 @@
 
     virtual bool accept(KisNodeVisitor &v);
 
-protected:
-
     /**
      * Re-implement this method to add constraints for the node
      * subclasses that can be added as to this subclass of KisNode.
@@ -190,14 +184,18 @@
      * KisNodeBase::check(properties) returns true will be returned.
      */
     QList<KisNodeSP> childNodes(const QStringList & nodeTypes, const KoProperties & properties) const;
+
 public:
+
     /**
      * @return the node progress proxy used by this node, if this node has no progress
      *         proxy, it will return the proxy of its parent, if the parent has no progress proxy
      *         it will return 0
      */
     KisNodeProgressProxy* nodeProgressProxy() const;
+
 private:
+
     /**
      * Create a node progress proxy for this node. You need to create a progress proxy only
      * if the node is going to appear in the layerbox, and it needs to be created before
@@ -228,6 +226,8 @@
 
 private:
 
+    void init();
+
     friend class KisNodeFacade;
     friend class KisNodeTest;
     friend class KisLayer; // Note: only for setting the preview mask!
[prev in list] [next in list] [prev in thread] [next in thread] 

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