![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qdochtmlparser_p.h>
Public Types | |
| enum class | ExtractionMode : char { Simplified , Extended } |
Public Member Functions | |
| virtual QString | extract (const QString &code, const QString &keyword, ExtractionMode mode)=0 |
| virtual | ~HtmlExtractor ()=default |
Definition at line 24 of file qdochtmlparser_p.h.
|
strong |
| Enumerator | |
|---|---|
| Simplified | |
| Extended | |
Definition at line 27 of file qdochtmlparser_p.h.
|
virtualdefault |
|
pure virtual |
Implemented in ExtractQmlMethodOrSignal, ExtractQmlMethodOrSignal, ExtractQmlProperty, ExtractQmlProperty, ExtractQmlType, and ExtractQmlType.