Oolite 1.91.0.7604-240417-a536cbe
Loading...
Searching...
No Matches
Classes | Macros | Typedefs
RBSplitViewPrivateDefines.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  subviewCache
 
struct  animationData
 
category  RBSplitSubview(RB___SubviewAdditions)
 
category  RBSplitView(RB___ViewAdditions)
 

Macros

#define HYSTERESIS   (0.05)
 
#define DIM(x)   (((CGFloat*)&(x))[ishor])
 
#define OTHER(x)   (((CGFloat*)&(x))[!ishor])
 
#define WAYOUT   (1000000.0)
 
#define FRAMETIME   (1.0/60.0)
 

Typedefs

typedef struct subviewCache subviewCache
 
typedef struct animationData animationData
 

Macro Definition Documentation

◆ DIM

#define DIM ( x)    (((CGFloat*)&(x))[ishor])

Definition at line 18 of file RBSplitViewPrivateDefines.h.

◆ FRAMETIME

#define FRAMETIME   (1.0/60.0)

Definition at line 28 of file RBSplitViewPrivateDefines.h.

◆ HYSTERESIS

#define HYSTERESIS   (0.05)

Definition at line 14 of file RBSplitViewPrivateDefines.h.

◆ OTHER

#define OTHER ( x)    (((CGFloat*)&(x))[!ishor])

Definition at line 21 of file RBSplitViewPrivateDefines.h.

◆ WAYOUT

#define WAYOUT   (1000000.0)

Definition at line 25 of file RBSplitViewPrivateDefines.h.

Typedef Documentation

◆ animationData

typedef struct animationData animationData

◆ subviewCache

typedef struct subviewCache subviewCache