mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 19:35:32 +08:00
Ref T131, display in overlay window (BlackMisc::CStatusMessageList)
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
#define BLACKGUI_MAINWINDOWACCESS_H
|
||||
|
||||
#include "blackgui/blackguiexport.h"
|
||||
#include "blackmisc/statusmessage.h"
|
||||
#include "blackmisc/statusmessagelist.h"
|
||||
|
||||
#include <QObject>
|
||||
#include <QString>
|
||||
@@ -40,6 +40,9 @@ namespace BlackGui
|
||||
//! Display in overlay window
|
||||
virtual bool displayInOverlayWindow(const BlackMisc::CStatusMessage &message, int timeOutMs = -1);
|
||||
|
||||
//! Display in overlay window
|
||||
virtual bool displayInOverlayWindow(const BlackMisc::CStatusMessageList &messages, int timeOutMs = -1);
|
||||
|
||||
protected:
|
||||
Components::CLogComponent *m_mwaLogComponent = nullptr; //!< the log component if any
|
||||
CManagedStatusBar *m_mwaStatusBar = nullptr; //!< status bar if any
|
||||
|
||||
Reference in New Issue
Block a user