FOVSymbolBase
FOVSymbolBase Class Referenceabstract
#include <fovsymbolnode.h>
Inheritance diagram for FOVSymbolBase:

Public Member Functions | |
| FOVItem::Shape | type () | 
| virtual void | updateSymbol (QColor color, float pixelSizeX, float pixelSizeY)=0 | 
  Public Member Functions inherited from QSGTransformNode | |
| const QMatrix4x4 & | matrix () const const | 
| void | setMatrix (const QMatrix4x4 &matrix) | 
  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 | 
Protected Member Functions | |
| FOVSymbolBase (FOVItem::Shape shape) | |
Protected Attributes | |
| FOVItem::Shape | m_shape | 
Additional Inherited Members | |
  Public Types inherited from QSGNode | |
| enum | DirtyStateBit | 
| enum | Flag | 
| enum | NodeType | 
  Public Attributes inherited from QSGNode | |
| BasicNodeType | |
| ClipNodeType | |
| DirtyForceUpdate | |
| DirtyGeometry | |
| DirtyMaterial | |
| DirtyMatrix | |
| DirtyNodeAdded | |
| DirtyNodeRemoved | |
| DirtyOpacity | |
| DirtyPropagationMask | |
| typedef | DirtyState | 
| DirtySubtreeBlocked | |
| DirtyUsePreprocess | |
| typedef | Flags | 
| GeometryNodeType | |
| InternalReserved | |
| IsVisitableNode | |
| OpacityNodeType | |
| OwnedByParent | |
| OwnsGeometry | |
| OwnsMaterial | |
| OwnsOpaqueMaterial | |
| RenderNodeType | |
| RootNodeType | |
| TransformNodeType | |
| UsePreprocess | |
Detailed Description
FOVSymbolBase is a virtual class that should be subclassed by every type of FOV symbol.
It is derived from QSGTransformNode to provide transform matrix for updating coordinates of FOV symbol.
A QSGTransformNode derived base class of every type of FOV symbol
- Version
 - 1.0
 
Definition at line 27 of file fovsymbolnode.h.
Constructor & Destructor Documentation
◆ FOVSymbolBase()
      
  | 
  protected | 
- Parameters
 - 
  
shape of the symbol. Each subclass sets its own type. Returned in type()  
Definition at line 87 of file fovsymbolnode.cpp.
Member Function Documentation
◆ type()
      
  | 
  inline | 
return type of this FOV symbol
Definition at line 34 of file fovsymbolnode.h.
◆ updateSymbol()
      
  | 
  pure virtual | 
updates geometry (position, size) of elements of this FOV symbol
Member Data Documentation
◆ m_shape
      
  | 
  protected | 
Definition at line 41 of file fovsymbolnode.h.
The documentation for this class was generated from the following files:
  This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri May 2 2025 12:02:40 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
          Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri May 2 2025 12:02:40 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
 Public Member Functions inherited from