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
qtexthtmlparser_p.h File Reference

(bb5e3b56db63c898035bbc6fc30acd5f17f248e9)

#include <QtGui/private/qtguiglobal_p.h>
#include "QtGui/qbrush.h"
#include "QtGui/qcolor.h"
#include "QtGui/qfont.h"
#include "QtGui/qtextdocument.h"
#include "QtGui/qtextcursor.h"
#include "QtCore/qlist.h"
#include "private/qtextformat_p.h"
#include "private/qtextdocument_p.h"
+ Include dependency graph for qtexthtmlparser_p.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  QTextHtmlElement
 
struct  QTextHtmlParserNode
 
class  QTextHtmlParser
 

Enumerations

enum  QTextHTMLElements {
  Html_unknown = -1 , Html_qt = 0 , Html_body , Html_a ,
  Html_em , Html_i , Html_big , Html_small ,
  Html_strong , Html_b , Html_cite , Html_address ,
  Html_var , Html_dfn , Html_h1 , Html_h2 ,
  Html_h3 , Html_h4 , Html_h5 , Html_h6 ,
  Html_p , Html_center , Html_font , Html_ul ,
  Html_ol , Html_li , Html_code , Html_tt ,
  Html_kbd , Html_samp , Html_img , Html_br ,
  Html_hr , Html_sub , Html_sup , Html_pre ,
  Html_blockquote , Html_head , Html_div , Html_span ,
  Html_dl , Html_dt , Html_dd , Html_u ,
  Html_s , Html_nobr , Html_table , Html_tr ,
  Html_td , Html_th , Html_thead , Html_tbody ,
  Html_tfoot , Html_caption , Html_html , Html_style ,
  Html_title , Html_meta , Html_link , Html_script ,
  Html_NumElements
}
 

Functions

 Q_DECLARE_TYPEINFO (QTextHtmlParserNode, Q_RELOCATABLE_TYPE)
 

Enumeration Type Documentation

◆ QTextHTMLElements

Enumerator
Html_unknown 
Html_qt 
Html_body 
Html_a 
Html_em 
Html_i 
Html_big 
Html_small 
Html_strong 
Html_b 
Html_cite 
Html_address 
Html_var 
Html_dfn 
Html_h1 
Html_h2 
Html_h3 
Html_h4 
Html_h5 
Html_h6 
Html_p 
Html_center 
Html_font 
Html_ul 
Html_ol 
Html_li 
Html_code 
Html_tt 
Html_kbd 
Html_samp 
Html_img 
Html_br 
Html_hr 
Html_sub 
Html_sup 
Html_pre 
Html_blockquote 
Html_head 
Html_div 
Html_span 
Html_dl 
Html_dt 
Html_dd 
Html_u 
Html_s 
Html_nobr 
Html_table 
Html_tr 
Html_td 
Html_th 
Html_thead 
Html_tbody 
Html_tfoot 
Html_caption 
Html_html 
Html_style 
Html_title 
Html_meta 
Html_link 
Html_script 
Html_NumElements 

Definition at line 37 of file qtexthtmlparser_p.h.

Function Documentation

◆ Q_DECLARE_TYPEINFO()

Q_DECLARE_TYPEINFO ( QTextHtmlParserNode ,
Q_RELOCATABLE_TYPE  )