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

(813d9ae984a99e739b99cf694a9d5b24d0a6b7a7)

#include "core/fxcrt/fx_coordinates.h"
#include <math.h>
#include <algorithm>
#include <iterator>
#include <utility>
#include "build/build_config.h"
#include "core/fxcrt/fx_extension.h"
#include "core/fxcrt/fx_safe_types.h"
#include "core/fxcrt/fx_system.h"
#include <ostream>
+ Include dependency graph for fx_coordinates.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 376 of file fx_coordinates.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 382 of file fx_coordinates.cpp.

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

+ Here is the call graph for this function: