|
swift
|
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, CSimulatorInfo > | countPerSimulator () const |
| Sorted (ascending) per simulator. | |
| QString | toQString () const |
| As QString. | |
Count per simulator, small utility class allows to retrieve values as per simulator.
Definition at line 253 of file simulatorinfo.h.