FovSnapshot
#include <fovsnapshot.h>
Public Member Functions | |
FovSnapshot (const QPixmap &pixmap, const QString description, FOV *fov, const SkyPoint ¢er) | |
SkyPoint | getCentralPoint () |
QString | getDescription () |
FOV * | getFov () |
QPixmap | getPixmap () |
void | setCentralPoint (const SkyPoint &point) |
void | setDescription (const QString &description) |
void | setFov (FOV *fov) |
void | setPixmap (const QPixmap &pixmap) |
Detailed Description
Class that represents single field of view snapshot.
FovSnapshot class stores data of single FOV snapshot: image, description, FOV symbol at which it was captured and its central point.
Definition at line 24 of file fovsnapshot.h.
Constructor & Destructor Documentation
◆ FovSnapshot()
FovSnapshot::FovSnapshot | ( | const QPixmap & | pixmap, |
const QString | description, | ||
FOV * | fov, | ||
const SkyPoint & | center ) |
Constructor.
- Parameters
-
pixmap Snapshot image. description Snapshot description. fov FOV symbol at which snapshot was captured. center Central point of the snapshot.
Definition at line 9 of file fovsnapshot.cpp.
Member Function Documentation
◆ getCentralPoint()
|
inline |
Get central point of the snapshot.
- Returns
- Central point of the snapshot.
Definition at line 58 of file fovsnapshot.h.
◆ getDescription()
|
inline |
Get snapshot description.
- Returns
- Description of the snapshot.
Definition at line 46 of file fovsnapshot.h.
◆ getFov()
|
inline |
Get FOV symbol at which snapshot was captured.
- Returns
- FOV of the snapshot.
Definition at line 52 of file fovsnapshot.h.
◆ getPixmap()
|
inline |
◆ setCentralPoint()
|
inline |
Set central point of the snapshot.
- Parameters
-
point Central point of the snapshot.
Definition at line 82 of file fovsnapshot.h.
◆ setDescription()
|
inline |
Set snapshot description.
- Parameters
-
description Snapshot description.
Definition at line 70 of file fovsnapshot.h.
◆ setFov()
|
inline |
Set snapshot FOV symbol.
- Parameters
-
fov FOV symbol of the snapshot.
Definition at line 76 of file fovsnapshot.h.
◆ setPixmap()
|
inline |
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:38:44 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.