marble
Marble::AprsSource Class Referenceabstract
#include <AprsSource.h>
Inheritance diagram for Marble::AprsSource:
Public Member Functions | |
AprsSource (QIODevice *insocket=NULL) | |
virtual | ~AprsSource () |
virtual bool | canDoDirect () const =0 |
virtual void | checkReadReturn (int length, QIODevice **socket, AprsGatherer *gatherer)=0 |
virtual QIODevice * | openSocket ()=0 |
void | setSocket (QIODevice *) |
QIODevice * | socket () |
virtual QString | sourceName () const =0 |
Detailed Description
Definition at line 20 of file AprsSource.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 15 of file AprsSource.cpp.
|
virtual |
Definition at line 20 of file AprsSource.cpp.
Member Function Documentation
|
pure virtual |
Implemented in Marble::AprsFile, Marble::AprsTCPIP, and Marble::AprsTTY.
|
pure virtual |
Implemented in Marble::AprsFile, Marble::AprsTCPIP, and Marble::AprsTTY.
|
pure virtual |
Implemented in Marble::AprsFile, Marble::AprsTCPIP, and Marble::AprsTTY.
void AprsSource::setSocket | ( | QIODevice * | setto | ) |
Definition at line 31 of file AprsSource.cpp.
QIODevice * AprsSource::socket | ( | ) |
Definition at line 25 of file AprsSource.cpp.
|
pure virtual |
Implemented in Marble::AprsFile, Marble::AprsTCPIP, and Marble::AprsTTY.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:13:44 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:13:44 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.