Extending Qt Creator Manual
Document
Extending Qt Creator Manual 4.5.0
List of All Members for Document
This is the complete list of members for
CPlusPlus::Document
, including inherited members.
class
Block
class
DiagnosticMessage
class
Include
class
MacroUse
class
UndefinedMacroUse
enum
CheckMode
enum
ParseMode
typedef
Ptr
~Document
()
addDiagnosticMessage
(const DiagnosticMessage &)
addIncludeFile
(const Include &)
addMacroUse
(const Macro &, unsigned , unsigned , unsigned , unsigned , unsigned , const QVector<MacroArgumentReference> &)
addUndefinedMacroUse
(const QByteArray &, unsigned , unsigned )
appendMacro
(const Macro &)
check
(CheckMode )
checkMode
() const : CheckMode
clearDiagnosticMessages
()
control
() const : Control *
create
(const QString &) : Ptr
definedMacros
() const : QList<Macro>
diagnosticMessages
() const : QList<DiagnosticMessage>
editorRevision
() const : unsigned
fileName
() const : QString
findMacroDefinitionAt
(unsigned ) const : const Macro *
findMacroUseAt
(unsigned ) const : const MacroUse *
findUndefinedMacroUseAt
(unsigned ) const : const UndefinedMacroUse *
fingerprint
() const : QByteArray
functionAt
(int , int , int *, int *) const : QString
globalNamespace
() const : Namespace *
globalSymbolAt
(unsigned ) const : Symbol *
globalSymbolCount
() const : unsigned
includeGuardMacroName
() const : QByteArray
includedFiles
() const : QStringList
isParsed
() const : bool
isTokenized
() const : bool
keepSourceAndAST
()
languageFeatures
() const : LanguageFeatures
lastModified
() const : QDateTime
lastVisibleSymbolAt
(unsigned , unsigned ) const : Symbol *
macroUses
() const : QList<MacroUse>
parse
(ParseMode ) : bool
releaseSourceAndAST
()
resolvedIncludes
() const : QList<Include>
revision
() const : unsigned
scopeAt
(unsigned , unsigned ) : Scope *
setEditorRevision
(unsigned )
setFingerprint
(const QByteArray &)
setGlobalNamespace
(Namespace *)
setIncludeGuardMacroName
(const QByteArray &)
setLanguageFeatures
(LanguageFeatures )
setLastModified
(const QDateTime &)
setRevision
(unsigned )
setSkipFunctionBody
(bool )
setUtf8Source
(const QByteArray &)
skipFunctionBody
() const : bool
skippedBlocks
() const : QList<Block>
startSkippingBlocks
(unsigned )
stopSkippingBlocks
(unsigned )
swapControl
(Control *) : Control *
tokenize
()
translationUnit
() const : TranslationUnit *
undefinedMacroUses
() const : QList<UndefinedMacroUse>
unresolvedIncludes
() const : QList<Include>
utf8Source
() const : QByteArray