mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 06:35:52 +08:00
Ref T131, display in overlay window (BlackMisc::CStatusMessageList)
This commit is contained in:
@@ -45,4 +45,12 @@ namespace BlackGui
|
||||
m_mwaOverlayFrame->showOverlayMessage(message, timeOutMs);
|
||||
return true;
|
||||
}
|
||||
|
||||
bool IMainWindowAccess::displayInOverlayWindow(const CStatusMessageList &messages, int timeOutMs)
|
||||
{
|
||||
if (messages.isEmpty()) { return false; }
|
||||
if (!m_mwaOverlayFrame) { return false; }
|
||||
m_mwaOverlayFrame->showOverlayMessages(messages, false, timeOutMs);
|
||||
return true;
|
||||
}
|
||||
} // ns
|
||||
|
||||
Reference in New Issue
Block a user