#include "kwebwallet.h"#include <kwallet.h>#include <kdebug.h>#include <QtCore/QSet>#include <QtCore/QHash>#include <QtCore/QFile>#include <QtCore/QPointer>#include <QtWebKit/QWebPage>#include <QtWebKit/QWebFrame>#include <QtWebKit/QWebElement>#include <QtWebKit/QWebElementCollection>#include <qwindowdefs.h>#include "kwebwallet.moc"
Include dependency graph for kwebwallet.cpp:

Go to the source code of this file.
Defines | |
| #define | QL1C(x) QLatin1Char(x) |
| #define | QL1S(x) QLatin1String(x) |
Functions | |
| static void | collectAllChildFrames (QWebFrame *frame, QList< QWebFrame * > &list) |
| static int | getWebFields (const QWebElement &formElement, const QString &selector, QList< KWebWallet::WebForm::WebField > &fields) |
| static bool | isValidInputElement (const QWebElement &element) |
| static QString | walletKey (KWebWallet::WebForm form) |
Define Documentation
| #define QL1C | ( | x | ) | QLatin1Char(x) |
Definition at line 39 of file kwebwallet.cpp.
| #define QL1S | ( | x | ) | QLatin1String(x) |
Definition at line 38 of file kwebwallet.cpp.
Function Documentation
| static void collectAllChildFrames | ( | QWebFrame * | frame, |
| QList< QWebFrame * > & | list | ||
| ) | [static] |
Definition at line 77 of file kwebwallet.cpp.
| static int getWebFields | ( | const QWebElement & | formElement, |
| const QString & | selector, | ||
| QList< KWebWallet::WebForm::WebField > & | fields | ||
| ) | [static] |
Definition at line 54 of file kwebwallet.cpp.
| static bool isValidInputElement | ( | const QWebElement & | element | ) | [static] |
Definition at line 70 of file kwebwallet.cpp.
| static QString walletKey | ( | KWebWallet::WebForm | form | ) | [static] |
Creates key used to store and retrieve form data.
Definition at line 45 of file kwebwallet.cpp.
KDE 4.6 API Reference