kstars
detailstable.h
Go to the documentation of this file.
86 inline void setTableTitleCharFormat(const QTextCharFormat &format) { m_TableTitleCharFormat = format; }
92 inline void setItemNameCharFormat(const QTextCharFormat &format) { m_ItemNameCharFormat = format; }
98 inline void setItemValueCharFormat(const QTextCharFormat &format) { m_ItemValueCharFormat = format; }
QTextCharFormat getItemValueCharFormat()
Get table item value character format.
Definition: detailstable.h:74
void createRSTTAble(SkyObject *obj, const KStarsDateTime &ut, GeoLocation *geo)
Create Rise/Set/Transit details table.
Definition: detailstable.cpp:602
void createGeneralTable(SkyObject *obj)
Create general details table.
Definition: detailstable.cpp:50
void setItemNameCharFormat(const QTextCharFormat &format)
Set table item name character format.
Definition: detailstable.h:92
Contains all relevant information for specifying a location on Earth: City Name, State/Province name...
Definition: geolocation.h:39
void createCoordinatesTable(SkyObject *obj, const KStarsDateTime &ut, GeoLocation *geo)
Create coordinates details table.
Definition: detailstable.cpp:513
Extension of KDateTime for KStars KStarsDateTime can represent the date/time as a Julian Day...
Definition: kstarsdatetime.h:45
void createAsteroidCometTable(SkyObject *obj)
Create Asteroid/Comet details table.
Definition: detailstable.cpp:365
void setItemValueCharFormat(const QTextCharFormat &format)
Set table item value character format.
Definition: detailstable.h:98
void setTableTitleCharFormat(const QTextCharFormat &format)
Set table title character format.
Definition: detailstable.h:86
QTextCharFormat getItemNameCharFormat()
Get table item name character format.
Definition: detailstable.h:68
QTextCharFormat getTableTitleCharFormat()
Get table title character format.
Definition: detailstable.h:62
Represents details tables that can be inserted to finder charts and logging forms.
Definition: detailstable.h:39
Provides all necessary information about an object in the sky: its coordinates, name(s), type, magnitude, and QStringLists of URLs for images and webpages regarding the object.
Definition: skyobject.h:46
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:36:19 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:36:19 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.