Plasma
Plasma::WebPage Class Reference
#include <webpage.h>
Inheritance diagram for Plasma::WebPage:

Detailed Description
Definition at line 31 of file webpage.h.
Public Member Functions | |
QWebPage * | createWindow (QWebPage::WebWindowType) |
void | javaScriptAlert (QWebFrame *frame, const QString &message) |
bool | javaScriptConfirm (QWebFrame *frame, const QString &msg) |
void | javaScriptConsoleMessage (const QString &message, int lineNumber, const QString &sourceID) |
bool | javaScriptPrompt (QWebFrame *frame, const QString &msg, const QString &defaultValue, QString *result) |
WebPage (QObject *parent=0) |
Constructor & Destructor Documentation
Plasma::WebPage::WebPage | ( | QObject * | parent = 0 |
) |
Definition at line 30 of file webpage.cpp.
Member Function Documentation
QWebPage * Plasma::WebPage::createWindow | ( | QWebPage::WebWindowType | ) |
Definition at line 38 of file webpage.cpp.
void Plasma::WebPage::javaScriptAlert | ( | QWebFrame * | frame, | |
const QString & | message | |||
) |
Definition at line 44 of file webpage.cpp.
bool Plasma::WebPage::javaScriptConfirm | ( | QWebFrame * | frame, | |
const QString & | msg | |||
) |
Definition at line 55 of file webpage.cpp.
void Plasma::WebPage::javaScriptConsoleMessage | ( | const QString & | message, | |
int | lineNumber, | |||
const QString & | sourceID | |||
) |
Definition at line 49 of file webpage.cpp.
bool Plasma::WebPage::javaScriptPrompt | ( | QWebFrame * | frame, | |
const QString & | msg, | |||
const QString & | defaultValue, | |||
QString * | result | |||
) |
Definition at line 61 of file webpage.cpp.
The documentation for this class was generated from the following files: