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

#include <qdochtmlparser_p.h>

+ Collaboration diagram for QDocHtmlExtractor:

Classes

struct  Element
 

Public Types

enum class  ExtractionMode : char { Simplified , Extended }
 
enum class  ElementType : char { QmlType , QmlProperty , QmlMethod , QmlSignal }
 

Public Member Functions

 QDocHtmlExtractor (const QString &code)
 
QString extract (const Element &element, ExtractionMode extractionMode)
 

Detailed Description

Definition at line 22 of file qdochtmlparser_p.h.

Member Enumeration Documentation

◆ ElementType

enum class QDocHtmlExtractor::ElementType : char
strong
Enumerator
QmlType 
QmlProperty 
QmlMethod 
QmlSignal 

Definition at line 26 of file qdochtmlparser_p.h.

◆ ExtractionMode

enum class QDocHtmlExtractor::ExtractionMode : char
strong
Enumerator
Simplified 
Extended 

Definition at line 25 of file qdochtmlparser_p.h.

Constructor & Destructor Documentation

◆ QDocHtmlExtractor()

QDocHtmlExtractor::QDocHtmlExtractor ( const QString & code)

Definition at line 100 of file qdochtmlparser.cpp.

Member Function Documentation

◆ extract()

QString QDocHtmlExtractor::extract ( const Element & element,
ExtractionMode extractionMode )

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