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.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>
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 376 of file fx_coordinates.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 382 of file fx_coordinates.cpp.
References CFX_RectF::Height(), CFX_RectF::left, CFX_RectF::top, and CFX_RectF::Width().