Physics Simulation & Visualization Tool 0.1
A C++ physics simulation engine with real-time 3D visualization
Loading...
Searching...
No Matches
AppSettings Class Reference

#include <AppSettings.h>

Public Member Functions

template<typename T , typename... Args>
T * registerGroup (Args &&... args)
 
template<typename T >
T & getGroup () const
 
void load (QSettings &settings)
 
void save (QSettings &settings) const
 

Static Public Member Functions

static AppSettingsgetInstance ()
 

Detailed Description

Definition at line 9 of file AppSettings.h.

Member Function Documentation

◆ getGroup()

template<typename T >
T & AppSettings::getGroup ( ) const
inline

Definition at line 28 of file AppSettings.h.

Here is the caller graph for this function:

◆ getInstance()

static AppSettings & AppSettings::getInstance ( )
inlinestatic

Definition at line 11 of file AppSettings.h.

Here is the caller graph for this function:

◆ load()

void AppSettings::load ( QSettings &  settings)

Definition at line 3 of file AppSettings.cpp.

◆ registerGroup()

template<typename T , typename... Args>
T * AppSettings::registerGroup ( Args &&...  args)
inline

Definition at line 17 of file AppSettings.h.

Here is the caller graph for this function:

◆ save()

void AppSettings::save ( QSettings &  settings) const

Definition at line 9 of file AppSettings.cpp.

Here is the caller graph for this function:

The documentation for this class was generated from the following files: