Visualization Library 2.0.0-b5

A lightweight C++ OpenGL middleware for 2D/3D graphics

VL     Star     Watch     Fork     Issue

[Download] [Tutorials] [All Classes] [Grouped Classes]
Classes | Macros | Typedefs | Enumerations | Functions
cf2blues.h File Reference
#include "cf2glue.h"

Go to the source code of this file.

Classes

struct  CF2_HintRec_
 
struct  CF2_BlueRec_
 
struct  CF2_BluesRec_
 

Macros

#define CF2_MIN_COUNTER   cf2_floatToFixed( 0.5 )
 

Typedefs

typedef struct CF2_BlueRec_ CF2_BlueRec
 
typedef struct CF2_BluesRec_ CF2_BluesRec
 
typedef struct CF2_BluesRec_CF2_Blues
 

Enumerations

enum  {
  CF2_GhostBottom = 0x1, CF2_GhostTop = 0x2, CF2_PairBottom = 0x4, CF2_PairTop = 0x8,
  CF2_Locked = 0x10, CF2_Synthetic = 0x20
}
 
enum  { CF2_ICF_Top = cf2_intToFixed( 880 ), CF2_ICF_Bottom = cf2_intToFixed( -120 ) }
 
enum  { CF2_MAX_BLUES = 7, CF2_MAX_OTHERBLUES = 5 }
 

Functions

 cf2_blues_init (CF2_Blues blues, CF2_Font font)
 
 cf2_blues_capture (const CF2_Blues blues, CF2_Hint bottomHintEdge, CF2_Hint topHintEdge)
 

Macro Definition Documentation

◆ CF2_MIN_COUNTER

#define CF2_MIN_COUNTER   cf2_floatToFixed( 0.5 )

Definition at line 114 of file cf2blues.h.

Referenced by cf2_blues_init().

Typedef Documentation

◆ CF2_BlueRec

typedef struct CF2_BlueRec_ CF2_BlueRec

◆ CF2_Blues

typedef struct CF2_BluesRec_ * CF2_Blues

◆ CF2_BluesRec

typedef struct CF2_BluesRec_ CF2_BluesRec

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
CF2_MAX_BLUES 
CF2_MAX_OTHERBLUES 

Definition at line 142 of file cf2blues.h.

◆ anonymous enum

anonymous enum
Enumerator
CF2_GhostBottom 
CF2_GhostTop 
CF2_PairBottom 
CF2_PairTop 
CF2_Locked 
CF2_Synthetic 

Definition at line 85 of file cf2blues.h.

◆ anonymous enum

anonymous enum
Enumerator
CF2_ICF_Top 
CF2_ICF_Bottom 

Definition at line 103 of file cf2blues.h.

Function Documentation

◆ cf2_blues_capture()

cf2_blues_capture ( const CF2_Blues  blues,
CF2_Hint  bottomHintEdge,
CF2_Hint  topHintEdge 
)

◆ cf2_blues_init()

cf2_blues_init ( CF2_Blues  blues,
CF2_Font  font 
)