Go to the source code of this file.
Classes | |
protocol | <CPControlTextEditingDelegate> |
Typedefs | |
typedef CPTextAlignment | CPLeftTextAlignment = 0 |
typedef CPLineBreakMode | CPLineBreakByWordWrapping = 0 |
typedef CPCellImagePosition | CPNoImage = 0 |
typedef CPControlSize | CPRegularControlSize = 0 |
typedef CPImageScaling | CPScaleProportionally = 0 |
typedef CPVerticalTextAlignment | CPTopVerticalTextAlignment = 1 |
typedef CPTextAlignment CPLeftTextAlignment = 0 |
Definition at line 40 of file CPControl.j.
typedef CPLineBreakMode CPLineBreakByWordWrapping = 0 |
Definition at line 52 of file CPControl.j.
typedef CPCellImagePosition CPNoImage = 0 |
Definition at line 76 of file CPControl.j.
typedef CPControlSize CPRegularControlSize = 0 |
Definition at line 47 of file CPControl.j.
typedef CPImageScaling CPScaleProportionally = 0 |
Definition at line 66 of file CPControl.j.
typedef CPVerticalTextAlignment CPTopVerticalTextAlignment = 1 |
Definition at line 60 of file CPControl.j.
CPBottomVerticalTextAlignment = 3 |
Definition at line 62 of file CPControl.j.
CPCenterTextAlignment = 2 |
Definition at line 42 of file CPControl.j.
CPCenterVerticalTextAlignment = 2 |
Definition at line 61 of file CPControl.j.
var CPControlActionKey = @"@"CPControlActionKey" |
Definition at line 1014 of file CPControl.j.
var CPControlBlackColor = [CPColor blackColor] |
Definition at line 97 of file CPControl.j.
var CPControlControlSizeKey = @"@"CPControlControlSizeKey" |
Definition at line 1015 of file CPControl.j.
var CPControlControlStateKey = @"@"CPControlControlStateKey" |
Definition at line 1016 of file CPControl.j.
CPControlDisabledBackgroundColor = "CPControlDisabledBackgroundColor" |
Definition at line 91 of file CPControl.j.
var CPControlFormatterKey = @"@"CPControlFormatterKey" |
Definition at line 1017 of file CPControl.j.
CPControlHighlightedBackgroundColor = "CPControlHighlightedBackgroundColor" |
Definition at line 90 of file CPControl.j.
var CPControlIsEnabledKey = @"@"CPControlIsEnabledKey" |
Definition at line 1018 of file CPControl.j.
CPControlNormalBackgroundColor = "CPControlNormalBackgroundColor" |
Definition at line 88 of file CPControl.j.
CPControlSelectedBackgroundColor = "CPControlSelectedBackgroundColor" |
Definition at line 89 of file CPControl.j.
var CPControlSendActionOnKey = @"@"CPControlSendActionOnKey" |
Definition at line 1019 of file CPControl.j.
var CPControlSendsActionOnEndEditingKey = @"@"CPControlSendsActionOnEndEditingKey" |
Definition at line 1020 of file CPControl.j.
var CPControlTargetKey = @"@"CPControlTargetKey" |
Definition at line 1021 of file CPControl.j.
CPControlTextDidBeginEditingNotification = "CPControlTextDidBeginEditingNotification" |
Definition at line 93 of file CPControl.j.
CPControlTextDidChangeNotification = "CPControlTextDidChangeNotification" |
Definition at line 94 of file CPControl.j.
CPControlTextDidEndEditingNotification = "CPControlTextDidEndEditingNotification" |
Definition at line 95 of file CPControl.j.
var CPControlValueKey = @"@"CPControlValueKey" |
Definition at line 1022 of file CPControl.j.
CPImageAbove = 5 |
Definition at line 81 of file CPControl.j.
CPImageBelow = 4 |
Definition at line 80 of file CPControl.j.
CPImageLeft = 2 |
Definition at line 78 of file CPControl.j.
CPImageOnly = 1 |
Definition at line 77 of file CPControl.j.
CPImageOverlaps = 6 |
Definition at line 82 of file CPControl.j.
CPImageRight = 3 |
Definition at line 79 of file CPControl.j.
CPImageScaleAxesIndependently = 1 |
Definition at line 71 of file CPControl.j.
CPImageScaleNone = 2 |
Definition at line 72 of file CPControl.j.
CPImageScaleProportionallyDown = 0 |
Definition at line 70 of file CPControl.j.
CPImageScaleProportionallyUpOrDown = 3 |
Definition at line 73 of file CPControl.j.
CPJustifiedTextAlignment = 3 |
Definition at line 43 of file CPControl.j.
CPLineBreakByCharWrapping = 1 |
Definition at line 53 of file CPControl.j.
CPLineBreakByClipping = 2 |
Definition at line 54 of file CPControl.j.
CPLineBreakByTruncatingHead = 3 |
Definition at line 55 of file CPControl.j.
CPLineBreakByTruncatingMiddle = 5 |
Definition at line 57 of file CPControl.j.
CPLineBreakByTruncatingTail = 4 |
Definition at line 56 of file CPControl.j.
CPMiniControlSize = 2 |
Definition at line 49 of file CPControl.j.
CPMixedState = -1 |
Definition at line 86 of file CPControl.j.
CPNaturalTextAlignment = 4 |
Definition at line 44 of file CPControl.j.
CPOffState = 0 |
Definition at line 85 of file CPControl.j.
CPOnState = 1 |
Definition at line 84 of file CPControl.j.
CPRightTextAlignment = 1 |
Definition at line 41 of file CPControl.j.
CPScaleNone = 2 |
Definition at line 68 of file CPControl.j.
CPScaleToFit = 1 |
Definition at line 67 of file CPControl.j.
CPSmallControlSize = 1 |
Definition at line 48 of file CPControl.j.