Oolite 1.91.0.7644-241112-7f5034b
Loading...
Searching...
No Matches
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)
 
#define OTHER(x)
 
#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)
Value:
(((CGFloat*)&(x))[ishor])
float x

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)
Value:
(((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