mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 11:05:33 +08:00
As of workshop RW/KB
* Allow to "jump" to text message channel from ATC / aircraft * changed timer connections for components to new SLOT syntax * housekeeping: ** new function in network context for station by callsign ** refactored textmessage component, allow to select tab by slot ** wired up signal / slots in main GUI ** removed unused functions ** allow to select area and "myself" in infoarea
This commit is contained in:
@@ -89,6 +89,9 @@ namespace BlackGui
|
||||
//! Select area
|
||||
void selectArea(int areaIndex);
|
||||
|
||||
//! Set current tab bar index by given widget
|
||||
void selectArea(const CDockWidgetInfoArea *dockWidgetInfoArea);
|
||||
|
||||
//! Select area (sender is QAction)
|
||||
void selectAreaByAction();
|
||||
|
||||
@@ -164,9 +167,6 @@ namespace BlackGui
|
||||
//! Widget to tab bar index
|
||||
int dockWidgetInfoAreaToTabBarIndex(const CDockWidgetInfoArea *dockWidgetInfoArea) const;
|
||||
|
||||
//! Set current tab bar index by given widget
|
||||
void setCurrentTabIndex(const CDockWidgetInfoArea *dockWidgetInfoArea);
|
||||
|
||||
//! Features of the dockable widgets
|
||||
void setFeaturesForDockableWidgets(QDockWidget::DockWidgetFeatures features);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user