mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 01:05:34 +08:00
Status message utility function, overlay frame utility function
This commit is contained in:
committed by
Mat Sutcliffe
parent
cb77279b4d
commit
ac2d665c6b
@@ -87,6 +87,11 @@ namespace BlackMisc
|
||||
}
|
||||
}
|
||||
|
||||
void CStatusMessageList::addValidationCategory()
|
||||
{
|
||||
this->addCategory(CLogCategory::validation());
|
||||
}
|
||||
|
||||
void CStatusMessageList::addCategories(const CLogCategoryList &categories)
|
||||
{
|
||||
for (auto &msg : *this)
|
||||
|
||||
@@ -78,6 +78,9 @@ namespace BlackMisc
|
||||
//! Add a category to all messages in the list
|
||||
void addCategory(const CLogCategory &category);
|
||||
|
||||
//! Validation category
|
||||
void addValidationCategory();
|
||||
|
||||
//! Add some categories to all messages in the list
|
||||
void addCategories(const CLogCategoryList &categories);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user