swift
|
Mappings, models etc. More...
Public Types | |
enum | TabWidget { TabRenderedAircraft = 0 , TabAircraftModels , TabInterpolatorSetup , TabStatistics , TabMatchingLog , TabPartsLog } |
Tab widget. More... | |
Signals | |
void | requestValidationDialog () |
Request the validation dialog. | |
Public Member Functions | |
CMappingComponent (QWidget *parent=nullptr) | |
Constructor. | |
virtual | ~CMappingComponent () |
Destructor. | |
int | countCurrentMappings () const |
Number of current mappings. | |
int | countAircraftModels () const |
Numer of models. | |
void | setTab (TabWidget tab) |
Set tab. | |
swift::misc::simulation::CAircraftModelList | findModelsStartingWith (const QString &modelName, Qt::CaseSensitivity cs) |
Find models starting with. | |
![]() | |
CDockWidgetInfoArea * | getDockWidgetInfoArea () const |
Corresponding dockable widget in info area. | |
bool | hasDockWidgetArea () const |
Has dock area? | |
virtual bool | setParentDockWidgetInfoArea (CDockWidgetInfoArea *parentDockableWidget) |
Corresponding dockable widget in info area. More... | |
CInfoArea * | getParentInfoArea () const |
The parent info area. | |
bool | isParentDockWidgetFloating () const |
Is the parent dockable widget floating? | |
bool | isVisibleWidget () const |
Visible widget. More... | |
CEnableForFramelessWindow * | mainApplicationWindow () const |
Main application window if any. | |
QWidget * | mainApplicationWindowWidget () const |
Main application window widget if any. | |
void | displayMyself () |
Display myself. | |
![]() | |
const CIdentifier & | identifier () const |
Get identifier. | |
void | setIdentifier (const CIdentifier &identifier) |
Set identifier, allows to set an external identifier. | |
bool | isMyIdentifier (const CIdentifier &otherIdentifier) const |
My identifier? | |
Static Public Member Functions | |
static const QStringList & | getLogCategories () |
Log categories. | |
Additional Inherited Members | |
![]() | |
CEnableForDockWidgetInfoArea (CDockWidgetInfoArea *parentInfoArea=nullptr) | |
Constructor. More... | |
virtual | ~CEnableForDockWidgetInfoArea () |
Destructor. | |
![]() | |
CIdentifiable (const QString &objectName) | |
Use literal based object name. | |
CIdentifiable (QObject *nameProvider) | |
Connect with QObject providing the name. | |
CIdentifiable () | |
Construct without a name. | |
~CIdentifiable () | |
Destructor. | |
CIdentifiable (const CIdentifiable &)=default | |
Copy constructor. | |
CIdentifiable & | operator= (const CIdentifiable &)=default |
Copy assignment operator. | |
![]() | |
CDockWidgetInfoArea * | m_parentDockableInfoArea = nullptr |
my parent dockable widget | |
swift::misc::CConnectionGuard | m_connections |
connections | |
Mappings, models etc.
Definition at line 55 of file mappingcomponent.h.
Tab widget.
Definition at line 65 of file mappingcomponent.h.