Lines Matching refs:Pulsars

63 	return new Pulsars();  in getStelModule()
68 Q_INIT_RESOURCE(Pulsars); in getPluginInfo()
84 Pulsars::Pulsars() in Pulsars() function in Pulsars
111 Pulsars::~Pulsars() in ~Pulsars()
123 void Pulsars::deinit() in deinit()
133 double Pulsars::getCallOrder(StelModuleActionName actionName) const in getCallOrder()
144 void Pulsars::init() in init()
222 void Pulsars::draw(StelCore* core) in draw()
241 void Pulsars::drawPointer(StelCore* core, StelPainter& painter) in drawPointer()
263 QList<StelObjectP> Pulsars::searchAround(const Vec3d& av, double limitFov, const StelCore* core) co… in searchAround()
291 StelObjectP Pulsars::searchByName(const QString& englishName) const in searchByName()
305 StelObjectP Pulsars::searchByNameI18n(const QString& nameI18n) const in searchByNameI18n()
319 QStringList Pulsars::listMatchingObjects(const QString& objPrefix, int maxNbItem, bool useStartOfWo… in listMatchingObjects()
356 QStringList Pulsars::listAllObjects(bool inEnglish) const in listAllObjects()
386 void Pulsars::restoreDefaultJsonFile(void) in restoreDefaultJsonFile()
415 bool Pulsars::backupJsonFile(bool deleteOriginal) in backupJsonFile()
451 void Pulsars::readJsonFile(void) in readJsonFile()
459 QVariantMap Pulsars::loadPSRMap(QString path) in loadPSRMap()
487 void Pulsars::setPSRMap(const QVariantMap& map) in setPSRMap()
505 int Pulsars::getJsonFileFormatVersion(void) in getJsonFileFormatVersion()
534 bool Pulsars::checkJsonFileFormat() in checkJsonFileFormat()
558 PulsarP Pulsars::getByID(const QString& id) const in getByID()
568 bool Pulsars::configureGui(bool show) in configureGui()
575 void Pulsars::restoreDefaults(void) in restoreDefaults()
583 void Pulsars::restoreDefaultConfigIni(void) in restoreDefaultConfigIni()
604 void Pulsars::readSettingsFromConfig(void) in readSettingsFromConfig()
624 void Pulsars::saveSettingsToConfig(void) in saveSettingsToConfig()
643 int Pulsars::getSecondsToUpdate(void) in getSecondsToUpdate()
649 void Pulsars::checkForUpdate(void) in checkForUpdate()
655 void Pulsars::updateJSON(void) in updateJSON()
657 if (updateState==Pulsars::Updating) in updateJSON()
667 void Pulsars::deleteDownloadProgressBar() in deleteDownloadProgressBar()
678 void Pulsars::startDownload(QString urlString) in startDownload()
700 updateState = Pulsars::Updating; in startDownload()
704 void Pulsars::updateDownloadProgress(qint64 bytesReceived, qint64 bytesTotal) in updateDownloadProgress()
728 void Pulsars::downloadComplete(QNetworkReply *reply) in downloadComplete()
762 updateState = Pulsars::CompleteUpdates; in downloadComplete()
770 updateState = Pulsars::DownloadError; in downloadComplete()
783 void Pulsars::displayMessage(const QString& message, const QString hexColor) in displayMessage()
788 void Pulsars::upgradeConfigIni(void) in upgradeConfigIni()
801 void Pulsars::setFlagShowPulsarsButton(bool b) in setFlagShowPulsarsButton()
819 bool Pulsars::getDisplayMode() const in getDisplayMode()
824 void Pulsars::setDisplayMode(bool b) in setDisplayMode()
829 bool Pulsars::getGlitchFlag() const in getGlitchFlag()
834 void Pulsars::setGlitchFlag(bool b) in setGlitchFlag()
839 bool Pulsars::getFilteredMode() const in getFilteredMode()
844 void Pulsars::setFilteredMode(bool b) in setFilteredMode()
849 float Pulsars::getFilterValue() const in getFilterValue()
854 void Pulsars::setFilterValue(float v) in setFilterValue()
859 Vec3f Pulsars::getMarkerColor() const in getMarkerColor()
864 void Pulsars::setMarkerColor(const Vec3f &c) in setMarkerColor()
870 Vec3f Pulsars::getGlitchColor() const in getGlitchColor()
875 void Pulsars::setGlitchColor(const Vec3f &c) in setGlitchColor()
881 void Pulsars::reloadCatalog(void) in reloadCatalog()
904 void Pulsars::setFlagShowPulsars(bool b) in setFlagShowPulsars()