mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-13 15:45:42 +08:00
refs #595 Insert missing BLACKGUI_EXPORT.
This commit is contained in:
@@ -12,6 +12,7 @@
|
|||||||
#ifndef BLACKGUI_AIRCRAFTCOMBINEDTYPESELECTOR_H
|
#ifndef BLACKGUI_AIRCRAFTCOMBINEDTYPESELECTOR_H
|
||||||
#define BLACKGUI_AIRCRAFTCOMBINEDTYPESELECTOR_H
|
#define BLACKGUI_AIRCRAFTCOMBINEDTYPESELECTOR_H
|
||||||
|
|
||||||
|
#include "blackgui/blackguiexport.h"
|
||||||
#include "blackmisc/aviation/aircrafticaocode.h"
|
#include "blackmisc/aviation/aircrafticaocode.h"
|
||||||
#include <QFrame>
|
#include <QFrame>
|
||||||
#include <QScopedPointer>
|
#include <QScopedPointer>
|
||||||
@@ -24,7 +25,7 @@ namespace BlackGui
|
|||||||
/*!
|
/*!
|
||||||
* Select by comined type ("L2J", "H1T", ...)
|
* Select by comined type ("L2J", "H1T", ...)
|
||||||
*/
|
*/
|
||||||
class CAircraftCombinedTypeSelector : public QFrame
|
class BLACKGUI_EXPORT CAircraftCombinedTypeSelector : public QFrame
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|
||||||
|
|||||||
@@ -12,6 +12,7 @@
|
|||||||
#ifndef BLACKGUI_COLORSELECTOR_H
|
#ifndef BLACKGUI_COLORSELECTOR_H
|
||||||
#define BLACKGUI_COLORSELECTOR_H
|
#define BLACKGUI_COLORSELECTOR_H
|
||||||
|
|
||||||
|
#include "blackgui/blackguiexport.h"
|
||||||
#include "blackmisc/rgbcolor.h"
|
#include "blackmisc/rgbcolor.h"
|
||||||
#include <QFrame>
|
#include <QFrame>
|
||||||
|
|
||||||
@@ -22,7 +23,7 @@ namespace BlackGui
|
|||||||
/*!
|
/*!
|
||||||
* Select a color
|
* Select a color
|
||||||
*/
|
*/
|
||||||
class CColorSelector : public QFrame
|
class BLACKGUI_EXPORT CColorSelector : public QFrame
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|
||||||
|
|||||||
@@ -12,6 +12,7 @@
|
|||||||
#ifndef BLACKGUI_DBAIRLINEICAOSELECTORBASE_H
|
#ifndef BLACKGUI_DBAIRLINEICAOSELECTORBASE_H
|
||||||
#define BLACKGUI_DBAIRLINEICAOSELECTORBASE_H
|
#define BLACKGUI_DBAIRLINEICAOSELECTORBASE_H
|
||||||
|
|
||||||
|
#include "blackgui/blackguiexport.h"
|
||||||
#include "blackcore/webdataservices.h"
|
#include "blackcore/webdataservices.h"
|
||||||
#include "blackgui/dropbase.h"
|
#include "blackgui/dropbase.h"
|
||||||
#include "blackmisc/aviation/airlineicaocode.h"
|
#include "blackmisc/aviation/airlineicaocode.h"
|
||||||
@@ -26,7 +27,7 @@ namespace BlackGui
|
|||||||
/*!
|
/*!
|
||||||
* Airline ICAO selector base class
|
* Airline ICAO selector base class
|
||||||
*/
|
*/
|
||||||
class CDbAirlineIcaoSelectorBase :
|
class BLACKGUI_EXPORT CDbAirlineIcaoSelectorBase :
|
||||||
public QFrame,
|
public QFrame,
|
||||||
public BlackMisc::Network::CWebDataServicesAware,
|
public BlackMisc::Network::CWebDataServicesAware,
|
||||||
public BlackGui::CDropBase
|
public BlackGui::CDropBase
|
||||||
|
|||||||
@@ -12,6 +12,7 @@
|
|||||||
#ifndef BLACKGUI_COMPONENTS_DBAUTOSTASHINGCOMPONENT_H
|
#ifndef BLACKGUI_COMPONENTS_DBAUTOSTASHINGCOMPONENT_H
|
||||||
#define BLACKGUI_COMPONENTS_DBAUTOSTASHINGCOMPONENT_H
|
#define BLACKGUI_COMPONENTS_DBAUTOSTASHINGCOMPONENT_H
|
||||||
|
|
||||||
|
#include "blackgui/blackguiexport.h"
|
||||||
#include "blackcore/webdataservices.h"
|
#include "blackcore/webdataservices.h"
|
||||||
#include "dbmappingcomponentaware.h"
|
#include "dbmappingcomponentaware.h"
|
||||||
#include "blackmisc/logcategorylist.h"
|
#include "blackmisc/logcategorylist.h"
|
||||||
@@ -27,7 +28,7 @@ namespace BlackGui
|
|||||||
/*!
|
/*!
|
||||||
* Stashing component
|
* Stashing component
|
||||||
*/
|
*/
|
||||||
class CDbAutoStashingComponent :
|
class BLACKGUI_EXPORT CDbAutoStashingComponent :
|
||||||
public QDialog,
|
public QDialog,
|
||||||
public BlackMisc::Network::CWebDataServicesAware,
|
public BlackMisc::Network::CWebDataServicesAware,
|
||||||
public BlackGui::Components::CDbMappingComponentAware
|
public BlackGui::Components::CDbMappingComponentAware
|
||||||
|
|||||||
@@ -12,6 +12,7 @@
|
|||||||
#ifndef BLACKGUI_COMPONENTS_DBDEBUGDATABASESETUP_H
|
#ifndef BLACKGUI_COMPONENTS_DBDEBUGDATABASESETUP_H
|
||||||
#define BLACKGUI_COMPONENTS_DBDEBUGDATABASESETUP_H
|
#define BLACKGUI_COMPONENTS_DBDEBUGDATABASESETUP_H
|
||||||
|
|
||||||
|
#include "blackgui/blackguiexport.h"
|
||||||
#include "blackcore/data/globalsetup.h"
|
#include "blackcore/data/globalsetup.h"
|
||||||
#include <QFrame>
|
#include <QFrame>
|
||||||
#include <QScopedPointer>
|
#include <QScopedPointer>
|
||||||
@@ -26,7 +27,7 @@ namespace BlackGui
|
|||||||
* Debug settings for DB (only to be used as developer)
|
* Debug settings for DB (only to be used as developer)
|
||||||
* \remarks Disabled when not runnig in dev.environment
|
* \remarks Disabled when not runnig in dev.environment
|
||||||
*/
|
*/
|
||||||
class CDbDebugDatabaseSetup : public QFrame
|
class BLACKGUI_EXPORT CDbDebugDatabaseSetup : public QFrame
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|
||||||
|
|||||||
@@ -12,6 +12,7 @@
|
|||||||
#ifndef BLACKGUI_COMPONENTS_CDBLIVERYSELECTORCOMPONENT_H
|
#ifndef BLACKGUI_COMPONENTS_CDBLIVERYSELECTORCOMPONENT_H
|
||||||
#define BLACKGUI_COMPONENTS_CDBLIVERYSELECTORCOMPONENT_H
|
#define BLACKGUI_COMPONENTS_CDBLIVERYSELECTORCOMPONENT_H
|
||||||
|
|
||||||
|
#include "blackgui/blackguiexport.h"
|
||||||
#include "blackmisc/aviation/livery.h"
|
#include "blackmisc/aviation/livery.h"
|
||||||
#include "blackcore/webdataservices.h"
|
#include "blackcore/webdataservices.h"
|
||||||
#include "blackgui/dropbase.h"
|
#include "blackgui/dropbase.h"
|
||||||
@@ -29,7 +30,7 @@ namespace BlackGui
|
|||||||
/*!
|
/*!
|
||||||
* Selector for liveries
|
* Selector for liveries
|
||||||
*/
|
*/
|
||||||
class CDbLiverySelectorComponent :
|
class BLACKGUI_EXPORT CDbLiverySelectorComponent :
|
||||||
public QFrame,
|
public QFrame,
|
||||||
public BlackMisc::Network::CWebDataServicesAware,
|
public BlackMisc::Network::CWebDataServicesAware,
|
||||||
public BlackGui::CDropBase
|
public BlackGui::CDropBase
|
||||||
|
|||||||
@@ -10,6 +10,7 @@
|
|||||||
#ifndef BLACKGUI_DROPBASE_H
|
#ifndef BLACKGUI_DROPBASE_H
|
||||||
#define BLACKGUI_DROPBASE_H
|
#define BLACKGUI_DROPBASE_H
|
||||||
|
|
||||||
|
#include "blackgui/blackguiexport.h"
|
||||||
#include "blackmisc/variant.h"
|
#include "blackmisc/variant.h"
|
||||||
#include <QLabel>
|
#include <QLabel>
|
||||||
#include <QMimeData>
|
#include <QMimeData>
|
||||||
@@ -19,7 +20,7 @@ namespace BlackGui
|
|||||||
/*!
|
/*!
|
||||||
* Utilities for dropping swift value objects
|
* Utilities for dropping swift value objects
|
||||||
*/
|
*/
|
||||||
class CDropBase
|
class BLACKGUI_EXPORT CDropBase
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
//! Set text for drop site
|
//! Set text for drop site
|
||||||
|
|||||||
@@ -10,6 +10,7 @@
|
|||||||
#ifndef BLACKGUI_DROPSITE_H
|
#ifndef BLACKGUI_DROPSITE_H
|
||||||
#define BLACKGUI_DROPSITE_H
|
#define BLACKGUI_DROPSITE_H
|
||||||
|
|
||||||
|
#include "blackgui/blackguiexport.h"
|
||||||
#include "blackmisc/variant.h"
|
#include "blackmisc/variant.h"
|
||||||
#include "blackgui/dropbase.h"
|
#include "blackgui/dropbase.h"
|
||||||
#include <QLabel>
|
#include <QLabel>
|
||||||
@@ -21,7 +22,7 @@ namespace BlackGui
|
|||||||
* Area where items can be dropped
|
* Area where items can be dropped
|
||||||
* \remark inspired by Qt example: http://doc.qt.io/qt-4.8/qt-draganddrop-dropsite-example.html
|
* \remark inspired by Qt example: http://doc.qt.io/qt-4.8/qt-draganddrop-dropsite-example.html
|
||||||
*/
|
*/
|
||||||
class CDropSite :
|
class BLACKGUI_EXPORT CDropSite :
|
||||||
public QLabel,
|
public QLabel,
|
||||||
public CDropBase
|
public CDropBase
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -12,6 +12,7 @@
|
|||||||
#ifndef BLACKGUI_EDITORS_AIRCRAFTICAOFORM_H
|
#ifndef BLACKGUI_EDITORS_AIRCRAFTICAOFORM_H
|
||||||
#define BLACKGUI_EDITORS_AIRCRAFTICAOFORM_H
|
#define BLACKGUI_EDITORS_AIRCRAFTICAOFORM_H
|
||||||
|
|
||||||
|
#include "blackgui/blackguiexport.h"
|
||||||
#include "blackgui/editors/form.h"
|
#include "blackgui/editors/form.h"
|
||||||
#include "blackmisc/aviation/aircrafticaocode.h"
|
#include "blackmisc/aviation/aircrafticaocode.h"
|
||||||
#include "blackmisc/network/webdataservicesprovider.h"
|
#include "blackmisc/network/webdataservicesprovider.h"
|
||||||
@@ -27,7 +28,7 @@ namespace BlackGui
|
|||||||
/*!
|
/*!
|
||||||
* Aircraft ICAO form
|
* Aircraft ICAO form
|
||||||
*/
|
*/
|
||||||
class CAircraftIcaoForm :
|
class BLACKGUI_EXPORT CAircraftIcaoForm :
|
||||||
public CForm,
|
public CForm,
|
||||||
public BlackMisc::Network::CWebDataServicesAware
|
public BlackMisc::Network::CWebDataServicesAware
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -12,6 +12,7 @@
|
|||||||
#ifndef BLACKGUI_EDITORS_AIRLINEICAOFORM_H
|
#ifndef BLACKGUI_EDITORS_AIRLINEICAOFORM_H
|
||||||
#define BLACKGUI_EDITORS_AIRLINEICAOFORM_H
|
#define BLACKGUI_EDITORS_AIRLINEICAOFORM_H
|
||||||
|
|
||||||
|
#include "blackgui/blackguiexport.h"
|
||||||
#include "blackmisc/aviation/airlineicaocode.h"
|
#include "blackmisc/aviation/airlineicaocode.h"
|
||||||
#include "blackmisc/network/webdataservicesprovider.h"
|
#include "blackmisc/network/webdataservicesprovider.h"
|
||||||
#include "blackmisc/statusmessagelist.h"
|
#include "blackmisc/statusmessagelist.h"
|
||||||
@@ -27,7 +28,7 @@ namespace BlackGui
|
|||||||
/*!
|
/*!
|
||||||
* Airline ICAO code form
|
* Airline ICAO code form
|
||||||
*/
|
*/
|
||||||
class CAirlineIcaoForm :
|
class BLACKGUI_EXPORT CAirlineIcaoForm :
|
||||||
public CForm,
|
public CForm,
|
||||||
public BlackMisc::Network::CWebDataServicesAware
|
public BlackMisc::Network::CWebDataServicesAware
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -12,6 +12,7 @@
|
|||||||
#ifndef BLACKGUI_EDITORS_DISTRIBUTORFORM_H
|
#ifndef BLACKGUI_EDITORS_DISTRIBUTORFORM_H
|
||||||
#define BLACKGUI_EDITORS_DISTRIBUTORFORM_H
|
#define BLACKGUI_EDITORS_DISTRIBUTORFORM_H
|
||||||
|
|
||||||
|
#include "blackgui/blackguiexport.h"
|
||||||
#include "blackgui/editors/form.h"
|
#include "blackgui/editors/form.h"
|
||||||
#include "blackmisc/simulation/distributor.h"
|
#include "blackmisc/simulation/distributor.h"
|
||||||
#include "blackmisc/network/webdataservicesprovider.h"
|
#include "blackmisc/network/webdataservicesprovider.h"
|
||||||
@@ -27,7 +28,7 @@ namespace BlackGui
|
|||||||
/*!
|
/*!
|
||||||
* Distributor form
|
* Distributor form
|
||||||
*/
|
*/
|
||||||
class CDistributorForm :
|
class BLACKGUI_EXPORT CDistributorForm :
|
||||||
public CForm,
|
public CForm,
|
||||||
public BlackMisc::Network::CWebDataServicesAware
|
public BlackMisc::Network::CWebDataServicesAware
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -12,6 +12,7 @@
|
|||||||
#ifndef BLACKGUI_EDITORS_FORM_H
|
#ifndef BLACKGUI_EDITORS_FORM_H
|
||||||
#define BLACKGUI_EDITORS_FORM_H
|
#define BLACKGUI_EDITORS_FORM_H
|
||||||
|
|
||||||
|
#include "blackgui/blackguiexport.h"
|
||||||
#include "blackmisc/network/authenticateduser.h"
|
#include "blackmisc/network/authenticateduser.h"
|
||||||
#include "blackcore/data/authenticateduser.h"
|
#include "blackcore/data/authenticateduser.h"
|
||||||
#include <QFrame>
|
#include <QFrame>
|
||||||
@@ -23,7 +24,7 @@ namespace BlackGui
|
|||||||
/*!
|
/*!
|
||||||
* Form base class
|
* Form base class
|
||||||
*/
|
*/
|
||||||
class CForm : public QFrame
|
class BLACKGUI_EXPORT CForm : public QFrame
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|
||||||
|
|||||||
@@ -13,6 +13,7 @@
|
|||||||
#define BLACKGUI_EDITORS_LIVERYFORM_H
|
#define BLACKGUI_EDITORS_LIVERYFORM_H
|
||||||
|
|
||||||
#include "blackgui/editors/form.h"
|
#include "blackgui/editors/form.h"
|
||||||
|
#include "blackgui/blackguiexport.h"
|
||||||
#include "blackmisc/aviation/livery.h"
|
#include "blackmisc/aviation/livery.h"
|
||||||
#include "blackmisc/network/webdataservicesprovider.h"
|
#include "blackmisc/network/webdataservicesprovider.h"
|
||||||
#include "blackmisc/statusmessagelist.h"
|
#include "blackmisc/statusmessagelist.h"
|
||||||
@@ -26,7 +27,7 @@ namespace BlackGui
|
|||||||
/*!
|
/*!
|
||||||
* Livery form class
|
* Livery form class
|
||||||
*/
|
*/
|
||||||
class CLiveryForm :
|
class BLACKGUI_EXPORT CLiveryForm :
|
||||||
public CForm,
|
public CForm,
|
||||||
public BlackMisc::Network::CWebDataServicesAware
|
public BlackMisc::Network::CWebDataServicesAware
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -13,6 +13,7 @@
|
|||||||
#define BLACKGUI_EDITORS_MODELMAPPINGFORM_H
|
#define BLACKGUI_EDITORS_MODELMAPPINGFORM_H
|
||||||
|
|
||||||
#include "blackgui/editors/form.h"
|
#include "blackgui/editors/form.h"
|
||||||
|
#include "blackgui/blackguiexport.h"
|
||||||
#include "blackmisc/simulation/aircraftmodel.h"
|
#include "blackmisc/simulation/aircraftmodel.h"
|
||||||
#include <QScopedPointer>
|
#include <QScopedPointer>
|
||||||
|
|
||||||
@@ -25,7 +26,7 @@ namespace BlackGui
|
|||||||
/*!
|
/*!
|
||||||
* Model mapping form
|
* Model mapping form
|
||||||
*/
|
*/
|
||||||
class CModelMappingForm : public CForm
|
class BLACKGUI_EXPORT CModelMappingForm : public CForm
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|
||||||
|
|||||||
@@ -12,6 +12,7 @@
|
|||||||
#ifndef BLACKGUI_EDITORS_MODELMAPPINGMODIFYFORM_H
|
#ifndef BLACKGUI_EDITORS_MODELMAPPINGMODIFYFORM_H
|
||||||
#define BLACKGUI_EDITORS_MODELMAPPINGMODIFYFORM_H
|
#define BLACKGUI_EDITORS_MODELMAPPINGMODIFYFORM_H
|
||||||
|
|
||||||
|
#include "blackgui/blackguiexport.h"
|
||||||
#include "blackmisc/propertyindexvariantmap.h"
|
#include "blackmisc/propertyindexvariantmap.h"
|
||||||
#include "blackmisc/simulation/aircraftmodel.h"
|
#include "blackmisc/simulation/aircraftmodel.h"
|
||||||
#include <QFrame>
|
#include <QFrame>
|
||||||
@@ -28,7 +29,7 @@ namespace BlackGui
|
|||||||
/*!
|
/*!
|
||||||
* Allows to modify individual fields of the model form
|
* Allows to modify individual fields of the model form
|
||||||
*/
|
*/
|
||||||
class CModelMappingModifyForm : public QFrame
|
class BLACKGUI_EXPORT CModelMappingModifyForm : public QFrame
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|
||||||
|
|||||||
@@ -12,6 +12,7 @@
|
|||||||
#ifndef BLACKGUI_EDITOR_VALIDATIONINDICATOR_H
|
#ifndef BLACKGUI_EDITOR_VALIDATIONINDICATOR_H
|
||||||
#define BLACKGUI_EDITOR_VALIDATIONINDICATOR_H
|
#define BLACKGUI_EDITOR_VALIDATIONINDICATOR_H
|
||||||
|
|
||||||
|
#include "blackgui/blackguiexport.h"
|
||||||
#include "blackmisc/statusmessagelist.h"
|
#include "blackmisc/statusmessagelist.h"
|
||||||
#include <QFrame>
|
#include <QFrame>
|
||||||
#include <QScopedPointer>
|
#include <QScopedPointer>
|
||||||
@@ -26,7 +27,7 @@ namespace BlackGui
|
|||||||
/*!
|
/*!
|
||||||
* Indication state of validation
|
* Indication state of validation
|
||||||
*/
|
*/
|
||||||
class CValidationIndicator : public QFrame
|
class BLACKGUI_EXPORT CValidationIndicator : public QFrame
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|
||||||
|
|||||||
@@ -12,6 +12,7 @@
|
|||||||
#ifndef BLACKGUI_HOTKEYDIALOG_H
|
#ifndef BLACKGUI_HOTKEYDIALOG_H
|
||||||
#define BLACKGUI_HOTKEYDIALOG_H
|
#define BLACKGUI_HOTKEYDIALOG_H
|
||||||
|
|
||||||
|
#include "blackgui/blackguiexport.h"
|
||||||
#include "blackgui/models/actionmodel.h"
|
#include "blackgui/models/actionmodel.h"
|
||||||
#include "blackcore/inputmanager.h"
|
#include "blackcore/inputmanager.h"
|
||||||
#include "blackmisc/input/hotkeycombination.h"
|
#include "blackmisc/input/hotkeycombination.h"
|
||||||
@@ -32,7 +33,7 @@ namespace BlackGui
|
|||||||
/*!
|
/*!
|
||||||
* Combobox for selecting keyboard keys
|
* Combobox for selecting keyboard keys
|
||||||
*/
|
*/
|
||||||
class CKeySelectionBox : public QComboBox
|
class BLACKGUI_EXPORT CKeySelectionBox : public QComboBox
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|
||||||
@@ -57,7 +58,7 @@ namespace BlackGui
|
|||||||
/*!
|
/*!
|
||||||
* Hotkey dialog
|
* Hotkey dialog
|
||||||
*/
|
*/
|
||||||
class CHotkeyDialog : public QDialog
|
class BLACKGUI_EXPORT CHotkeyDialog : public QDialog
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|
||||||
|
|||||||
@@ -10,6 +10,7 @@
|
|||||||
#ifndef BLACKGUI_LABELANDICON_H
|
#ifndef BLACKGUI_LABELANDICON_H
|
||||||
#define BLACKGUI_LABELANDICON_H
|
#define BLACKGUI_LABELANDICON_H
|
||||||
|
|
||||||
|
#include "blackgui/blackguiexport.h"
|
||||||
#include <QFrame>
|
#include <QFrame>
|
||||||
#include <QScopedPointer>
|
#include <QScopedPointer>
|
||||||
|
|
||||||
@@ -20,7 +21,7 @@ namespace BlackGui
|
|||||||
/*!
|
/*!
|
||||||
* Label and icon frame
|
* Label and icon frame
|
||||||
*/
|
*/
|
||||||
class CLabelAndIcon : public QFrame
|
class BLACKGUI_EXPORT CLabelAndIcon : public QFrame
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ namespace BlackGui
|
|||||||
* Progress indicators are indeterminate and do nothing more than spin to show that the application is busy.
|
* Progress indicators are indeterminate and do nothing more than spin to show that the application is busy.
|
||||||
* \note based on https://github.com/mojocorp/QProgressIndicator under MIT license
|
* \note based on https://github.com/mojocorp/QProgressIndicator under MIT license
|
||||||
*/
|
*/
|
||||||
class CLoadIndicator : public QWidget
|
class BLACKGUI_EXPORT CLoadIndicator : public QWidget
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|
||||||
|
|||||||
@@ -12,6 +12,7 @@
|
|||||||
#ifndef BLACKGUI_ACTIONMODEL_H
|
#ifndef BLACKGUI_ACTIONMODEL_H
|
||||||
#define BLACKGUI_ACTIONMODEL_H
|
#define BLACKGUI_ACTIONMODEL_H
|
||||||
|
|
||||||
|
#include "blackgui/blackguiexport.h"
|
||||||
#include "blackcore/actionbind.h"
|
#include "blackcore/actionbind.h"
|
||||||
#include <QAbstractItemModel>
|
#include <QAbstractItemModel>
|
||||||
#include <QScopedPointer>
|
#include <QScopedPointer>
|
||||||
@@ -25,7 +26,7 @@ namespace BlackGui
|
|||||||
/*!
|
/*!
|
||||||
* Action tree model
|
* Action tree model
|
||||||
*/
|
*/
|
||||||
class CActionModel : public QAbstractItemModel
|
class BLACKGUI_EXPORT CActionModel : public QAbstractItemModel
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|
||||||
|
|||||||
@@ -14,6 +14,7 @@
|
|||||||
#ifndef BLACKGUI_SHORTCUT_H
|
#ifndef BLACKGUI_SHORTCUT_H
|
||||||
#define BLACKGUI_SHORTCUT_H
|
#define BLACKGUI_SHORTCUT_H
|
||||||
|
|
||||||
|
#include "blackgui/blackguiexport.h"
|
||||||
#include <QShortcut>
|
#include <QShortcut>
|
||||||
|
|
||||||
namespace BlackGui
|
namespace BlackGui
|
||||||
@@ -21,7 +22,7 @@ namespace BlackGui
|
|||||||
/*!
|
/*!
|
||||||
* Shortcut class to avoid overlapping shortcut defintions
|
* Shortcut class to avoid overlapping shortcut defintions
|
||||||
*/
|
*/
|
||||||
class CShortcut
|
class BLACKGUI_EXPORT CShortcut
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
//! No constructor
|
//! No constructor
|
||||||
|
|||||||
@@ -10,6 +10,7 @@
|
|||||||
#ifndef BLACKGUI_SIMULATORSELECTOR_H
|
#ifndef BLACKGUI_SIMULATORSELECTOR_H
|
||||||
#define BLACKGUI_SIMULATORSELECTOR_H
|
#define BLACKGUI_SIMULATORSELECTOR_H
|
||||||
|
|
||||||
|
#include "blackgui/blackguiexport.h"
|
||||||
#include "blackmisc/simulation/simulatorinfo.h"
|
#include "blackmisc/simulation/simulatorinfo.h"
|
||||||
#include <QScopedPointer>
|
#include <QScopedPointer>
|
||||||
#include <QFrame>
|
#include <QFrame>
|
||||||
@@ -21,7 +22,7 @@ namespace BlackGui
|
|||||||
/*!
|
/*!
|
||||||
* Select simulator
|
* Select simulator
|
||||||
*/
|
*/
|
||||||
class CSimulatorSelector : public QFrame
|
class BLACKGUI_EXPORT CSimulatorSelector : public QFrame
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user