From 782c76ab2fe83ca2d47c61b27b07716115969570 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Sat, 5 Sep 2009 11:14:54 +0200 Subject: Adding method docs --- src/mainview.h | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'src/mainview.h') diff --git a/src/mainview.h b/src/mainview.h index 06956d5e..035b4695 100644 --- a/src/mainview.h +++ b/src/mainview.h @@ -79,6 +79,13 @@ public: void showTabBar(); void clear(); + /** + * This function creates a new empty tab + * with a webview inside + * @param focused decide if you wannna give focus + * (or not) to this new tab (default true) + * @return the webview embedded in the new tab + */ WebView *newWebView(bool focused = true); signals: @@ -97,7 +104,8 @@ signals: public slots: /** * Core browser slot. This create a new tab with a WebView inside - * for browsing. + * for browsing and follows rekonq settings about opening there a + * home/blank/rekonq page * */ void newTab(); -- cgit v1.2.1