syndication/rdf
#include <textinput.h>
Public Member Functions | |
TextInput () | |
TextInput (ResourcePtr resource) | |
virtual | ~TextInput () |
QString | debugInfo () const |
QString | description () const |
QString | link () const |
QString | name () const |
QString | title () const |
Public Member Functions inherited from Syndication::RDF::ResourceWrapper | |
ResourceWrapper () | |
ResourceWrapper (const ResourceWrapper &other) | |
ResourceWrapper (ResourcePtr resource) | |
virtual | ~ResourceWrapper () |
bool | isNull () const |
ResourceWrapper & | operator= (const ResourceWrapper &other) |
bool | operator== (const ResourceWrapper &other) const |
ResourcePtr | resource () const |
Detailed Description
"The textinput element affords a method for submitting form data to an arbitrary URL - usually located at the parent website.
The field is typically used as a search box or subscription form"
Definition at line 38 of file textinput.h.
Constructor & Destructor Documentation
Syndication::RDF::TextInput::TextInput | ( | ) |
creates an object wrapping a null resource.
isNull() is true
.
Definition at line 34 of file textinput.cpp.
|
explicit |
creates a text input object wrapping a rss:textinput resource
- Parameters
-
resource resource to wrap, must be of type rss:textinput, otherwise this object will not return useful information.
Definition at line 38 of file textinput.cpp.
|
virtual |
destructor
Definition at line 42 of file textinput.cpp.
Member Function Documentation
QString Syndication::RDF::TextInput::debugInfo | ( | ) | const |
Returns a description of the text input for debugging purposes.
- Returns
- debug string
Definition at line 66 of file textinput.cpp.
QString Syndication::RDF::TextInput::description | ( | ) | const |
A brief description of the textinput field's purpose.
For example: "Subscribe to our newsletter for..." or "Search our site's archive of..."
- Returns
- description TODO: specify format (HTML/plain text), or a null string if not specified.
Definition at line 51 of file textinput.cpp.
QString Syndication::RDF::TextInput::link | ( | ) | const |
The URL to which a textinput submission will be directed (using GET).
- Returns
- URL, or a null string if not specified
Definition at line 56 of file textinput.cpp.
QString Syndication::RDF::TextInput::name | ( | ) | const |
The text input field's (variable) name.
- Returns
- name, or a null string if not specified
Definition at line 61 of file textinput.cpp.
QString Syndication::RDF::TextInput::title | ( | ) | const |
A descriptive title for the textinput field.
For example: "Subscribe" or "Search!"
- Returns
- title of the text input, or a null string if not specified
Definition at line 46 of file textinput.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:37:38 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.