FreeRDP
BlockUI.h File Reference
This graph shows which files directly or indirectly include this file:

Macros

#define NSTextAlignmentCenter   UITextAlignmentCenter
 
#define NSLineBreakByWordWrapping   UILineBreakModeWordWrap
 
#define NSLineBreakByClipping   UILineBreakModeClip
 
#define IOS_LESS_THAN_6
 
#define NeedsLandscapePhoneTweaks
 
#define kActionSheetBounce   10
 
#define kActionSheetBorder   10
 
#define kActionSheetButtonHeight   45
 
#define kActionSheetTopMargin   15
 
#define kActionSheetTitleFont   [UIFont systemFontOfSize:18]
 
#define kActionSheetTitleTextColor   [UIColor whiteColor]
 
#define kActionSheetTitleShadowColor   [UIColor blackColor]
 
#define kActionSheetTitleShadowOffset   CGSizeMake(0, -1)
 
#define kActionSheetButtonFont   [UIFont boldSystemFontOfSize:20]
 
#define kActionSheetButtonTextColor   [UIColor whiteColor]
 
#define kActionSheetButtonShadowColor   [UIColor blackColor]
 
#define kActionSheetButtonShadowOffset   CGSizeMake(0, -1)
 
#define kActionSheetBackground   @"action-sheet-panel.png"
 
#define kActionSheetBackgroundCapHeight   30
 
#define kAlertViewBounce   20
 
#define kAlertViewBorder   (NeedsLandscapePhoneTweaks ? 5 : 10)
 
#define kAlertButtonHeight   (NeedsLandscapePhoneTweaks ? 35 : 44)
 
#define kAlertViewTitleFont   [UIFont boldSystemFontOfSize:20]
 
#define kAlertViewTitleTextColor   [UIColor colorWithWhite:244.0 / 255.0 alpha:1.0]
 
#define kAlertViewTitleShadowColor   [UIColor blackColor]
 
#define kAlertViewTitleShadowOffset   CGSizeMake(0, -1)
 
#define kAlertViewMessageFont   [UIFont systemFontOfSize:18]
 
#define kAlertViewMessageTextColor   [UIColor colorWithWhite:244.0 / 255.0 alpha:1.0]
 
#define kAlertViewMessageShadowColor   [UIColor blackColor]
 
#define kAlertViewMessageShadowOffset   CGSizeMake(0, -1)
 
#define kAlertViewButtonFont   [UIFont boldSystemFontOfSize:18]
 
#define kAlertViewButtonTextColor   [UIColor whiteColor]
 
#define kAlertViewButtonShadowColor   [UIColor blackColor]
 
#define kAlertViewButtonShadowOffset   CGSizeMake(0, -1)
 
#define kAlertViewBackground   @"alert-window.png"
 
#define kAlertViewBackgroundLandscape   @"alert-window-landscape.png"
 
#define kAlertViewBackgroundCapHeight   38
 

Macro Definition Documentation

◆ IOS_LESS_THAN_6

#define IOS_LESS_THAN_6
Value:
!([[[UIDevice currentDevice] systemVersion] compare:@"6.0" \
options:NSNumericSearch] != NSOrderedAscending)
static BOOL compare(const ADDIN_ARGV *got, const ADDIN_ARGV *expect)
Definition: TestSettings.c:16

◆ kActionSheetBackground

#define kActionSheetBackground   @"action-sheet-panel.png"

◆ kActionSheetBackgroundCapHeight

#define kActionSheetBackgroundCapHeight   30

◆ kActionSheetBorder

#define kActionSheetBorder   10

◆ kActionSheetBounce

#define kActionSheetBounce   10

◆ kActionSheetButtonFont

#define kActionSheetButtonFont   [UIFont boldSystemFontOfSize:20]

◆ kActionSheetButtonHeight

#define kActionSheetButtonHeight   45

◆ kActionSheetButtonShadowColor

#define kActionSheetButtonShadowColor   [UIColor blackColor]

◆ kActionSheetButtonShadowOffset

#define kActionSheetButtonShadowOffset   CGSizeMake(0, -1)

◆ kActionSheetButtonTextColor

#define kActionSheetButtonTextColor   [UIColor whiteColor]

◆ kActionSheetTitleFont

#define kActionSheetTitleFont   [UIFont systemFontOfSize:18]

◆ kActionSheetTitleShadowColor

#define kActionSheetTitleShadowColor   [UIColor blackColor]

◆ kActionSheetTitleShadowOffset

#define kActionSheetTitleShadowOffset   CGSizeMake(0, -1)

◆ kActionSheetTitleTextColor

#define kActionSheetTitleTextColor   [UIColor whiteColor]

◆ kActionSheetTopMargin

#define kActionSheetTopMargin   15

◆ kAlertButtonHeight

#define kAlertButtonHeight   (NeedsLandscapePhoneTweaks ? 35 : 44)

◆ kAlertViewBackground

#define kAlertViewBackground   @"alert-window.png"

◆ kAlertViewBackgroundCapHeight

#define kAlertViewBackgroundCapHeight   38

◆ kAlertViewBackgroundLandscape

#define kAlertViewBackgroundLandscape   @"alert-window-landscape.png"

◆ kAlertViewBorder

#define kAlertViewBorder   (NeedsLandscapePhoneTweaks ? 5 : 10)

◆ kAlertViewBounce

#define kAlertViewBounce   20

◆ kAlertViewButtonFont

#define kAlertViewButtonFont   [UIFont boldSystemFontOfSize:18]

◆ kAlertViewButtonShadowColor

#define kAlertViewButtonShadowColor   [UIColor blackColor]

◆ kAlertViewButtonShadowOffset

#define kAlertViewButtonShadowOffset   CGSizeMake(0, -1)

◆ kAlertViewButtonTextColor

#define kAlertViewButtonTextColor   [UIColor whiteColor]

◆ kAlertViewMessageFont

#define kAlertViewMessageFont   [UIFont systemFontOfSize:18]

◆ kAlertViewMessageShadowColor

#define kAlertViewMessageShadowColor   [UIColor blackColor]

◆ kAlertViewMessageShadowOffset

#define kAlertViewMessageShadowOffset   CGSizeMake(0, -1)

◆ kAlertViewMessageTextColor

#define kAlertViewMessageTextColor   [UIColor colorWithWhite:244.0 / 255.0 alpha:1.0]

◆ kAlertViewTitleFont

#define kAlertViewTitleFont   [UIFont boldSystemFontOfSize:20]

◆ kAlertViewTitleShadowColor

#define kAlertViewTitleShadowColor   [UIColor blackColor]

◆ kAlertViewTitleShadowOffset

#define kAlertViewTitleShadowOffset   CGSizeMake(0, -1)

◆ kAlertViewTitleTextColor

#define kAlertViewTitleTextColor   [UIColor colorWithWhite:244.0 / 255.0 alpha:1.0]

◆ NeedsLandscapePhoneTweaks

#define NeedsLandscapePhoneTweaks
Value:
(UIInterfaceOrientationIsLandscape( \
[[UIApplication sharedApplication] statusBarOrientation]) && \
UI_USER_INTERFACE_IDIOM() != UIUserInterfaceIdiomPad)

◆ NSLineBreakByClipping

#define NSLineBreakByClipping   UILineBreakModeClip

◆ NSLineBreakByWordWrapping

#define NSLineBreakByWordWrapping   UILineBreakModeWordWrap

◆ NSTextAlignmentCenter

#define NSTextAlignmentCenter   UITextAlignmentCenter