Revision: 6280
Author: nogu.dev
Date: Wed Mar 24 15:05:07 2010
Log: * qt4/immodule/candidatewindow.h
  - Make public functions protected.
http://code.google.com/p/uim/source/detail?r=6280

Modified:
 /trunk/qt4/immodule/candidatewindow.h

=======================================
--- /trunk/qt4/immodule/candidatewindow.h       Wed Mar 24 15:04:35 2010
+++ /trunk/qt4/immodule/candidatewindow.h       Wed Mar 24 15:05:07 2010
@@ -54,7 +54,6 @@
     explicit CandidateWindow( QWidget *parent );
     ~CandidateWindow();

-    void activateCandwin( int dLimit );
     void deactivateCandwin();
     void clearCandidates();
     void popup();
@@ -62,15 +61,7 @@
     void setAlwaysLeftPosition( bool left ) { isAlwaysLeft = left; }
     bool isAlwaysLeftPosition() const { return isAlwaysLeft; }

- void setCandidates( int displayLimit, const QList<uim_candidate> &candidates );
-    void setPage( int page );
-    void shiftPage( bool forward );
     void layoutWindow( int x, int y, int w, int h );
-    void setIndex( int totalindex );
-    void setIndexInPage( int index );
-
-    void setNrCandidates( int nrCands, int dLimit );
- void setPageCandidates( int page, const QList<uim_candidate> &candidates );

     void setQUimInputContext( QUimInputContext* m_ic ) { ic = m_ic; }

@@ -85,6 +76,17 @@
     void slotHookSubwindow();

 protected:
+    void activateCandwin( int dLimit );
+
+ void setCandidates( int displayLimit, const QList<uim_candidate> &candidates );
+    void setPage( int page );
+    void shiftPage( bool forward );
+    void setIndex( int totalindex );
+    void setIndexInPage( int index );
+
+    void setNrCandidates( int nrCands, int dLimit );
+ void setPageCandidates( int page, const QList<uim_candidate> &candidates );
+
 #ifdef UIM_QT_USE_NEW_PAGE_HANDLING
     void preparePageCandidates( int page );
 #endif

To unsubscribe from this group, send email to uim-commit+unsubscribegooglegroups.com or 
reply to this email with the words "REMOVE ME" as the subject.

Reply via email to