KDEWebKit
kwebwallet.h
Go to the documentation of this file.
void fillFormRequestCompleted(bool ok)
This signal is emitted whenever a fill form data request is completed.
virtual void fillFormDataFromCache(const KUrl::List &list)
Fills form data from persistent storage.
Definition kwebwallet.cpp:584
void saveFormDataCompleted(const QUrl &url, bool ok)
This signal is emitted whenever a save form data request is completed.
WebFormList formsToSave(const QString &key) const
Returns a list of for key that are waiting to be saved.
Definition kwebwallet.cpp:572
void fillFormData(QWebFrame *frame, bool recursive=true)
Attempts to fill forms contained in frame with cached data.
Definition kwebwallet.cpp:419
void walletClosed()
This signal is emitted whenever the current wallet is closed.
void fillWebForm(const KUrl &url, const WebFormList &forms)
Fills the web forms in frame that point to url with data from forms.
Definition kwebwallet.cpp:540
WebFormList formsToDelete() const
Returns forms to be removed from persistent storage.
WebFormList formsWithCachedData(QWebFrame *frame, bool recursive=true) const
Returns a list of forms in frame that have cached data in the peristent storage.
Definition kwebwallet.cpp:399
virtual bool hasCachedFormData(const WebForm &form) const
Returns true when there is data associated with form in the persistent storage.
Definition kwebwallet.cpp:577
void acceptSaveFormDataRequest(const QString &key)
Accepts the save form data request associated with key.
Definition kwebwallet.cpp:530
virtual void removeFormDataFromCache(const WebFormList &forms)
Removes all cached form data associated with forms from persistent storage.
Definition kwebwallet.cpp:608
virtual void saveFormDataToCache(const QString &key)
Stores form data associated with key to a persistent storage.
Definition kwebwallet.cpp:599
void saveFormData(QWebFrame *frame, bool recursive=true, bool ignorePasswordFields=false)
Attempts to save the form data from frame and its children frames.
Definition kwebwallet.cpp:478
void rejectSaveFormDataRequest(const QString &key)
Rejects the save form data request associated with key.
Definition kwebwallet.cpp:535
WebFormList formsToFill(const KUrl &url) const
Returns a list of forms for url that are waiting to be filled.
Definition kwebwallet.cpp:567
void saveFormDataRequested(const QString &key, const QUrl &url)
This signal is emitted whenever a save form data request is received.
void removeFormData(QWebFrame *frame, bool recursive)
Removes the form data specified by forms from the persistent storage.
Definition kwebwallet.cpp:518
QPair< QString, QString > WebField
A typedef for storing the name and value attributes of HTML <input> elements.
Definition kwebwallet.h:79
QString index
The position of the form on the web page, relative to other forms.
Definition kwebwallet.h:86
QList< WebField > fields
The name and value attributes of each input element in the form.
Definition kwebwallet.h:88
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 17 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 17 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.