Go to the source code of this file.
Classes | |
protocol | <CPControlTextEditingDelegate> |
Typedefs | |
typedef CPLineBreakMode | CPLineBreakByWordWrapping = 0 |
typedef CPCellImagePosition | CPNoImage = 0 |
typedef CPControlSize | CPRegularControlSize = 0 |
typedef CPImageScaling | CPScaleProportionally = 0 |
typedef CPVerticalTextAlignment | CPTopVerticalTextAlignment = 1 |
typedef CPLineBreakMode CPLineBreakByWordWrapping = 0 |
Definition at line 45 of file CPControl.j.
typedef CPCellImagePosition CPNoImage = 0 |
Definition at line 69 of file CPControl.j.
typedef CPControlSize CPRegularControlSize = 0 |
Definition at line 40 of file CPControl.j.
typedef CPImageScaling CPScaleProportionally = 0 |
Definition at line 59 of file CPControl.j.
typedef CPVerticalTextAlignment CPTopVerticalTextAlignment = 1 |
Definition at line 53 of file CPControl.j.
CPBottomVerticalTextAlignment = 3 |
Definition at line 55 of file CPControl.j.
CPCenterVerticalTextAlignment = 2 |
Definition at line 54 of file CPControl.j.
var CPControlActionKey = @"@"CPControlActionKey" |
Definition at line 1071 of file CPControl.j.
var CPControlBaseWrittingDirectionKey = @"@"CPControlBaseWrittingDirectionKey" |
Definition at line 1080 of file CPControl.j.
var CPControlBlackColor = [CPColor blackColor] |
Definition at line 90 of file CPControl.j.
var CPControlControlSizeKey = @"@"CPControlControlSizeKey" |
Definition at line 1072 of file CPControl.j.
var CPControlControlStateKey = @"@"CPControlControlStateKey" |
Definition at line 1073 of file CPControl.j.
CPControlDisabledBackgroundColor = "CPControlDisabledBackgroundColor" |
Definition at line 84 of file CPControl.j.
var CPControlFormatterKey = @"@"CPControlFormatterKey" |
Definition at line 1074 of file CPControl.j.
CPControlHighlightedBackgroundColor = "CPControlHighlightedBackgroundColor" |
Definition at line 83 of file CPControl.j.
var CPControlIsEnabledKey = @"@"CPControlIsEnabledKey" |
Definition at line 1075 of file CPControl.j.
CPControlNormalBackgroundColor = "CPControlNormalBackgroundColor" |
Definition at line 81 of file CPControl.j.
CPControlSelectedBackgroundColor = "CPControlSelectedBackgroundColor" |
Definition at line 82 of file CPControl.j.
var CPControlSendActionOnKey = @"@"CPControlSendActionOnKey" |
Definition at line 1076 of file CPControl.j.
var CPControlSendsActionOnEndEditingKey = @"@"CPControlSendsActionOnEndEditingKey" |
Definition at line 1077 of file CPControl.j.
var CPControlTargetKey = @"@"CPControlTargetKey" |
Definition at line 1078 of file CPControl.j.
CPControlTextDidBeginEditingNotification = "CPControlTextDidBeginEditingNotification" |
Definition at line 86 of file CPControl.j.
CPControlTextDidChangeNotification = "CPControlTextDidChangeNotification" |
Definition at line 87 of file CPControl.j.
CPControlTextDidEndEditingNotification = "CPControlTextDidEndEditingNotification" |
Definition at line 88 of file CPControl.j.
var CPControlValueKey = @"@"CPControlValueKey" |
Definition at line 1079 of file CPControl.j.
CPImageAbove = 5 |
Definition at line 74 of file CPControl.j.
CPImageBelow = 4 |
Definition at line 73 of file CPControl.j.
CPImageLeft = 2 |
Definition at line 71 of file CPControl.j.
CPImageOnly = 1 |
Definition at line 70 of file CPControl.j.
CPImageOverlaps = 6 |
Definition at line 75 of file CPControl.j.
CPImageRight = 3 |
Definition at line 72 of file CPControl.j.
CPImageScaleAxesIndependently = 1 |
Definition at line 64 of file CPControl.j.
CPImageScaleNone = 2 |
Definition at line 65 of file CPControl.j.
CPImageScaleProportionallyDown = 0 |
Definition at line 63 of file CPControl.j.
CPImageScaleProportionallyUpOrDown = 3 |
Definition at line 66 of file CPControl.j.
CPLineBreakByCharWrapping = 1 |
Definition at line 46 of file CPControl.j.
CPLineBreakByClipping = 2 |
Definition at line 47 of file CPControl.j.
CPLineBreakByTruncatingHead = 3 |
Definition at line 48 of file CPControl.j.
CPLineBreakByTruncatingMiddle = 5 |
Definition at line 50 of file CPControl.j.
CPLineBreakByTruncatingTail = 4 |
Definition at line 49 of file CPControl.j.
CPMiniControlSize = 2 |
Definition at line 42 of file CPControl.j.
CPMixedState = -1 |
Definition at line 79 of file CPControl.j.
CPOffState = 0 |
Definition at line 78 of file CPControl.j.
CPOnState = 1 |
Definition at line 77 of file CPControl.j.
CPScaleNone = 2 |
Definition at line 61 of file CPControl.j.
CPScaleToFit = 1 |
Definition at line 60 of file CPControl.j.
CPSmallControlSize = 1 |
Definition at line 41 of file CPControl.j.