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
FnMatchError Class Reference

Encapsulates information about. More...

#include <parsererror.h>

Collaboration diagram for FnMatchError:

Public Attributes

QString signature {}
Location location {}

(Note that these are not member symbols.)

bool isParentInternal (const QString &signature)
 Returns true if any parent of a C++ function represented by signature is documented as \internal.

Detailed Description

Encapsulates information about.

Definition at line 13 of file parsererror.h.

◆ isParentInternal()

bool isParentInternal ( const QString & signature)
related

Returns true if any parent of a C++ function represented by signature is documented as \internal.

Definition at line 34 of file parsererror.cpp.

References Node< _Tp >::isCppNode(), and QDocDatabase::qdocDB().

Here is the call graph for this function:

Member Data Documentation

◆ location

Location FnMatchError::location {}

Definition at line 15 of file parsererror.h.

◆ signature

QString FnMatchError::signature {}

Definition at line 14 of file parsererror.h.


The documentation for this class was generated from the following files: