Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
codeparser.h File Reference

(77a13c15833f21a09ed4a367835ccaf1f1d07627)

#include "node.h"
#include <QtCore/qset.h>
+ Include dependency graph for codeparser.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  UntiedDocumentation
 
struct  TiedDocumentation
 
class  CodeParser
 

Macros

#define COMMAND_ABSTRACT   QLatin1String("abstract")
 
#define COMMAND_CLASS   QLatin1String("class")
 
#define COMMAND_CMAKEPACKAGE   QLatin1String("cmakepackage")
 
#define COMMAND_CMAKECOMPONENT   QLatin1String("cmakecomponent")
 
#define COMMAND_CMAKETARGETITEM   QLatin1String("cmaketargetitem")
 
#define COMMAND_COMPARES   QLatin1String("compares")
 
#define COMMAND_COMPARESWITH   QLatin1String("compareswith")
 
#define COMMAND_DEFAULT   QLatin1String("default")
 
#define COMMAND_DEPRECATED   QLatin1String("deprecated")
 
#define COMMAND_DONTDOCUMENT   QLatin1String("dontdocument")
 
#define COMMAND_ENUM   QLatin1String("enum")
 
#define COMMAND_EXAMPLE   QLatin1String("example")
 
#define COMMAND_EXTERNALPAGE   QLatin1String("externalpage")
 
#define COMMAND_FN   QLatin1String("fn")
 
#define COMMAND_GROUP   QLatin1String("group")
 
#define COMMAND_HEADERFILE   QLatin1String("headerfile")
 
#define COMMAND_INGROUP   QLatin1String("ingroup")
 
#define COMMAND_INHEADERFILE   QLatin1String("inheaderfile")
 
#define COMMAND_INMODULE   QLatin1String("inmodule")
 
#define COMMAND_INPUBLICGROUP   QLatin1String("inpublicgroup")
 
#define COMMAND_INQMLMODULE   QLatin1String("inqmlmodule")
 
#define COMMAND_INTERNAL   QLatin1String("internal")
 
#define COMMAND_MACRO   QLatin1String("macro")
 
#define COMMAND_MODULE   QLatin1String("module")
 
#define COMMAND_MODULESTATE   QLatin1String("modulestate")
 
#define COMMAND_NAMESPACE   QLatin1String("namespace")
 
#define COMMAND_NEXTPAGE   QLatin1String("nextpage")
 
#define COMMAND_NOAUTOLIST   QLatin1String("noautolist")
 
#define COMMAND_NONREENTRANT   QLatin1String("nonreentrant")
 
#define COMMAND_OBSOLETE   QLatin1String("obsolete")
 
#define COMMAND_OVERLOAD   QLatin1String("overload")
 
#define COMMAND_PAGE   QLatin1String("page")
 
#define COMMAND_PRELIMINARY   QLatin1String("preliminary")
 
#define COMMAND_PREVIOUSPAGE   QLatin1String("previouspage")
 
#define COMMAND_PROPERTY   QLatin1String("property")
 
#define COMMAND_QMLABSTRACT   QLatin1String("qmlabstract")
 
#define COMMAND_QMLATTACHEDMETHOD   QLatin1String("qmlattachedmethod")
 
#define COMMAND_QMLATTACHEDPROPERTY   QLatin1String("qmlattachedproperty")
 
#define COMMAND_QMLATTACHEDSIGNAL   QLatin1String("qmlattachedsignal")
 
#define COMMAND_QMLVALUETYPE   QLatin1String("qmlvaluetype")
 
#define COMMAND_QMLCLASS   QLatin1String("qmlclass")
 
#define COMMAND_QMLDEFAULT   QLatin1String("qmldefault")
 
#define COMMAND_QMLENUMERATORSFROM   QLatin1String("qmlenumeratorsfrom")
 
#define COMMAND_QMLINHERITS   QLatin1String("inherits")
 
#define COMMAND_QMLINSTANTIATES   QLatin1String("instantiates")
 
#define COMMAND_QMLMETHOD   QLatin1String("qmlmethod")
 
#define COMMAND_QMLMODULE   QLatin1String("qmlmodule")
 
#define COMMAND_QMLNATIVETYPE   QLatin1String("nativetype")
 
#define COMMAND_QMLPROPERTY   QLatin1String("qmlproperty")
 
#define COMMAND_QMLPROPERTYGROUP   QLatin1String("qmlpropertygroup")
 
#define COMMAND_QMLREADONLY   QLatin1String("readonly")
 
#define COMMAND_QMLREQUIRED   QLatin1String("required")
 
#define COMMAND_QMLSIGNAL   QLatin1String("qmlsignal")
 
#define COMMAND_QMLTYPE   QLatin1String("qmltype")
 
#define COMMAND_QTCMAKEPACKAGE   QLatin1String("qtcmakepackage")
 
#define COMMAND_QTCMAKETARGETITEM   QLatin1String("qtcmaketargetitem")
 
#define COMMAND_QTVARIABLE   QLatin1String("qtvariable")
 
#define COMMAND_REENTRANT   QLatin1String("reentrant")
 
#define COMMAND_REIMP   QLatin1String("reimp")
 
#define COMMAND_RELATES   QLatin1String("relates")
 
#define COMMAND_SINCE   QLatin1String("since")
 
#define COMMAND_STRUCT   QLatin1String("struct")
 
#define COMMAND_SUBTITLE   QLatin1String("subtitle")
 
#define COMMAND_STARTPAGE   QLatin1String("startpage")
 
#define COMMAND_THREADSAFE   QLatin1String("threadsafe")
 
#define COMMAND_TITLE   QLatin1String("title")
 
#define COMMAND_TYPEALIAS   QLatin1String("typealias")
 
#define COMMAND_TYPEDEF   QLatin1String("typedef")
 
#define COMMAND_VARIABLE   QLatin1String("variable")
 
#define COMMAND_VERSION   QLatin1String("version")
 
#define COMMAND_UNION   QLatin1String("union")
 
#define COMMAND_WRAPPER   QLatin1String("wrapper")
 
#define COMMAND_ATTRIBUTION   QLatin1String("attribution")
 
#define COMMAND_QMLBASICTYPE   QLatin1String("qmlbasictype")
 

Macro Definition Documentation

◆ COMMAND_ABSTRACT

#define COMMAND_ABSTRACT   QLatin1String("abstract")

Definition at line 13 of file codeparser.h.

◆ COMMAND_ATTRIBUTION

#define COMMAND_ATTRIBUTION   QLatin1String("attribution")

Definition at line 85 of file codeparser.h.

◆ COMMAND_CLASS

#define COMMAND_CLASS   QLatin1String("class")

Definition at line 14 of file codeparser.h.

◆ COMMAND_CMAKECOMPONENT

#define COMMAND_CMAKECOMPONENT   QLatin1String("cmakecomponent")

Definition at line 16 of file codeparser.h.

◆ COMMAND_CMAKEPACKAGE

#define COMMAND_CMAKEPACKAGE   QLatin1String("cmakepackage")

Definition at line 15 of file codeparser.h.

◆ COMMAND_CMAKETARGETITEM

#define COMMAND_CMAKETARGETITEM   QLatin1String("cmaketargetitem")

Definition at line 17 of file codeparser.h.

◆ COMMAND_COMPARES

#define COMMAND_COMPARES   QLatin1String("compares")

Definition at line 18 of file codeparser.h.

◆ COMMAND_COMPARESWITH

#define COMMAND_COMPARESWITH   QLatin1String("compareswith")

Definition at line 19 of file codeparser.h.

◆ COMMAND_DEFAULT

#define COMMAND_DEFAULT   QLatin1String("default")

Definition at line 20 of file codeparser.h.

◆ COMMAND_DEPRECATED

#define COMMAND_DEPRECATED   QLatin1String("deprecated")

Definition at line 21 of file codeparser.h.

◆ COMMAND_DONTDOCUMENT

#define COMMAND_DONTDOCUMENT   QLatin1String("dontdocument")

Definition at line 22 of file codeparser.h.

◆ COMMAND_ENUM

#define COMMAND_ENUM   QLatin1String("enum")

Definition at line 23 of file codeparser.h.

◆ COMMAND_EXAMPLE

#define COMMAND_EXAMPLE   QLatin1String("example")

Definition at line 24 of file codeparser.h.

◆ COMMAND_EXTERNALPAGE

#define COMMAND_EXTERNALPAGE   QLatin1String("externalpage")

Definition at line 25 of file codeparser.h.

◆ COMMAND_FN

#define COMMAND_FN   QLatin1String("fn")

Definition at line 26 of file codeparser.h.

◆ COMMAND_GROUP

#define COMMAND_GROUP   QLatin1String("group")

Definition at line 27 of file codeparser.h.

◆ COMMAND_HEADERFILE

#define COMMAND_HEADERFILE   QLatin1String("headerfile")

Definition at line 28 of file codeparser.h.

◆ COMMAND_INGROUP

#define COMMAND_INGROUP   QLatin1String("ingroup")

Definition at line 29 of file codeparser.h.

◆ COMMAND_INHEADERFILE

#define COMMAND_INHEADERFILE   QLatin1String("inheaderfile")

Definition at line 30 of file codeparser.h.

◆ COMMAND_INMODULE

#define COMMAND_INMODULE   QLatin1String("inmodule")

Definition at line 31 of file codeparser.h.

◆ COMMAND_INPUBLICGROUP

#define COMMAND_INPUBLICGROUP   QLatin1String("inpublicgroup")

Definition at line 32 of file codeparser.h.

◆ COMMAND_INQMLMODULE

#define COMMAND_INQMLMODULE   QLatin1String("inqmlmodule")

Definition at line 33 of file codeparser.h.

◆ COMMAND_INTERNAL

#define COMMAND_INTERNAL   QLatin1String("internal")

Definition at line 34 of file codeparser.h.

◆ COMMAND_MACRO

#define COMMAND_MACRO   QLatin1String("macro")

Definition at line 35 of file codeparser.h.

◆ COMMAND_MODULE

#define COMMAND_MODULE   QLatin1String("module")

Definition at line 36 of file codeparser.h.

◆ COMMAND_MODULESTATE

#define COMMAND_MODULESTATE   QLatin1String("modulestate")

Definition at line 37 of file codeparser.h.

◆ COMMAND_NAMESPACE

#define COMMAND_NAMESPACE   QLatin1String("namespace")

Definition at line 38 of file codeparser.h.

◆ COMMAND_NEXTPAGE

#define COMMAND_NEXTPAGE   QLatin1String("nextpage")

Definition at line 39 of file codeparser.h.

◆ COMMAND_NOAUTOLIST

#define COMMAND_NOAUTOLIST   QLatin1String("noautolist")

Definition at line 40 of file codeparser.h.

◆ COMMAND_NONREENTRANT

#define COMMAND_NONREENTRANT   QLatin1String("nonreentrant")

Definition at line 41 of file codeparser.h.

◆ COMMAND_OBSOLETE

#define COMMAND_OBSOLETE   QLatin1String("obsolete")

Definition at line 42 of file codeparser.h.

◆ COMMAND_OVERLOAD

#define COMMAND_OVERLOAD   QLatin1String("overload")

Definition at line 43 of file codeparser.h.

◆ COMMAND_PAGE

#define COMMAND_PAGE   QLatin1String("page")

Definition at line 44 of file codeparser.h.

◆ COMMAND_PRELIMINARY

#define COMMAND_PRELIMINARY   QLatin1String("preliminary")

Definition at line 45 of file codeparser.h.

◆ COMMAND_PREVIOUSPAGE

#define COMMAND_PREVIOUSPAGE   QLatin1String("previouspage")

Definition at line 46 of file codeparser.h.

◆ COMMAND_PROPERTY

#define COMMAND_PROPERTY   QLatin1String("property")

Definition at line 47 of file codeparser.h.

◆ COMMAND_QMLABSTRACT

#define COMMAND_QMLABSTRACT   QLatin1String("qmlabstract")

Definition at line 48 of file codeparser.h.

◆ COMMAND_QMLATTACHEDMETHOD

#define COMMAND_QMLATTACHEDMETHOD   QLatin1String("qmlattachedmethod")

Definition at line 49 of file codeparser.h.

◆ COMMAND_QMLATTACHEDPROPERTY

#define COMMAND_QMLATTACHEDPROPERTY   QLatin1String("qmlattachedproperty")

Definition at line 50 of file codeparser.h.

◆ COMMAND_QMLATTACHEDSIGNAL

#define COMMAND_QMLATTACHEDSIGNAL   QLatin1String("qmlattachedsignal")

Definition at line 51 of file codeparser.h.

◆ COMMAND_QMLBASICTYPE

#define COMMAND_QMLBASICTYPE   QLatin1String("qmlbasictype")

Definition at line 88 of file codeparser.h.

◆ COMMAND_QMLCLASS

#define COMMAND_QMLCLASS   QLatin1String("qmlclass")

Definition at line 53 of file codeparser.h.

◆ COMMAND_QMLDEFAULT

#define COMMAND_QMLDEFAULT   QLatin1String("qmldefault")

Definition at line 54 of file codeparser.h.

◆ COMMAND_QMLENUMERATORSFROM

#define COMMAND_QMLENUMERATORSFROM   QLatin1String("qmlenumeratorsfrom")

Definition at line 55 of file codeparser.h.

◆ COMMAND_QMLINHERITS

#define COMMAND_QMLINHERITS   QLatin1String("inherits")

Definition at line 56 of file codeparser.h.

◆ COMMAND_QMLINSTANTIATES

#define COMMAND_QMLINSTANTIATES   QLatin1String("instantiates")

Definition at line 57 of file codeparser.h.

◆ COMMAND_QMLMETHOD

#define COMMAND_QMLMETHOD   QLatin1String("qmlmethod")

Definition at line 58 of file codeparser.h.

◆ COMMAND_QMLMODULE

#define COMMAND_QMLMODULE   QLatin1String("qmlmodule")

Definition at line 59 of file codeparser.h.

◆ COMMAND_QMLNATIVETYPE

#define COMMAND_QMLNATIVETYPE   QLatin1String("nativetype")

Definition at line 60 of file codeparser.h.

◆ COMMAND_QMLPROPERTY

#define COMMAND_QMLPROPERTY   QLatin1String("qmlproperty")

Definition at line 61 of file codeparser.h.

◆ COMMAND_QMLPROPERTYGROUP

#define COMMAND_QMLPROPERTYGROUP   QLatin1String("qmlpropertygroup")

Definition at line 62 of file codeparser.h.

◆ COMMAND_QMLREADONLY

#define COMMAND_QMLREADONLY   QLatin1String("readonly")

Definition at line 63 of file codeparser.h.

◆ COMMAND_QMLREQUIRED

#define COMMAND_QMLREQUIRED   QLatin1String("required")

Definition at line 64 of file codeparser.h.

◆ COMMAND_QMLSIGNAL

#define COMMAND_QMLSIGNAL   QLatin1String("qmlsignal")

Definition at line 65 of file codeparser.h.

◆ COMMAND_QMLTYPE

#define COMMAND_QMLTYPE   QLatin1String("qmltype")

Definition at line 66 of file codeparser.h.

◆ COMMAND_QMLVALUETYPE

#define COMMAND_QMLVALUETYPE   QLatin1String("qmlvaluetype")

Definition at line 52 of file codeparser.h.

◆ COMMAND_QTCMAKEPACKAGE

#define COMMAND_QTCMAKEPACKAGE   QLatin1String("qtcmakepackage")

Definition at line 67 of file codeparser.h.

◆ COMMAND_QTCMAKETARGETITEM

#define COMMAND_QTCMAKETARGETITEM   QLatin1String("qtcmaketargetitem")

Definition at line 68 of file codeparser.h.

◆ COMMAND_QTVARIABLE

#define COMMAND_QTVARIABLE   QLatin1String("qtvariable")

Definition at line 69 of file codeparser.h.

◆ COMMAND_REENTRANT

#define COMMAND_REENTRANT   QLatin1String("reentrant")

Definition at line 70 of file codeparser.h.

◆ COMMAND_REIMP

#define COMMAND_REIMP   QLatin1String("reimp")

Definition at line 71 of file codeparser.h.

◆ COMMAND_RELATES

#define COMMAND_RELATES   QLatin1String("relates")

Definition at line 72 of file codeparser.h.

◆ COMMAND_SINCE

#define COMMAND_SINCE   QLatin1String("since")

Definition at line 73 of file codeparser.h.

◆ COMMAND_STARTPAGE

#define COMMAND_STARTPAGE   QLatin1String("startpage")

Definition at line 76 of file codeparser.h.

◆ COMMAND_STRUCT

#define COMMAND_STRUCT   QLatin1String("struct")

Definition at line 74 of file codeparser.h.

◆ COMMAND_SUBTITLE

#define COMMAND_SUBTITLE   QLatin1String("subtitle")

Definition at line 75 of file codeparser.h.

◆ COMMAND_THREADSAFE

#define COMMAND_THREADSAFE   QLatin1String("threadsafe")

Definition at line 77 of file codeparser.h.

◆ COMMAND_TITLE

#define COMMAND_TITLE   QLatin1String("title")

Definition at line 78 of file codeparser.h.

◆ COMMAND_TYPEALIAS

#define COMMAND_TYPEALIAS   QLatin1String("typealias")

Definition at line 79 of file codeparser.h.

◆ COMMAND_TYPEDEF

#define COMMAND_TYPEDEF   QLatin1String("typedef")

Definition at line 80 of file codeparser.h.

◆ COMMAND_UNION

#define COMMAND_UNION   QLatin1String("union")

Definition at line 83 of file codeparser.h.

◆ COMMAND_VARIABLE

#define COMMAND_VARIABLE   QLatin1String("variable")

Definition at line 81 of file codeparser.h.

◆ COMMAND_VERSION

#define COMMAND_VERSION   QLatin1String("version")

Definition at line 82 of file codeparser.h.

◆ COMMAND_WRAPPER

#define COMMAND_WRAPPER   QLatin1String("wrapper")

Definition at line 84 of file codeparser.h.