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
Index Struct Reference

#include <container_qpainter_p.h>

Collaboration diagram for Index:

Public Types

using Entry = std::pair<int, litehtml::element::ptr>

Public Member Functions

Entry findElement (int index) const

Public Attributes

QString text
std::unordered_map< litehtml::element::ptr, int > elementToIndex
std::vector< EntryindexToElement

Detailed Description

Definition at line 46 of file container_qpainter_p.h.

Member Typedef Documentation

◆ Entry

using Index::Entry = std::pair<int, litehtml::element::ptr>

Definition at line 52 of file container_qpainter_p.h.

Member Function Documentation

◆ findElement()

Index::Entry Index::findElement ( int index) const

Definition at line 1402 of file container_qpainter.cpp.

Member Data Documentation

◆ elementToIndex

std::unordered_map<litehtml::element::ptr, int> Index::elementToIndex

Definition at line 50 of file container_qpainter_p.h.

◆ indexToElement

std::vector<Entry> Index::indexToElement

Definition at line 53 of file container_qpainter_p.h.

◆ text

QString Index::text

Definition at line 48 of file container_qpainter_p.h.


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