Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <stdint.h>
#include <iosfwd>
#include "third_party/base/containers/span.h"
Go to the source code of this file.
Classes | |
class | CFX_PTemplate< BaseType > |
class | CFX_STemplate< BaseType > |
class | CFX_VTemplate< BaseType > |
struct | FX_RECT |
class | CFX_FloatRect |
class | CFX_RectF |
class | CFX_Matrix |
Typedefs | |
using | CFX_Point16 = CFX_PTemplate<int16_t> |
using | CFX_Point = CFX_PTemplate<int32_t> |
using | CFX_PointF = CFX_PTemplate<float> |
using | CFX_Size = CFX_STemplate<int32_t> |
using | CFX_SizeF = CFX_STemplate<float> |
using | CFX_Vector = CFX_VTemplate<int32_t> |
using | CFX_VectorF = CFX_VTemplate<float> |
Functions | |
std::ostream & | operator<< (std::ostream &os, const CFX_FloatRect &rect) |
std::ostream & | operator<< (std::ostream &os, const CFX_RectF &rect) |
using CFX_Point = CFX_PTemplate<int32_t> |
Definition at line 54 of file fx_coordinates.h.
using CFX_Point16 = CFX_PTemplate<int16_t> |
Definition at line 53 of file fx_coordinates.h.
using CFX_PointF = CFX_PTemplate<float> |
Definition at line 55 of file fx_coordinates.h.
using CFX_Size = CFX_STemplate<int32_t> |
Definition at line 118 of file fx_coordinates.h.
using CFX_SizeF = CFX_STemplate<float> |
Definition at line 119 of file fx_coordinates.h.
using CFX_Vector = CFX_VTemplate<int32_t> |
Definition at line 140 of file fx_coordinates.h.
using CFX_VectorF = CFX_VTemplate<float> |
Definition at line 141 of file fx_coordinates.h.
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().