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

(0ccf980226462398d5097987466bcffd8236e1e9)

Include dependency graph for fx_coordinates_test_support.cpp:

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &os, const CFX_FloatRect &rect)
std::ostream & operator<< (std::ostream &os, const CFX_RectF &rect)

Function Documentation

◆ operator<<() [1/2]

std::ostream & operator<< ( std::ostream & os,
const CFX_FloatRect & rect )

Definition at line 11 of file fx_coordinates_test_support.cpp.

References CFX_FloatRect::bottom, CFX_FloatRect::Height(), CFX_FloatRect::left, and CFX_FloatRect::Width().

Here is the call graph for this function:

◆ operator<<() [2/2]

std::ostream & operator<< ( std::ostream & os,
const CFX_RectF & rect )

Definition at line 17 of file fx_coordinates_test_support.cpp.

References CFX_RectF::Height(), CFX_RectF::left, CFX_RectF::top, and CFX_RectF::Width().

Here is the call graph for this function: