mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 23:25:53 +08:00
Views guard name and style
This commit is contained in:
committed by
Mat Sutcliffe
parent
af445b33e9
commit
13b9179472
@@ -7,7 +7,6 @@
|
||||
* contained in the LICENSE file.
|
||||
*/
|
||||
|
||||
#include "blackgui/models/aircrafticaolistmodel.h"
|
||||
#include "blackgui/views/aircrafticaoview.h"
|
||||
#include "blackgui/views/viewbase.h"
|
||||
|
||||
|
||||
@@ -9,23 +9,12 @@
|
||||
|
||||
//! \file
|
||||
|
||||
#ifndef BLACKGUI_AIRCRAFTICAOVIEW_H
|
||||
#define BLACKGUI_AIRCRAFTICAOVIEW_H
|
||||
#ifndef BLACKGUI_VIEWS_AIRCRAFTICAOVIEW_H
|
||||
#define BLACKGUI_VIEWS_AIRCRAFTICAOVIEW_H
|
||||
|
||||
#include "blackgui/blackguiexport.h"
|
||||
#include "blackgui/models/aircrafticaolistmodel.h"
|
||||
#include "blackgui/views/viewdbobjects.h"
|
||||
|
||||
class QWidget;
|
||||
|
||||
namespace BlackMisc
|
||||
{
|
||||
namespace Aviation
|
||||
{
|
||||
class CAircraftIcaoCode;
|
||||
class CAircraftIcaoCodeList;
|
||||
}
|
||||
}
|
||||
#include "blackgui/blackguiexport.h"
|
||||
|
||||
namespace BlackGui
|
||||
{
|
||||
|
||||
@@ -15,9 +15,6 @@
|
||||
#include "blackgui/views/viewtimestampobjects.h"
|
||||
#include "blackgui/models/aircraftpartslistmodel.h"
|
||||
#include "blackgui/blackguiexport.h"
|
||||
#include "blackmisc/aviation/aircraftpartslist.h"
|
||||
|
||||
class QWidget;
|
||||
|
||||
namespace BlackGui
|
||||
{
|
||||
|
||||
@@ -15,9 +15,6 @@
|
||||
#include "blackgui/views/viewtimestampobjects.h"
|
||||
#include "blackgui/models/aircraftsituationlistmodel.h"
|
||||
#include "blackgui/blackguiexport.h"
|
||||
#include "blackmisc/aviation/aircraftsituationlist.h"
|
||||
|
||||
class QWidget;
|
||||
|
||||
namespace BlackGui
|
||||
{
|
||||
|
||||
@@ -9,17 +9,12 @@
|
||||
|
||||
//! \file
|
||||
|
||||
#ifndef BLACKGUI_AIRPORTVIEW_H
|
||||
#define BLACKGUI_AIRPORTVIEW_H
|
||||
#ifndef BLACKGUI_VIEWS_AIRPORTVIEW_H
|
||||
#define BLACKGUI_VIEWS_AIRPORTVIEW_H
|
||||
|
||||
#include "blackgui/blackguiexport.h"
|
||||
#include "blackgui/models/airportlistmodel.h"
|
||||
#include "blackgui/views/viewbase.h"
|
||||
#include "blackmisc/aviation/airportlist.h"
|
||||
|
||||
class QWidget;
|
||||
|
||||
namespace BlackMisc { namespace Aviation { class CAirport; } }
|
||||
|
||||
namespace BlackGui
|
||||
{
|
||||
|
||||
@@ -9,8 +9,8 @@
|
||||
|
||||
//! \file
|
||||
|
||||
#ifndef BLACKGUI_ATCSTATIONTREEVIEW_H
|
||||
#define BLACKGUI_ATCSTATIONTREEVIEW_H
|
||||
#ifndef BLACKGUI_VIEWS_ATCSTATIONTREEVIEW_H
|
||||
#define BLACKGUI_VIEWS_ATCSTATIONTREEVIEW_H
|
||||
|
||||
#include "blackgui/blackguiexport.h"
|
||||
#include "blackmisc/aviation/atcstationlist.h"
|
||||
|
||||
@@ -9,18 +9,15 @@
|
||||
|
||||
//! \file
|
||||
|
||||
#ifndef BLACKGUI_CLIENTVIEW_H
|
||||
#define BLACKGUI_CLIENTVIEW_H
|
||||
#ifndef BLACKGUI_VIEWS_CLIENTVIEW_H
|
||||
#define BLACKGUI_VIEWS_CLIENTVIEW_H
|
||||
|
||||
#include "blackgui/blackguiexport.h"
|
||||
#include "blackgui/models/clientlistmodel.h"
|
||||
#include "blackgui/views/viewbase.h"
|
||||
#include "blackmisc/network/clientlist.h"
|
||||
|
||||
class QWidget;
|
||||
|
||||
namespace BlackMisc { namespace Network { class CClient; } }
|
||||
|
||||
namespace BlackGui
|
||||
{
|
||||
namespace Views
|
||||
|
||||
@@ -17,8 +17,6 @@
|
||||
#include "blackgui/blackguiexport.h"
|
||||
#include "blackmisc/countrylist.h"
|
||||
|
||||
class QWidget;
|
||||
|
||||
namespace BlackGui
|
||||
{
|
||||
namespace Views
|
||||
|
||||
@@ -9,8 +9,8 @@
|
||||
|
||||
//! \file
|
||||
|
||||
#ifndef BLACKGUI_DISTRIBUTORVIEW_H
|
||||
#define BLACKGUI_DISTRIBUTORVIEW_H
|
||||
#ifndef BLACKGUI_VIEWS_DISTRIBUTORVIEW_H
|
||||
#define BLACKGUI_VIEWS_DISTRIBUTORVIEW_H
|
||||
|
||||
#include "blackgui/blackguiexport.h"
|
||||
#include "blackgui/models/distributorlistmodel.h"
|
||||
|
||||
@@ -9,23 +9,12 @@
|
||||
|
||||
//! \file
|
||||
|
||||
#ifndef BLACKGUI_LIVERYVIEW_H
|
||||
#define BLACKGUI_LIVERYVIEW_H
|
||||
#ifndef BLACKGUI_VIEWS_LIVERYVIEW_H
|
||||
#define BLACKGUI_VIEWS_LIVERYVIEW_H
|
||||
|
||||
#include "blackgui/blackguiexport.h"
|
||||
#include "blackgui/models/liverylistmodel.h"
|
||||
#include "blackgui/views/viewdbobjects.h"
|
||||
|
||||
class QWidget;
|
||||
|
||||
namespace BlackMisc
|
||||
{
|
||||
namespace Aviation
|
||||
{
|
||||
class CLivery;
|
||||
class CLiveryList;
|
||||
}
|
||||
}
|
||||
#include "blackgui/models/liverylistmodel.h"
|
||||
#include "blackgui/blackguiexport.h"
|
||||
|
||||
namespace BlackGui
|
||||
{
|
||||
|
||||
@@ -9,14 +9,14 @@
|
||||
|
||||
//! \file
|
||||
|
||||
#ifndef BLACKGUI_STATUSMESSAGEVIEW_H
|
||||
#define BLACKGUI_STATUSMESSAGEVIEW_H
|
||||
#ifndef BLACKGUI_VIEWS_STATUSMESSAGEVIEW_H
|
||||
#define BLACKGUI_VIEWS_STATUSMESSAGEVIEW_H
|
||||
|
||||
#include "blackgui/blackguiexport.h"
|
||||
#include "blackgui/models/statusmessagelistmodel.h"
|
||||
#include "blackgui/views/viewbase.h"
|
||||
#include "blackmisc/statusmessage.h"
|
||||
#include "blackgui/models/statusmessagelistmodel.h"
|
||||
#include "blackmisc/statusmessagelist.h"
|
||||
#include "blackmisc/statusmessage.h"
|
||||
#include "blackgui/blackguiexport.h"
|
||||
|
||||
#include <QObject>
|
||||
|
||||
|
||||
@@ -9,17 +9,14 @@
|
||||
|
||||
//! \file
|
||||
|
||||
#ifndef BLACKGUI_TEMPERATURELAYERVIEW_H
|
||||
#define BLACKGUI_TEMPERATURELAYERVIEW_H
|
||||
#ifndef BLACKGUI_VIEWS_TEMPERATURELAYERVIEW_H
|
||||
#define BLACKGUI_VIEWS_TEMPERATURELAYERVIEW_H
|
||||
|
||||
#include "blackgui/blackguiexport.h"
|
||||
#include "blackgui/models/temperaturelayerlistmodel.h"
|
||||
#include "blackgui/views/viewbase.h"
|
||||
|
||||
class QWidget;
|
||||
|
||||
namespace BlackMisc { namespace Weather { class CTemperatureLayer; } }
|
||||
|
||||
namespace BlackGui
|
||||
{
|
||||
namespace Views
|
||||
|
||||
@@ -12,12 +12,10 @@
|
||||
#ifndef BLACKGUI_TEXTMESSAGEVIEW_H
|
||||
#define BLACKGUI_TEXTMESSAGEVIEW_H
|
||||
|
||||
#include "blackgui/blackguiexport.h"
|
||||
#include "blackgui/models/textmessagelistmodel.h"
|
||||
#include "blackgui/views/viewbase.h"
|
||||
#include "blackgui/models/textmessagelistmodel.h"
|
||||
#include "blackmisc/network/textmessagelist.h"
|
||||
|
||||
class QWidget;
|
||||
#include "blackgui/blackguiexport.h"
|
||||
|
||||
namespace BlackMisc { namespace Network { class CTextMessage; } }
|
||||
namespace BlackGui
|
||||
|
||||
@@ -12,9 +12,9 @@
|
||||
#ifndef BLACKGUI_USERVIEW_H
|
||||
#define BLACKGUI_USERVIEW_H
|
||||
|
||||
#include "blackgui/blackguiexport.h"
|
||||
#include "blackgui/models/userlistmodel.h"
|
||||
#include "blackgui/views/viewbase.h"
|
||||
#include "blackgui/models/userlistmodel.h"
|
||||
#include "blackgui/blackguiexport.h"
|
||||
#include "blackmisc/network/userlist.h"
|
||||
|
||||
namespace BlackMisc { namespace Network { class CUser; } }
|
||||
@@ -47,6 +47,6 @@ namespace BlackGui
|
||||
void requestTextMessage();
|
||||
};
|
||||
}
|
||||
}
|
||||
} // ns
|
||||
|
||||
#endif // guard
|
||||
|
||||
@@ -9,8 +9,8 @@
|
||||
|
||||
//! \file
|
||||
|
||||
#ifndef BLACKGUI_VIEWBASE_ITEMDELEGATE_H
|
||||
#define BLACKGUI_VIEWBASE_ITEMDELEGATE_H
|
||||
#ifndef BLACKGUI_VIEWS_ITEMDELEGATE_H
|
||||
#define BLACKGUI_VIEWS_ITEMDELEGATE_H
|
||||
|
||||
#include <QStyledItemDelegate>
|
||||
|
||||
@@ -43,4 +43,5 @@ namespace BlackGui
|
||||
};
|
||||
} // namespace
|
||||
} // namespace
|
||||
|
||||
#endif // guard
|
||||
|
||||
Reference in New Issue
Block a user