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

List:       kde-commits
Subject:    KDE/kdelibs/interfaces/ktexteditor
From:       Christoph Cullmann <cullmann () kde ! org>
Date:       2010-04-25 18:50:55
Message-ID: 20100425185055.F252CAC8A3 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1118718 by cullmann:

comment out docs for stuff which were never implemented

 M  +9 -18     smartinterface.h  


--- trunk/KDE/kdelibs/interfaces/ktexteditor/smartinterface.h #1118717:1118718
@@ -408,16 +408,8 @@
     virtual void clearViewHighlights(View* view) = 0;
     //END
 
-    //BEGIN Action binding extension
-    /**
-     * \}
-     *
-     * \name Action Binding
-     *
-     * The following functions allow for the processing of KAction%s bound to SmartRange%s.
-     * \{
-     */
-    /**
+    //BEGIN Action binding extension - not implemented
+    /* not implemented
      * Register a SmartRange tree as providing bound actions,
      * and that they should interact with all of the views of a document.
      *
@@ -425,7 +417,7 @@
      */
     virtual void addActionsToDocument(SmartRange* topRange) = 0;
 
-    /**
+    /* not implemented
      * Remove a SmartRange tree from providing bound actions
      * to all of the views of a document.
      *
@@ -433,18 +425,18 @@
      */
     virtual void removeActionsFromDocument(SmartRange* topRange) = 0;
 
-    /**
+    /* not implemented
      * Return a list of SmartRange%s which are currently registered as
      * providing bound actions to all of the views of a document.
      */
     virtual const QList<SmartRange*> documentActions() const = 0;
 
-    /**
+    /* not implemented
      * Remove all bound SmartRange%s which provide actions to the document.
      */
     virtual void clearDocumentActions() = 0;
 
-    /**
+    /* not implemented
      * Register a SmartRange tree as providing bound actions,
      * and that they should interact with the specified \p view.
      *
@@ -453,7 +445,7 @@
      */
     virtual void addActionsToView(View* view, SmartRange* topRange) = 0;
 
-    /**
+    /* not implemented
      * Remove a SmartRange tree from providing bound actions
      * to the specified \p view.
      *
@@ -466,7 +458,7 @@
      */
     virtual void removeActionsFromView(View* view, SmartRange* topRange) = 0;
 
-    /**
+    /* not implemented
      * Return a list of SmartRange%s which are currently registered as
      * providing bound actions to the specified \p view.
      *
@@ -478,13 +470,12 @@
      */
     virtual const QList<SmartRange*> viewActions(View* view) const = 0;
 
-    /**
+    /* not implemented
      * Remove all bound SmartRange%s which provide actions to the specified \p view.
      *
      * \param view view from which to remove actions
      */
     virtual void clearViewActions(View* view) = 0;
-    //!\}
     //END
 
   protected:
[prev in list] [next in list] [prev in thread] [next in thread] 

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