-rw-r--r-- | libopie/otabwidget.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/libopie/otabwidget.h b/libopie/otabwidget.h index bacda07..d61fe9e 100644 --- a/libopie/otabwidget.h +++ b/libopie/otabwidget.h | |||
@@ -119,4 +119,12 @@ public: | |||
119 | 119 | ||
120 | /** | 120 | /** |
121 | * @fn removePage( QWidget *widget ) | ||
122 | * @brief Remove widget from control. Does not delete widget. | ||
123 | * | ||
124 | * @param widget Widget control to be removed. | ||
125 | */ | ||
126 | void removePage( QWidget * ); | ||
127 | |||
128 | /** | ||
121 | * @fn tabStyle() | 129 | * @fn tabStyle() |
122 | * @brief Returns current widget selection control style. | 130 | * @brief Returns current widget selection control style. |
@@ -212,4 +220,13 @@ private: | |||
212 | void setUpLayout(); | 220 | void setUpLayout(); |
213 | 221 | ||
222 | signals: | ||
223 | /** | ||
224 | * @fn currentChanegd( QWidget *widget ) | ||
225 | * @brief This signal is emitted whenever the widget has changed. | ||
226 | * | ||
227 | * @param widget Pointer to new current widget. | ||
228 | */ | ||
229 | void currentChanged( QWidget * ); | ||
230 | |||
214 | private slots: | 231 | private slots: |
215 | 232 | ||