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
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
The name and value attributes of each input element in the form.
Definition at line 88 of file kwebwallet.h.
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.
QString KWebWallet::WebForm::name |
The name attribute of the form.
Definition at line 84 of file kwebwallet.h.
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-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:51:09 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:51:09 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.