FOVManager

Search for usage in LXR

#include <fov.h>

Static Public Member Functions

static void addFOV (FOV *newFOV)
 
static const QList< FOV * > & getFOVs ()
 
static const QList< FOV * > & readFOVs ()
 
static void releaseCache ()
 
static void removeFOV (FOV *fov)
 
static bool save ()
 

Detailed Description

A simple class handling FOVs.

Note
Should migrate this from file (fov.dat) to using the user sqlite database
Author
Jasem Mutlaq
Version
1.0

Definition at line 143 of file fov.h.

Member Function Documentation

◆ addFOV()

static void FOVManager::addFOV ( FOV * newFOV)
inlinestatic

Definition at line 150 of file fov.h.

◆ getFOVs()

static const QList< FOV * > & FOVManager::getFOVs ( )
inlinestatic

Definition at line 160 of file fov.h.

◆ readFOVs()

const QList< FOV * > & FOVManager::readFOVs ( )
static

Read list of FOVs from "fov.dat".

Definition at line 76 of file fov.cpp.

◆ releaseCache()

void FOVManager::releaseCache ( )
static

Release the FOV cache.

Definition at line 154 of file fov.cpp.

◆ removeFOV()

static void FOVManager::removeFOV ( FOV * fov)
inlinestatic

Definition at line 155 of file fov.h.

◆ save()

bool FOVManager::save ( )
static

Write list of FOVs to "fov.dat".

Definition at line 49 of file fov.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:04 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.