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

List:       kde-commits
Subject:    kdegraphics/kviewshell
From:       Wilfried Huss <Wilfried.Huss () gmx ! at>
Date:       2005-04-12 18:55:25
Message-ID: 20050412185525.72B51633 () office ! kde ! org
[Download RAW message or body]

CVS commit by whuss: 

Small API cleanups.


  M +8 -12     kmultipage.h   1.74


--- kdegraphics/kviewshell/kmultipage.h  #1.73:1.74
@@ -115,7 +115,4 @@ public:
   virtual void writeSettings() {};
 
-  /* redisplays the contents of the current page */
-  virtual void redisplay() {} ;
-
   /** multipage implementations that offer read- and write
       functionality should re-implement this method and return true
@@ -139,6 +136,4 @@ public:
   virtual QValueList<int> selectedPages();
 
-  MarkList* markList() { return _markList; };
-
   virtual History* history() { return &document_history; };
 
@@ -166,9 +161,4 @@ public:
   // =========== Interface definition ends
 
-  /* Makes page # pageNr visible, selects the text Elements
-     beginSelection-endSelection, and draws the users attention to
-     this place with an animated frame  */
-  void gotoPage(int pageNr, int beginSelection, int endSelection );
-
   /* ---------------------------------------------------------------------
      The following methods export functions of the DocumentPageCache which
@@ -228,4 +217,6 @@ protected:
   CenteringScrollview* scrollView() { return _scrollView; };
 
+  MarkList* markList() { return _markList; };
+
 public slots:
   void doSelectAll();
@@ -329,5 +320,10 @@ protected slots:
   virtual void goto_page(PageNumber page, int y, bool isLink = true);
 
- private slots:
+  /* Makes page # pageNr visible, selects the text Elements
+     beginSelection-endSelection, and draws the users attention to
+     this place with an animated frame  */
+  void gotoPage(int pageNr, int beginSelection, int endSelection );
+
+private slots:
    void         handleLocalLink(const QString &linkText);
 


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

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