KDEWebKit
KWebWallet::WebForm Struct Reference
Holds data from a HTML <form> element. More...
#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.
The position of the form on the web page, relative to other forms.
Definition at line 86 of file kwebwallet.h.
The name attribute of the form.
Definition at line 84 of file kwebwallet.h.
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:
KDE 4.6 API Reference