akregator/src/librss
RSS::TextInput Class Reference
#include <textinput.h>
Detailed Description
Represents a text input facility as stored in a RSS file for the purpose of allowing users to submit queries back to the publisher's site.You don't have to instantiate one of these yourself, the common way to access instances is via Document::textInput().
- See also:
- Document::textInput()
Definition at line 30 of file textinput.h.
Public Member Functions | |
TextInput () | |
TextInput (const TextInput &other) | |
TextInput (const QDomNode &node) | |
TextInput & | operator= (const TextInput &other) |
bool | operator== (const TextInput &other) const |
bool | operator!= (const TextInput &other) const |
virtual | ~TextInput () |
QString | title () const |
QString | description () const |
QString | name () const |
const KURL & | link () const |
Constructor & Destructor Documentation
|
Default constructor.
|
|
Copy constructor.
|
|
Constructs a TextInput from a piece of RSS markup.
|
|
Destructor.
|
Member Function Documentation
|
RSS 0.90 and upwards.
|
|
RSS 0.90 and upwards.
|
|
RSS 0.90 and upwards.
|
|
Convenience method. Simply calls !operator==().
Definition at line 72 of file textinput.h. |
|
Assignment operator.
|
|
Compares two text inputs. Two text inputs are considered identical if their properties (title, description, link etc.) are identical.
|
|
RSS 0.90 and upwards.
|
The documentation for this class was generated from the following file: