#include <stationlist.h>
Public Types | |
typedef QPtrListIterator< RadioStation > | Iterator |
typedef QPtrList< RadioStation > | BaseClass |
Public Member Functions | |
RawStationList () | |
RawStationList (const RawStationList &sl) | |
~RawStationList () | |
bool | insert (uint index, const RadioStation *item) |
bool | insert (const RadioStation *item) |
void | inSort (const RadioStation *item) |
void | prepend (const RadioStation *item) |
void | append (const RadioStation *item) |
bool | replace (uint index, const RadioStation *item) |
const RadioStation & | stationWithID (const QString &sid) const |
RadioStation & | stationWithID (const QString &sid) |
int | idxWithID (const QString &sid) const |
bool | operator== (const RawStationList &l) const |
bool | operator!= (const RawStationList &l) const |
Protected Member Functions | |
QPtrCollection::Item | newItem (QPtrCollection::Item s) |
void | deleteItem (QPtrCollection::Item s) |
int | compareItems (QPtrCollection::Item a, QPtrCollection::Item b) |
Definition at line 55 of file stationlist.h.
typedef QPtrList<RadioStation> RawStationList::BaseClass |
Definition at line 60 of file stationlist.h.
typedef QPtrListIterator<RadioStation> RawStationList::Iterator |
Definition at line 59 of file stationlist.h.
RawStationList::RawStationList | ( | ) |
RawStationList::RawStationList | ( | const RawStationList & | sl | ) |
RawStationList::~RawStationList | ( | ) |
void RawStationList::append | ( | const RadioStation * | item | ) |
int RawStationList::compareItems | ( | QPtrCollection::Item | a, | |
QPtrCollection::Item | b | |||
) | [protected] |
void RawStationList::deleteItem | ( | QPtrCollection::Item | s | ) | [protected] |
int RawStationList::idxWithID | ( | const QString & | sid | ) | const |
bool RawStationList::insert | ( | const RadioStation * | item | ) |
bool RawStationList::insert | ( | uint | index, | |
const RadioStation * | item | |||
) |
void RawStationList::inSort | ( | const RadioStation * | item | ) |
QPtrCollection::Item RawStationList::newItem | ( | QPtrCollection::Item | s | ) | [protected] |
bool RawStationList::operator!= | ( | const RawStationList & | l | ) | const [inline] |
bool RawStationList::operator== | ( | const RawStationList & | l | ) | const |
Referenced by operator!=().
void RawStationList::prepend | ( | const RadioStation * | item | ) |
bool RawStationList::replace | ( | uint | index, | |
const RadioStation * | item | |||
) |
RadioStation& RawStationList::stationWithID | ( | const QString & | sid | ) |
const RadioStation& RawStationList::stationWithID | ( | const QString & | sid | ) | const |