![]() |
Home · All Namespaces · All Classes · Functions · Coding Style · Scripting · Plugins · File Structure |
Contains all the information about a current simbad lookup query. More...
#include <SimbadSearcher.hpp>
Public Types | |
enum | SimbadLookupStatus { SimbadLookupQuerying, SimbadLookupErrorOccured, SimbadLookupFinished } |
Signals | |
void | statusChanged () |
Public Member Functions | |
QMap< QString, Vec3d > | getResults () const |
SimbadLookupStatus | getCurrentStatus () const |
QString | getCurrentStatusString () const |
QString | getErrorString () const |
Contains all the information about a current simbad lookup query.
Instances of this class are generated by the SimbadSearcher class.
Possible status for a simbad query.
SimbadLookupQuerying |
Simbad is still being queried. |
SimbadLookupErrorOccured |
An error occured while looking up Simbad. Call getErrorString() for a description of the error. |
SimbadLookupFinished |
The query is over. The reply can be deleted. |