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
text.h File Reference

(575e9c7fad019b9e7f87517c56ee81ea73db2696)

#include "atom.h"
+ Include dependency graph for text.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Text
 

Functions

bool operator== (const Text &text1, const Text &text2)
 
bool operator!= (const Text &text1, const Text &text2)
 
bool operator< (const Text &text1, const Text &text2)
 
bool operator<= (const Text &text1, const Text &text2)
 
bool operator> (const Text &text1, const Text &text2)
 
bool operator>= (const Text &text1, const Text &text2)
 

Function Documentation

◆ operator!=()

bool operator!= ( const Text & text1,
const Text & text2 )
inline

Definition at line 64 of file text.h.

References Text::compare().

+ Here is the call graph for this function:

◆ operator<()

bool operator< ( const Text & text1,
const Text & text2 )
inline

Definition at line 68 of file text.h.

References Text::compare().

+ Here is the call graph for this function:

◆ operator<=()

bool operator<= ( const Text & text1,
const Text & text2 )
inline

Definition at line 72 of file text.h.

References Text::compare().

+ Here is the call graph for this function:

◆ operator==()

bool operator== ( const Text & text1,
const Text & text2 )
inline

Definition at line 60 of file text.h.

References Text::compare().

+ Here is the call graph for this function:

◆ operator>()

bool operator> ( const Text & text1,
const Text & text2 )
inline

Definition at line 76 of file text.h.

References Text::compare().

+ Here is the call graph for this function:

◆ operator>=()

bool operator>= ( const Text & text1,
const Text & text2 )
inline

Definition at line 80 of file text.h.

References Text::compare().

+ Here is the call graph for this function: