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

(3dce9b5818576f04ce21cec4b3686eda012e5b65)

#include <stdint.h>
#include <iosfwd>
#include "third_party/base/containers/span.h"
+ Include dependency graph for fx_coordinates.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)
 

Typedef Documentation

◆ CFX_Point

using CFX_Point = CFX_PTemplate<int32_t>

Definition at line 54 of file fx_coordinates.h.

◆ CFX_Point16

using CFX_Point16 = CFX_PTemplate<int16_t>

Definition at line 53 of file fx_coordinates.h.

◆ CFX_PointF

using CFX_PointF = CFX_PTemplate<float>

Definition at line 55 of file fx_coordinates.h.

◆ CFX_Size

using CFX_Size = CFX_STemplate<int32_t>

Definition at line 118 of file fx_coordinates.h.

◆ CFX_SizeF

using CFX_SizeF = CFX_STemplate<float>

Definition at line 119 of file fx_coordinates.h.

◆ CFX_Vector

using CFX_Vector = CFX_VTemplate<int32_t>

Definition at line 140 of file fx_coordinates.h.

◆ CFX_VectorF

using CFX_VectorF = CFX_VTemplate<float>

Definition at line 141 of file fx_coordinates.h.

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: