MosaicComponent

Search for usage in LXR

MosaicComponent Class Reference

#include <mosaiccomponent.h>

Inheritance diagram for MosaicComponent:

Public Member Functions

 MosaicComponent (SkyComposite *)
 
void draw (SkyPainter *skyp) override
 
bool selected () override
 
const QSharedPointer< MosaicTiles > tiles () const
 
- Public Member Functions inherited from SkyComponent
 SkyComponent (SkyComposite *parent=nullptr)
 
virtual void drawTrails (SkyPainter *skyp)
 
virtual void emitProgressText (const QString &message)
 
virtual SkyObjectfindByName (const QString &name, bool exact=true)
 
QHash< int, QVector< QPair< QString, const SkyObject * > > > & objectLists ()
 
QVector< QPair< QString, const SkyObject * > > & objectLists (int type)
 
QHash< int, QStringList > & objectNames ()
 
QStringListobjectNames (int type)
 
virtual SkyObjectobjectNearest (SkyPoint *p, double &maxrad)
 
virtual void objectsInArea (QList< SkyObject * > &list, const SkyRegion &region)
 
SkyCompositeparent ()
 
void removeFromLists (const SkyObject *obj)
 
void removeFromNames (const SkyObject *obj)
 
virtual void update (KSNumbers *)
 
virtual void updateMoons (KSNumbers *)
 
virtual void updateSolarSystemBodies (KSNumbers *)
 

Detailed Description

Renders Mosaic Panel on Sky Map in either of two modes depending on scheduler.

  • Scheduler Idle: Mosaic Panel is rendered in Planning mode where user can pan and adjust location in order to create jobs for the scheduler.
  • Scheduler Active: Mosaic Panel is locked to the sky map and each tile shows the progress, how images captured, which tile is next and when.
    Author
    Jasem Mutlaq
    Version
    1.0

Definition at line 23 of file mosaiccomponent.h.

Constructor & Destructor Documentation

◆ MosaicComponent()

MosaicComponent::MosaicComponent ( SkyComposite * parent)
explicit

Constructor.

Definition at line 15 of file mosaiccomponent.cpp.

Member Function Documentation

◆ draw()

void MosaicComponent::draw ( SkyPainter * skyp)
overridevirtual

Draw the object on the SkyMap skyp a pointer to the SkyPainter to use.

Implements SkyComponent.

Definition at line 25 of file mosaiccomponent.cpp.

◆ selected()

bool MosaicComponent::selected ( )
overridevirtual
Returns
true if component is to be drawn on the map.

Reimplemented from SkyComponent.

Definition at line 20 of file mosaiccomponent.cpp.

◆ tiles()

const QSharedPointer< MosaicTiles > MosaicComponent::tiles ( ) const

Definition at line 31 of file mosaiccomponent.cpp.


The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:19:05 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.