Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qloggingregistry_p.h File Reference

(c6a2f7a70e40a6df71342ffceb5eb897af71350c)

#include <QtCore/private/qglobal_p.h>
#include <QtCore/qloggingcategory.h>
#include <QtCore/qlist.h>
#include <QtCore/qhash.h>
#include <QtCore/qmutex.h>
#include <QtCore/qstring.h>
#include <QtCore/qtextstream.h>
#include <map>
+ Include dependency graph for qloggingregistry_p.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QLoggingRule
 
class  QLoggingSettingsParser
 
class  QLoggingRegistry
 
class  QLoggingCategoryWithEnvironmentOverride
 

Macros

#define Q_LOGGING_CATEGORY_WITH_ENV_OVERRIDE(name, env, categoryName)
 

Functions

 Q_DECLARE_TYPEINFO (QLoggingRule, Q_RELOCATABLE_TYPE)
 

Macro Definition Documentation

◆ Q_LOGGING_CATEGORY_WITH_ENV_OVERRIDE

#define Q_LOGGING_CATEGORY_WITH_ENV_OVERRIDE ( name,
env,
categoryName )
Value:
{ \
static constexpr char cname[] = categoryName; \
static_assert(cname[0] == 'q' && cname[1] == 't' && cname[2] == '.' \
&& cname[4] != '\0', "Category name must start with 'qt.'"); \
return category; \
}
\inmodule QtCore
const QLoggingCategory & category()
[1]
GLuint name

Definition at line 32 of file qloggingregistry_p.h.

Function Documentation

◆ Q_DECLARE_TYPEINFO()

Q_DECLARE_TYPEINFO ( QLoggingRule ,
Q_RELOCATABLE_TYPE  )