• Skip to content
  • Skip to link menu
KDE API Reference
  • KDE API Reference
  • kdeedu API Reference
  • KDE Home
  • Contact Us
 

kstars

  • OAL
  • Log
Public Member Functions | List of all members
OAL::Log Class Reference

#include <log.h>

Public Member Functions

KStarsDateTime dateTime ()
 
QList< OAL::Eyepiece * > * eyepieceList ()
 
QList< OAL::Filter * > * filterList ()
 
OAL::Eyepiece * findEyepieceById (QString id)
 
OAL::Eyepiece * findEyepieceByName (QString name)
 
OAL::Filter * findFilterById (QString id)
 
OAL::Filter * findFilterByName (QString name)
 
OAL::Lens * findLensById (QString id)
 
OAL::Lens * findLensByName (QString name)
 
OAL::Observation * findObservationByName (QString name)
 
OAL::Observer * findObserverById (QString id)
 
OAL::Observer * findObserverByName (QString fullName)
 
OAL::Scope * findScopeById (QString id)
 
OAL::Scope * findScopeByName (QString name)
 
OAL::Session * findSessionByName (QString id)
 
OAL::Site * findSiteById (QString id)
 
OAL::Site * findSiteByName (QString name)
 
GeoLocation * geoLocation ()
 
QList< OAL::Lens * > * lensList ()
 
QList< OAL::Observation * > * observationList ()
 
QList< OAL::Observer * > * observerList ()
 
void readBegin (QString input)
 
void readEyepieces ()
 
void readFilters ()
 
void readGeoDate ()
 
void readLenses ()
 
void readLog ()
 
void readObservation (QString id)
 
void readObservers ()
 
void readPosition ()
 
QString readResult ()
 
void readScopes ()
 
void readSession (QString id, QString lang)
 
void readSessions ()
 
void readSite (QString id)
 
void readSites ()
 
void readTarget ()
 
void readTargets ()
 
void readUnknownElement ()
 
QList< OAL::Scope * > * scopeList ()
 
QList< OAL::Session * > * sessionList ()
 
QList< OAL::Site * > * siteList ()
 
QList< SkyObject * > * targetList ()
 
QHash< QString, QTime > timeHash ()
 
void writeBegin ()
 
void writeEnd ()
 
void writeEyepiece (OAL::Eyepiece *ep)
 
void writeEyepieces ()
 
void writeFilter (OAL::Filter *f)
 
void writeFilters ()
 
void writeGeoDate ()
 
void writeImagers ()
 
void writeLens (OAL::Lens *l)
 
void writeLenses ()
 
QString writeLog (bool native=true)
 
void writeObservation (OAL::Observation *o)
 
void writeObservations ()
 
void writeObserver (OAL::Observer *o)
 
void writeObservers ()
 
void writeScope (OAL::Scope *s)
 
void writeScopes ()
 
void writeSession (OAL::Session *s)
 
void writeSessions ()
 
void writeSite (OAL::Site *s)
 
void writeSites ()
 
void writeTarget (SkyObject *o)
 
void writeTargets ()
 
QString writtenOutput ()
 

Detailed Description

Definition at line 41 of file log.h.

Member Function Documentation

KStarsDateTime OAL::Log::dateTime ( )
inline

Definition at line 109 of file log.h.

QList<OAL::Eyepiece *>* OAL::Log::eyepieceList ( )
inline

Definition at line 60 of file log.h.

QList<OAL::Filter *>* OAL::Log::filterList ( )
inline

Definition at line 62 of file log.h.

OAL::Eyepiece * OAL::Log::findEyepieceById ( QString  id)

Definition at line 738 of file log.cpp.

OAL::Eyepiece * OAL::Log::findEyepieceByName ( QString  name)

Definition at line 766 of file log.cpp.

OAL::Filter * OAL::Log::findFilterById ( QString  id)

Definition at line 752 of file log.cpp.

OAL::Filter * OAL::Log::findFilterByName ( QString  name)

Definition at line 773 of file log.cpp.

OAL::Lens * OAL::Log::findLensById ( QString  id)

Definition at line 745 of file log.cpp.

OAL::Lens * OAL::Log::findLensByName ( QString  name)

Definition at line 780 of file log.cpp.

OAL::Observation * OAL::Log::findObservationByName ( QString  name)

Definition at line 787 of file log.cpp.

OAL::Observer * OAL::Log::findObserverById ( QString  id)

Definition at line 703 of file log.cpp.

OAL::Observer * OAL::Log::findObserverByName ( QString  fullName)

Definition at line 696 of file log.cpp.

OAL::Scope * OAL::Log::findScopeById ( QString  id)

Definition at line 731 of file log.cpp.

OAL::Scope * OAL::Log::findScopeByName ( QString  name)

Definition at line 759 of file log.cpp.

OAL::Session * OAL::Log::findSessionByName ( QString  id)

Definition at line 710 of file log.cpp.

OAL::Site * OAL::Log::findSiteById ( QString  id)

Definition at line 717 of file log.cpp.

OAL::Site * OAL::Log::findSiteByName ( QString  name)

Definition at line 724 of file log.cpp.

GeoLocation* OAL::Log::geoLocation ( )
inline

Definition at line 110 of file log.h.

QList<OAL::Lens *>* OAL::Log::lensList ( )
inline

Definition at line 61 of file log.h.

QList<OAL::Observation *>* OAL::Log::observationList ( )
inline

Definition at line 63 of file log.h.

QList<OAL::Observer *>* OAL::Log::observerList ( )
inline

Definition at line 64 of file log.h.

void OAL::Log::readBegin ( QString  input)

Definition at line 382 of file log.cpp.

void OAL::Log::readEyepieces ( )

Definition at line 486 of file log.cpp.

void OAL::Log::readFilters ( )

Definition at line 494 of file log.cpp.

void OAL::Log::readGeoDate ( )

Definition at line 671 of file log.cpp.

void OAL::Log::readLenses ( )

Definition at line 490 of file log.cpp.

void OAL::Log::readLog ( )

Definition at line 406 of file log.cpp.

void OAL::Log::readObservation ( QString  id)

Definition at line 613 of file log.cpp.

void OAL::Log::readObservers ( )

Definition at line 446 of file log.cpp.

void OAL::Log::readPosition ( )

Definition at line 595 of file log.cpp.

QString OAL::Log::readResult ( )

Definition at line 654 of file log.cpp.

void OAL::Log::readScopes ( )

Definition at line 482 of file log.cpp.

void OAL::Log::readSession ( QString  id,
QString  lang 
)

Definition at line 562 of file log.cpp.

void OAL::Log::readSessions ( )

Definition at line 466 of file log.cpp.

void OAL::Log::readSite ( QString  id)

Definition at line 537 of file log.cpp.

void OAL::Log::readSites ( )

Definition at line 450 of file log.cpp.

void OAL::Log::readTarget ( )

Definition at line 498 of file log.cpp.

void OAL::Log::readTargets ( )

Definition at line 430 of file log.cpp.

void OAL::Log::readUnknownElement ( )

Definition at line 394 of file log.cpp.

QList<OAL::Scope *>* OAL::Log::scopeList ( )
inline

Definition at line 57 of file log.h.

QList<OAL::Session *>* OAL::Log::sessionList ( )
inline

Definition at line 59 of file log.h.

QList<OAL::Site *>* OAL::Log::siteList ( )
inline

Definition at line 58 of file log.h.

QList<SkyObject *>* OAL::Log::targetList ( )
inline

Definition at line 56 of file log.h.

QHash<QString, QTime> OAL::Log::timeHash ( )
inline

Definition at line 108 of file log.h.

void OAL::Log::writeBegin ( )

Definition at line 28 of file log.cpp.

void OAL::Log::writeEnd ( )

Definition at line 61 of file log.cpp.

void OAL::Log::writeEyepiece ( OAL::Eyepiece *  ep)

Definition at line 271 of file log.cpp.

void OAL::Log::writeEyepieces ( )

Definition at line 102 of file log.cpp.

void OAL::Log::writeFilter ( OAL::Filter *  f)

Definition at line 304 of file log.cpp.

void OAL::Log::writeFilters ( )

Definition at line 116 of file log.cpp.

void OAL::Log::writeGeoDate ( )

Definition at line 366 of file log.cpp.

void OAL::Log::writeImagers ( )

Definition at line 123 of file log.cpp.

void OAL::Log::writeLens ( OAL::Lens *  l)

Definition at line 289 of file log.cpp.

void OAL::Log::writeLenses ( )

Definition at line 109 of file log.cpp.

QString OAL::Log::writeLog ( bool  native = true)

Definition at line 42 of file log.cpp.

void OAL::Log::writeObservation ( OAL::Observation *  o)

Definition at line 322 of file log.cpp.

void OAL::Log::writeObservations ( )

Definition at line 128 of file log.cpp.

void OAL::Log::writeObserver ( OAL::Observer *  o)

Definition at line 191 of file log.cpp.

void OAL::Log::writeObservers ( )

Definition at line 66 of file log.cpp.

void OAL::Log::writeScope ( OAL::Scope *  s)

Definition at line 243 of file log.cpp.

void OAL::Log::writeScopes ( )

Definition at line 95 of file log.cpp.

void OAL::Log::writeSession ( OAL::Session *  s)

Definition at line 220 of file log.cpp.

void OAL::Log::writeSessions ( )

Definition at line 80 of file log.cpp.

void OAL::Log::writeSite ( OAL::Site *  s)

Definition at line 205 of file log.cpp.

void OAL::Log::writeSites ( )

Definition at line 73 of file log.cpp.

void OAL::Log::writeTarget ( SkyObject *  o)

Definition at line 133 of file log.cpp.

void OAL::Log::writeTargets ( )

Definition at line 87 of file log.cpp.

QString OAL::Log::writtenOutput ( )
inline

Definition at line 111 of file log.h.


The documentation for this class was generated from the following files:
  • log.h
  • log.cpp
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:36:23 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

kstars

Skip menu "kstars"
  • Main Page
  • Namespace List
  • Namespace Members
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members
  • Related Pages

kdeedu API Reference

Skip menu "kdeedu API Reference"
  • Analitza
  •     lib
  • kalgebra
  • kalzium
  •   libscience
  • kanagram
  • kig
  •   lib
  • klettres
  • kstars
  • libkdeedu
  •   keduvocdocument
  • marble
  • parley
  • rocs
  •   App
  •   RocsCore
  •   VisualEditor
  •   stepcore

Search



Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal