Akregator::Backend::Category Class Reference
#include <feedstorage.h>
Public Member Functions | |
| bool | operator== (const Category &other) const |
| bool | operator!= (const Category &other) const |
| bool | operator< (const Category &other) const |
Public Attributes | |
| TQString | term |
| TQString | scheme |
| TQString | name |
Detailed Description
a convenience class to handle categories in the backend
Definition at line 39 of file feedstorage.h.
Member Function Documentation
◆ operator!=()
|
inline |
Definition at line 54 of file feedstorage.h.
◆ operator<()
|
inline |
we need this for TQMaps
Definition at line 59 of file feedstorage.h.
◆ operator==()
|
inline |
two categories are equal when scheme and term are equal, name is ignored
Definition at line 49 of file feedstorage.h.
Member Data Documentation
◆ name
| TQString Akregator::Backend::Category::name |
Definition at line 45 of file feedstorage.h.
◆ scheme
| TQString Akregator::Backend::Category::scheme |
Definition at line 44 of file feedstorage.h.
◆ term
| TQString Akregator::Backend::Category::term |
Definition at line 43 of file feedstorage.h.
The documentation for this class was generated from the following file:
