marble
Public Slots |
Signals |
Public Member Functions |
Static Public Member Functions |
Protected Member Functions |
List of all members
Marble::TinyWebBrowser Class Reference
#include <TinyWebBrowser.h>
Inheritance diagram for Marble::TinyWebBrowser:

Public Slots | |
void | print () |
void | setWikipediaPath (const QString &relativeUrl) |
Signals | |
void | statusMessage (QString) |
Public Member Functions | |
TinyWebBrowser (QWidget *parent=0) | |
~TinyWebBrowser () | |
Static Public Member Functions | |
static QByteArray | userAgent (const QString &platform, const QString &plugin) |
Protected Member Functions | |
QWebView * | createWindow (QWebPage::WebWindowType type) |
Detailed Description
This class provides a tiny web browser based on QWebView (WebKit).
It is different from QWebView as it has the button "Open in new Window" disabled per default and instead opens every link in the default web browser of the user.
Definition at line 35 of file TinyWebBrowser.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 47 of file TinyWebBrowser.cpp.
Marble::TinyWebBrowser::~TinyWebBrowser | ( | ) |
Definition at line 64 of file TinyWebBrowser.cpp.
Member Function Documentation
|
protected |
Definition at line 90 of file TinyWebBrowser.cpp.
|
slot |
Definition at line 78 of file TinyWebBrowser.cpp.
|
slot |
Definition at line 70 of file TinyWebBrowser.cpp.
|
signal |
|
static |
Definition at line 106 of file TinyWebBrowser.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:38:57 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:38:57 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.