refs #287 Doxygen "threadsafe" alias command

This commit is contained in:
Mathew Sutcliffe
2014-07-11 17:53:45 +01:00
parent 7b546c7dba
commit 5c1b608391
4 changed files with 37 additions and 36 deletions

View File

@@ -87,19 +87,19 @@ namespace BlackCore
virtual ~IContextApplication() {}
//! Output redirection (redirect my output)
//! \remarks thread safe
//! \threadsafe
RedirectionLevel getOutputRedirectionLevel() const;
//! Output redirection (redirect my output)
//! \remarks thread safe
//! \threadsafe
void setOutputRedirectionLevel(RedirectionLevel redirectionLevel);
//! Redirected output generated by others
//! \remarks thread safe
//! \threadsafe
RedirectionLevel getStreamingForRedirectedOutputLevel() const;
//! Redirected output generated by others
//! \remarks thread safe
//! \threadsafe
void setStreamingForRedirectedOutputLevel(RedirectionLevel redirectionLevel) ;
//! Reset output redirection
@@ -156,11 +156,11 @@ namespace BlackCore
static QtMessageHandler s_oldHandler;
//! Message handler, handles one individual context
//! \remarks thread safe
//! \threadsafe
void messageHandler(QtMsgType type, const QMessageLogContext &messageContext, const QString &messsage);
//! Handle output dispatch, handles all contexts
//! \remarks Can be called in thread, has to be thread safe
//! \threadsafe
static void messageHandlerDispatch(QtMsgType type, const QMessageLogContext &messageContext, const QString &message);
RedirectionLevel m_outputRedirectionLevel; //!< enable / disable my output