Stellarium
24.3
|
Display and manage the asterisms. More...
#include <AsterismMgr.hpp>
Public Slots | |
void | setLinesColor (const Vec3f &color) |
Define line color. More... | |
Vec3f | getLinesColor () const |
Get line color. | |
void | setFlagLines (const bool displayed) |
Set whether asterism lines will be displayed. | |
bool | getFlagLines (void) const |
Get whether asterism lines are displayed. | |
void | setRayHelpersColor (const Vec3f &color) |
Define ray helper color. More... | |
Vec3f | getRayHelpersColor () const |
Get ray helper color. | |
void | setFlagRayHelpers (const bool displayed) |
Set whether ray helpers will be displayed. | |
bool | getFlagRayHelpers (void) const |
Get whether ray helpers are displayed. | |
void | setLabelsColor (const Vec3f &color) |
Set label color for names. More... | |
Vec3f | getLabelsColor () const |
Get label color for names. | |
void | setFlagLabels (const bool displayed) |
Set whether asterism names will be displayed. | |
bool | getFlagLabels (void) const |
Set whether asterism names are displayed. | |
void | setFontSize (const float newFontSize) |
Set the font size used for asterism names display. | |
float | getFontSize () const |
Get the font size used for asterism names display. | |
void | setAsterismLineThickness (const int thickness) |
Set the thickness of lines of the asterisms. More... | |
int | getAsterismLineThickness () const |
Get the thickness of lines of the asterisms. | |
void | setRayHelperThickness (const int thickness) |
Set the thickness of ray helpers of the asterisms. More... | |
int | getRayHelperThickness () const |
Get the thickness of ray helper of the asterisms. | |
bool | isLinesDefined () |
void | setFlagIsolateAsterismSelected (const bool isolate) |
Set whether selected asterism must be displayed alone. | |
bool | getFlagIsolateAsterismSelected (void) const |
Get whether selected asterism is displayed alone. | |
void | selectAsterism (const QString &englishName) |
Select the asterism by his English name. More... | |
void | deselectAsterism (const QString &englishName) |
Remove the asterism from list of selected asterisms by his English name. More... | |
void | deselectAsterisms (void) |
Remove asterisms from selected objects. | |
void | selectAllAsterisms (void) |
Select all asterisms. | |
Signals | |
void | fontSizeChanged (const float newSize) |
void | linesColorChanged (const Vec3f &color) |
void | linesDisplayedChanged (const bool displayed) |
void | namesColorChanged (const Vec3f &color) |
void | namesDisplayedChanged (const bool displayed) |
void | asterismLineThicknessChanged (int thickness) |
void | rayHelpersColorChanged (const Vec3f &color) |
void | rayHelpersDisplayedChanged (const bool displayed) |
void | rayHelperThicknessChanged (int thickness) |
void | isolateAsterismSelectedChanged (const bool isolate) |
Public Member Functions | |
AsterismMgr (StarMgr *stars) | |
Constructor. | |
~AsterismMgr () override | |
Destructor. | |
void | init () override |
Initialize the AsterismMgr. More... | |
void | draw (StelCore *core) override |
Draw asterism lines, art, names and boundaries. | |
void | update (double deltaTime) override |
Updates time-varying state for each asterism. | |
double | getCallOrder (StelModuleActionName actionName) const override |
Return the value defining the order of call for the given action. More... | |
QList< StelObjectP > | searchAround (const Vec3d &v, double limitFov, const StelCore *core) const override |
Search for StelObject in an area around a specified point. More... | |
StelObjectP | searchByNameI18n (const QString &nameI18n) const override |
Return the matching asterism object's pointer if exists or Q_NULLPTR. More... | |
StelObjectP | searchByName (const QString &name) const override |
Return the matching asterism if exists or Q_NULLPTR. More... | |
StelObjectP | searchByID (const QString &id) const override |
Return the StelObject with the given ID if exists or the empty StelObject if not found. More... | |
QStringList | listAllObjects (bool inEnglish) const override |
List all StelObjects. More... | |
QString | getName () const override |
Gets a user-displayable name of the object category. | |
QString | getStelObjectType () const override |
Returns the name that will be returned by StelObject::getType() for the objects this module manages. | |
Public Member Functions inherited from StelObjectModule | |
virtual QStringList | listMatchingObjects (const QString &objPrefix, int maxNbItem=5, bool useStartOfWords=false) const |
Find and return the list of at most maxNbItem objects auto-completing passed object name. More... | |
virtual QStringList | listAllObjectsByType (const QString &objType, bool inEnglish) const |
List all StelObjects by type. More... | |
bool | matchObjectName (const QString &objName, const QString &objPrefix, bool useStartOfWords) const |
Auxiliary method of listMatchingObjects() More... | |
Public Member Functions inherited from StelModule | |
StelModule () | |
Constructor. Every derived class MUST call setObjectName(className) in its constructor. | |
virtual void | deinit () |
Called before the module will be deleted, and before the OpenGL context is suppressed. More... | |
virtual QSettings * | getSettings () |
Return module-specific settings. More... | |
virtual QString | getModuleVersion () const |
Get the version of the module, default is stellarium main version. | |
virtual QString | getAuthorName () const |
Get the name of the module author. | |
virtual QString | getAuthorEmail () const |
Get the email address of the module author. | |
virtual void | handleMouseClicks (class QMouseEvent *) |
Handle mouse clicks. More... | |
virtual void | handleMouseWheel (class QWheelEvent *) |
Handle mouse wheel. More... | |
virtual bool | handleMouseMoves (int x, int y, Qt::MouseButtons b) |
Handle mouse moves. More... | |
virtual void | handleKeys (class QKeyEvent *e) |
Handle key events. More... | |
virtual bool | handlePinch (qreal scale, bool started) |
Handle pinch gesture events. More... | |
virtual bool | configureGui (bool show=true) |
Detect or show the configuration GUI elements for the module. More... | |
Properties | |
float | fontSize |
Vec3f | linesColor |
Vec3f | rayHelpersColor |
Vec3f | namesColor |
Additional Inherited Members | |
Public Types inherited from StelModule | |
enum | StelModuleSelectAction { AddToSelection , ReplaceSelection , RemoveFromSelection } |
Enum used when selecting objects to define whether to add to, replace, or remove from the existing selection list. More... | |
enum | StelModuleActionName { ActionDraw , ActionUpdate , ActionHandleMouseClicks , ActionHandleMouseMoves , ActionHandleKeys } |
Define the possible action for which an order is defined. More... | |
Protected Member Functions inherited from StelModule | |
class StelAction * | addAction (const QString &id, const QString &groupId, const QString &text, QObject *target, const char *slot, const QString &shortcut="", const QString &altShortcut="") |
convenience methods to add an action (call to slot) to the StelActionMgr object. More... | |
class StelAction * | addAction (const QString &id, const QString &groupId, const QString &text, const char *slot, const QString &shortcut="", const QString &altShortcut="") |
convenience methods to add an action (call to own slot) to the StelActionMgr object. More... | |
StelAction * | addAction (const QString &id, const QString &groupId, const QString &text, QObject *contextObject, std::function< void()> lambda, const QString &shortcut="", const QString &altShortcut="") |
convenience methods to add an action (call to Lambda functor) to the StelActionMgr object. More... | |
Display and manage the asterisms.
It can display asterisms lines and names. It also supports several different sky cultures.
|
slot |
Remove the asterism from list of selected asterisms by his English name.
Calling this method will enable isolated selection for the asterisms if it is not enabled yet.
englishName | the English name of the asterism // example of usage in scripts: remove selection from the "Summer Triangle" asterism
|
|
overridevirtual |
Return the value defining the order of call for the given action.
actionName | the name of the action for which we want the call order |
Reimplemented from StelModule.
|
overridevirtual |
Initialize the AsterismMgr.
Reads from the asterism parser object and updates the loading bar as asterism objects are loaded for the required sky culture.
Implements StelModule.
|
inlineslot |
|
overridevirtual |
List all StelObjects.
inEnglish | list names in English (true) or translated (false) |
Implements StelObjectModule.
|
overridevirtual |
Search for StelObject in an area around a specified point.
The function searches in a disk of diameter limitFov centered on v. Only visible objects (i.e. currently displayed on screen) should be returned.
v | equatorial position at epoch J2000 (without aberration). |
limitFov | angular diameter of the searching zone in degree. |
core | the StelCore instance to use. |
Implements StelObjectModule.
|
overridevirtual |
Return the StelObject with the given ID if exists or the empty StelObject if not found.
name | the english object name |
Implements StelObjectModule.
|
overridevirtual |
Return the matching asterism if exists or Q_NULLPTR.
name | The case in-sensitive standard program name (three letter abbreviation) |
Implements StelObjectModule.
|
overridevirtual |
Return the matching asterism object's pointer if exists or Q_NULLPTR.
nameI18n | The case in-sensitive asterism name |
Implements StelObjectModule.
|
slot |
Select the asterism by his English name.
Calling this method will enable isolated selection for the asterisms if it is not enabled yet.
englishName | the English name of the asterism // example of usage in scripts: select the "Summer Triangle" asterism
|
|
slot |
Set the thickness of lines of the asterisms.
thickness | of line in pixels |
|
slot |
Set label color for names.
color | The color of labels // example of usage in scripts
|
|
slot |
Define line color.
color | The color of lines // example of usage in scripts
|
|
slot |
Define ray helper color.
color | The color of ray helpers // example of usage in scripts
|
|
slot |
Set the thickness of ray helpers of the asterisms.
thickness | of ray helper in pixels |