Qt 4.8
Public Functions | Public Variables | List of all members
QFragmentFindHelper Struct Reference

Public Functions

 QFragmentFindHelper (int _pos, const QTextDocumentPrivate::FragmentMap &map)
 

Public Variables

const QTextDocumentPrivate::FragmentMapfragmentMap
 
uint pos
 

Detailed Description

Definition at line 408 of file qtexttable.cpp.

Constructors and Destructors

◆ QFragmentFindHelper()

QFragmentFindHelper::QFragmentFindHelper ( int  _pos,
const QTextDocumentPrivate::FragmentMap map 
)
inline

Definition at line 410 of file qtexttable.cpp.

411  : pos(_pos), fragmentMap(map) {}
const QTextDocumentPrivate::FragmentMap & fragmentMap
Definition: qtexttable.cpp:413

Properties

◆ fragmentMap

const QTextDocumentPrivate::FragmentMap& QFragmentFindHelper::fragmentMap

Definition at line 413 of file qtexttable.cpp.

Referenced by operator<().

◆ pos

uint QFragmentFindHelper::pos

Definition at line 412 of file qtexttable.cpp.

Referenced by operator<().


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