KDEWebKit
KWebWallet::WebForm Struct Reference
#include <kwebwallet.h>
Public Types | |
typedef QPair< QString, QString > | WebField |
Public Attributes | |
QList< WebField > | fields |
QString | index |
QString | name |
QUrl | url |
Detailed Description
Holds data from a HTML <form> element.
Definition at line 73 of file kwebwallet.h.
Member Typedef Documentation
◆ WebField
typedef QPair<QString, QString> KWebWallet::WebForm::WebField |
A typedef for storing the name and value attributes of HTML <input> elements.
Definition at line 79 of file kwebwallet.h.
Member Data Documentation
◆ fields
The name and value attributes of each input element in the form.
Definition at line 88 of file kwebwallet.h.
◆ index
QString KWebWallet::WebForm::index |
The position of the form on the web page, relative to other forms.
Definition at line 86 of file kwebwallet.h.
◆ name
QString KWebWallet::WebForm::name |
The name attribute of the form.
Definition at line 84 of file kwebwallet.h.
◆ url
QUrl KWebWallet::WebForm::url |
The URL the form was found at.
Definition at line 82 of file kwebwallet.h.
The documentation for this struct was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.