#include <radiostation.h>
Public Member Functions | |
UndefinedRadioStation (RegisterStationClass) | |
virtual QString | longName () const |
virtual QString | description () const |
virtual bool | isValid () const |
virtual RadioStation * | copy () const |
returns an exact copy of this station | |
virtual RadioStation * | copyNewID () const |
returns an exact copy of this station, BUT with a new station ID | |
virtual int | compare (const RadioStation &s) const |
virtual QString | getClassName () const |
virtual RadioStationConfig * | createEditor () const |
Definition at line 145 of file radiostation.h.
UndefinedRadioStation::UndefinedRadioStation | ( | RegisterStationClass | ) | [inline] |
Definition at line 148 of file radiostation.h.
Referenced by copy(), and copyNewID().
virtual int UndefinedRadioStation::compare | ( | const RadioStation & | s | ) | const [virtual] |
virtual RadioStation* UndefinedRadioStation::copy | ( | ) | const [inline, virtual] |
returns an exact copy of this station
Implements RadioStation.
Definition at line 153 of file radiostation.h.
References UndefinedRadioStation().
virtual RadioStation* UndefinedRadioStation::copyNewID | ( | ) | const [inline, virtual] |
returns an exact copy of this station, BUT with a new station ID
Implements RadioStation.
Definition at line 154 of file radiostation.h.
References RadioStation::generateNewStationID(), and UndefinedRadioStation().
virtual RadioStationConfig* UndefinedRadioStation::createEditor | ( | ) | const [virtual] |
Implements RadioStation.
virtual QString UndefinedRadioStation::description | ( | ) | const [inline, virtual] |
Implements RadioStation.
Definition at line 151 of file radiostation.h.
virtual QString UndefinedRadioStation::getClassName | ( | ) | const [inline, virtual] |
Implements RadioStation.
Definition at line 157 of file radiostation.h.
virtual bool UndefinedRadioStation::isValid | ( | ) | const [inline, virtual] |
Implements RadioStation.
Definition at line 152 of file radiostation.h.
virtual QString UndefinedRadioStation::longName | ( | ) | const [inline, virtual] |
Implements RadioStation.
Definition at line 150 of file radiostation.h.