OpenClonk
C4Facet.h File Reference
Include dependency graph for C4Facet.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  C4Vec2D
 
class  C4DrawTransform
 
class  C4Facet
 
class  C4TargetFacet
 

Variables

const int32_t C4FCT_None = 0
 
const int32_t C4FCT_Left = 1
 
const int32_t C4FCT_Right = 2
 
const int32_t C4FCT_Top = 4
 
const int32_t C4FCT_Bottom = 8
 
const int32_t C4FCT_Center = 16
 
const int32_t C4FCT_Alignment = C4FCT_Left | C4FCT_Right | C4FCT_Top | C4FCT_Bottom | C4FCT_Center
 
const int32_t C4FCT_Half = 32
 
const int32_t C4FCT_Double = 64
 
const int32_t C4FCT_Triple = 128
 

Variable Documentation

◆ C4FCT_Alignment

const int32_t C4FCT_Alignment = C4FCT_Left | C4FCT_Right | C4FCT_Top | C4FCT_Bottom | C4FCT_Center

Definition at line 33 of file C4Facet.h.

Referenced by C4Facet::TruncateSection().

◆ C4FCT_Bottom

const int32_t C4FCT_Bottom = 8

Definition at line 30 of file C4Facet.h.

Referenced by C4Facet::GetFraction(), C4Facet::Truncate(), and C4Facet::TruncateSection().

◆ C4FCT_Center

const int32_t C4FCT_Center = 16

Definition at line 31 of file C4Facet.h.

Referenced by C4Facet::DrawValue(), C4Facet::DrawValue2(), and C4Facet::GetFraction().

◆ C4FCT_Double

const int32_t C4FCT_Double = 64

Definition at line 36 of file C4Facet.h.

Referenced by C4Facet::TruncateSection().

◆ C4FCT_Half

const int32_t C4FCT_Half = 32

Definition at line 35 of file C4Facet.h.

Referenced by C4Facet::TruncateSection().

◆ C4FCT_Left

const int32_t C4FCT_Left = 1

Definition at line 27 of file C4Facet.h.

Referenced by C4MenuItem::DrawElement(), C4Facet::Truncate(), and C4Facet::TruncateSection().

◆ C4FCT_None

const int32_t C4FCT_None = 0

Definition at line 25 of file C4Facet.h.

◆ C4FCT_Right

◆ C4FCT_Top

const int32_t C4FCT_Top = 4

Definition at line 29 of file C4Facet.h.

Referenced by C4Facet::Truncate(), and C4Facet::TruncateSection().

◆ C4FCT_Triple

const int32_t C4FCT_Triple = 128

Definition at line 37 of file C4Facet.h.

Referenced by C4Facet::TruncateSection().