swift
Public Member Functions | List of all members
swift::misc::simulation::CCountPerSimulator Class Reference

Count per simulator, small utility class allows to retrieve values as per simulator. More...

Public Member Functions

 CCountPerSimulator ()
 Constructor.
 
int getCount (const CSimulatorInfo &simulator) const
 Object count for given simulator.
 
int getCountForUnknownSimulators () const
 Unknown count.
 
int getCountForFsFamilySimulators () const
 P3D, FSX, MSFS or FS9.
 
int getCountForFsxFamilySimulators () const
 P3D, MSFS or FSX.
 
void setCount (int count, const CSimulatorInfo &simulator)
 Set count.
 
void increaseSimulatorCounts (const CSimulatorInfo &simulator)
 Increase all simulators given here.
 
int getMaximum () const
 Maximum.
 
int getMinimum () const
 Minimum.
 
int simulatorsRepresented () const
 Number of simulators with count > 0.
 
QMultiMap< int, CSimulatorInfocountPerSimulator () const
 Sorted (ascending) per simulator.
 
QString toQString () const
 As QString.
 

Detailed Description

Count per simulator, small utility class allows to retrieve values as per simulator.

Definition at line 253 of file simulatorinfo.h.


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