mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 09:15:34 +08:00
Also allow to use SHIFT + button for models, aircraft
* added setTab functions * shift can be used to reset to first tab
This commit is contained in:
@@ -45,6 +45,9 @@ namespace BlackGui
|
||||
//! Destructor
|
||||
virtual ~CMainKeypadAreaComponent();
|
||||
|
||||
//! Main info area changed
|
||||
void onMainInfoAreaChanged(int currentTabIndex, QList<int> dockedIndexes, QList<int> floatingIndexes);
|
||||
|
||||
signals:
|
||||
//! Button to select main info area has been pressed
|
||||
//! \sa CMainInfoAreaComponent
|
||||
@@ -68,10 +71,6 @@ namespace BlackGui
|
||||
//! Request audio
|
||||
void audioPressed();
|
||||
|
||||
public slots:
|
||||
//! Main info area changed
|
||||
void onMainInfoAreaChanged(int currentTabIndex, QList<int> dockedIndexes, QList<int> floatingIndexes);
|
||||
|
||||
private:
|
||||
//! Button was clicked
|
||||
void buttonSelected();
|
||||
|
||||
Reference in New Issue
Block a user