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
qtexttable.cpp File Reference

(df9d882d41b741fef7c5beeddb0abe9d904443d8)

#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: