![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "core/fxcrt/fx_coordinates_test_support.h"
#include <ostream>
#include "core/fxcrt/fx_coordinates.h"
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) |
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().
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().