FOVItem
FOVItem Class Reference
#include <fovitem.h>
Inheritance diagram for FOVItem:
Public Types | |
enum | Shape { SQUARE , CIRCLE , CROSSHAIRS , BULLSEYE , SOLIDCIRCLE , UNKNOWN } |
Public Types inherited from QSGNode | |
typedef | DirtyState |
enum | DirtyStateBit |
enum | Flag |
typedef | Flags |
enum | NodeType |
Public Member Functions | |
FOVItem (RootNode *rootNode) | |
void | addSymbol (const QString &name, float a, float b, float xoffset, float yoffset, float rot, FOVItem::Shape shape, const QString &color) |
virtual void | update () override |
Public Member Functions inherited from SkyItem | |
SkyItem (LabelsItem::label_t labelType, RootNode *rootNode=nullptr) | |
virtual | ~SkyItem () |
virtual void | hide () override |
void | hideLabels () |
LabelsItem::label_t | labelType () |
RootNode * | rootNode () |
virtual void | show () override |
Public Member Functions inherited from SkyOpacityNode | |
bool | visible () |
Public Member Functions inherited from QSGOpacityNode | |
qreal | opacity () const const |
void | setOpacity (qreal opacity) |
Public Member Functions inherited from QSGNode | |
void | appendChildNode (QSGNode *node) |
QSGNode * | childAtIndex (int i) const const |
int | childCount () const const |
QSGNode * | firstChild () const const |
Flags | flags () const const |
void | insertChildNodeAfter (QSGNode *node, QSGNode *after) |
void | insertChildNodeBefore (QSGNode *node, QSGNode *before) |
virtual bool | isSubtreeBlocked () const const |
QSGNode * | lastChild () const const |
void | markDirty (DirtyState bits) |
QSGNode * | nextSibling () const const |
QSGNode * | parent () const const |
void | prependChildNode (QSGNode *node) |
virtual void | preprocess () |
QSGNode * | previousSibling () const const |
void | removeAllChildNodes () |
void | removeChildNode (QSGNode *node) |
void | setFlag (Flag f, bool enabled) |
void | setFlags (Flags f, bool enabled) |
NodeType | type () const const |
Detailed Description
This class handles representation of FOV symbols in SkyMapLite.
- Version
- 1.0
Member Enumeration Documentation
◆ Shape
enum FOVItem::Shape |
Constructor & Destructor Documentation
◆ FOVItem()
|
explicit |
Member Function Documentation
◆ addSymbol()
void FOVItem::addSymbol | ( | const QString & | name, |
float | a, | ||
float | b, | ||
float | xoffset, | ||
float | yoffset, | ||
float | rot, | ||
FOVItem::Shape | shape, | ||
const QString & | color ) |
Add information about new symbol to SkyMapLite and create FOVSymbolNode SkyMapLite acts here as a bridge between FOVItem and QML.
Here we call SkyMapLite::addFOVSymbol to add information about new FOVSymbol to SkyMapLite and later in update() we check if user switched this FOVSymbol on
Definition at line 20 of file fovitem.cpp.
◆ update()
|
overridevirtual |
Update FOVSymbol if user switched it on.
Implements SkyItem.
Definition at line 27 of file fovitem.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 Mon Nov 4 2024 16:38:44 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
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.