mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-29 04:35:41 +08:00
Doxygen
This commit is contained in:
@@ -14,13 +14,19 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
* \namespace BlackCore::Settings
|
* \namespace BlackCore::Data
|
||||||
* Core settings traits.
|
* Core data traits (aka cached values) and classes.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
* \namespace BlackCore::Data
|
* \namespace BlackCore::Db
|
||||||
* Core data traits (aka cached values) and classes.
|
* Classes interacting with the swift database (aka "datastore"). This includes the readers and related classes.
|
||||||
|
* Related model classes can be found in BlackMisc::Db
|
||||||
|
*/
|
||||||
|
|
||||||
|
/*!
|
||||||
|
* \namespace BlackCore::Settings
|
||||||
|
* Core settings traits.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
|
|||||||
@@ -23,9 +23,7 @@ namespace BlackCore
|
|||||||
{
|
{
|
||||||
namespace Db
|
namespace Db
|
||||||
{
|
{
|
||||||
/**
|
//! Reader for airport database data.
|
||||||
* Reader for airport database.
|
|
||||||
*/
|
|
||||||
class BLACKCORE_EXPORT CAirportDataReader : public CDatabaseReader
|
class BLACKCORE_EXPORT CAirportDataReader : public CDatabaseReader
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|||||||
@@ -23,9 +23,7 @@ namespace BlackCore
|
|||||||
{
|
{
|
||||||
namespace Db
|
namespace Db
|
||||||
{
|
{
|
||||||
/**
|
//! Update and consolidation of DB data
|
||||||
* Update and consolidation of DB data
|
|
||||||
*/
|
|
||||||
class BLACKCORE_EXPORT CBackgroundDataUpdater : public BlackMisc::CContinuousWorker
|
class BLACKCORE_EXPORT CBackgroundDataUpdater : public BlackMisc::CContinuousWorker
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|||||||
@@ -21,13 +21,13 @@
|
|||||||
#include <QString>
|
#include <QString>
|
||||||
|
|
||||||
class QNetworkReply;
|
class QNetworkReply;
|
||||||
namespace BlackMisc { namespace Network { class CAuthenticatedUser; } }
|
|
||||||
|
|
||||||
|
namespace BlackMisc { namespace Network { class CAuthenticatedUser; } }
|
||||||
namespace BlackCore
|
namespace BlackCore
|
||||||
{
|
{
|
||||||
namespace Db
|
namespace Db
|
||||||
{
|
{
|
||||||
//! Databse user used with swift DB. Features role and cookie handling.
|
//! Database user used with swift DB. Features role and cookie handling.
|
||||||
class BLACKCORE_EXPORT CDatabaseAuthenticationService: public QObject
|
class BLACKCORE_EXPORT CDatabaseAuthenticationService: public QObject
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|||||||
@@ -22,9 +22,7 @@ namespace BlackCore
|
|||||||
{
|
{
|
||||||
namespace Db
|
namespace Db
|
||||||
{
|
{
|
||||||
/**
|
//! Monitoring the swift DB, internet access, shared URLs
|
||||||
* Monitoring the swift DB, internet access, shared URL
|
|
||||||
*/
|
|
||||||
class CNetworkWatchdog : public BlackMisc::CContinuousWorker
|
class CNetworkWatchdog : public BlackMisc::CContinuousWorker
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|||||||
@@ -23,6 +23,11 @@
|
|||||||
* \brief High level reusable GUI components.
|
* \brief High level reusable GUI components.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/*!
|
||||||
|
* \namespace BlackGui::Context
|
||||||
|
* \brief The context classes are high level API classes providing the interface for DBus.
|
||||||
|
*/
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
* \namespace BlackGui::Filters
|
* \namespace BlackGui::Filters
|
||||||
* \brief Filter to search data sets.
|
* \brief Filter to search data sets.
|
||||||
@@ -33,6 +38,11 @@
|
|||||||
* \brief Models to be used with views, mainly QTableView
|
* \brief Models to be used with views, mainly QTableView
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/*!
|
||||||
|
* \namespace BlackGui::Vatsim
|
||||||
|
* \brief Specific classes for the VATSIM network
|
||||||
|
*/
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
* \namespace BlackGui::Views
|
* \namespace BlackGui::Views
|
||||||
* \brief Views, mainly QTableView
|
* \brief Views, mainly QTableView
|
||||||
|
|||||||
Reference in New Issue
Block a user