Ref T259, Ref T243 formatting

This commit is contained in:
Klaus Basan
2018-03-07 02:01:37 +01:00
parent 83b6578e69
commit 8021cf76fd
5 changed files with 11 additions and 11 deletions

View File

@@ -76,12 +76,12 @@ namespace BlackCore
Q_INTERFACES(BlackMisc::Simulation::IRemoteAircraftProvider)
public:
//! Constructor
CAirspaceMonitor(BlackMisc::Simulation::IOwnAircraftProvider *ownAircraft, INetwork *network, QObject *parent);
//! Log categories
static const BlackMisc::CLogCategoryList &getLogCategories();
//! Constructor
CAirspaceMonitor(BlackMisc::Simulation::IOwnAircraftProvider *ownAircraft, INetwork *network, QObject *parent);
//! \ingroup remoteaircraftprovider
//! @{
virtual BlackMisc::Simulation::CSimulatedAircraftList getAircraftInRange() const override;

View File

@@ -236,7 +236,7 @@ namespace BlackCore
//! Render restrictions have been changed, used with analyzer
//! \sa CAirspaceAnalyzer
//! \ingroup crosscontextslot
//! \ingroup crosscontextfunction
void xCtxSimulatorRenderRestrictionsChanged(bool restricted, bool enabled, int maxAircraft, const BlackMisc::PhysicalQuantities::CLength &maxRenderedDistance);
};
} // ns

View File

@@ -184,11 +184,11 @@ namespace BlackCore
BlackMisc::CSetting<Vatsim::TCurrentTrafficServer> m_currentNetworkServer { this };
//! Station has been changed, needed to tune in/out voice room
//! \ingroup crosscontextslot
//! \ingroup crosscontextfunction
void xCtxChangedAtcStationOnlineConnectionStatus(const BlackMisc::Aviation::CAtcStation &atcStation, bool connected);
//! Simulator model has been changed
//! \ingroup crosscontextslot
//! \ingroup crosscontextfunction
void xCtxChangedSimulatorModel(const BlackMisc::Simulation::CAircraftModel &model);
//! Web data loaded

View File

@@ -143,7 +143,7 @@ namespace BlackCore
private:
// ------------ slots connected with network or other contexts ---------
//! \ingroup crosscontextslot
//! \ingroup crosscontextfunction
//! @{
//! Remote aircraft added