Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qtexttable.cpp File Reference
#include "qtexttable.h"
#include "qtextcursor.h"
#include "qtextformat.h"
#include <qdebug.h>
#include "qtextcursor_p.h"
#include "qtexttable_p.h"
#include "qvarlengtharray.h"
#include <algorithm>
#include <stdlib.h>
#include "moc_qtexttable.cpp"
+ Include dependency graph for qtexttable.cpp:

Go to the source code of this file.

Classes

struct  QFragmentFindHelper
 

Functions

static bool operator< (int fragment, const QFragmentFindHelper &helper)
 
static bool operator< (const QFragmentFindHelper &helper, int fragment)
 

Function Documentation

◆ operator<() [1/2]

static bool operator< ( const QFragmentFindHelper helper,
int  fragment 
)
inlinestatic

Definition at line 344 of file qtexttable.cpp.

References QFragmentFindHelper::fragmentMap, QFragmentFindHelper::pos, and QFragmentMap< Fragment >::position().

+ Here is the call graph for this function:

◆ operator<() [2/2]

static bool operator< ( int  fragment,
const QFragmentFindHelper helper 
)
inlinestatic

Definition at line 339 of file qtexttable.cpp.

References QFragmentFindHelper::fragmentMap, QFragmentFindHelper::pos, and QFragmentMap< Fragment >::position().

+ Here is the call graph for this function: