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

(68a5ec23f683c7778f587842fe35a47b545cf9d1)

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

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

Definition at line 346 of file qtexttable.cpp.

References QFragmentFindHelper::pos.

◆ operator<() [2/2]

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

Definition at line 341 of file qtexttable.cpp.

References QFragmentFindHelper::pos.