Public Member Functions | |
(id) | - initWithFrame: [implementation] |
(float) | - dividerThickness [implementation] |
(BOOL) | - isVertical [implementation] |
(void) | - setVertical: [implementation] |
(BOOL) | - isPaneSplitter [implementation] |
(void) | - setIsPaneSplitter: [implementation] |
(void) | - didAddSubview: [implementation] |
(BOOL) | - isSubviewCollapsed: [implementation] |
(CGRect) | - rectOfDividerAtIndex: [implementation] |
(CGRect) | - effectiveRectOfDividerAtIndex: [implementation] |
(void) | - drawRect: [implementation] |
(void) | - drawDividerInRect: [implementation] |
(void) | - viewWillDraw [implementation] |
(BOOL) | - cursorAtPoint:hitDividerAtIndex: [implementation] |
(CPView) | - hitTest: [implementation] |
(void) | - trackDivider: [implementation] |
(void) | - mouseDown: [implementation] |
(float) | - maxPossiblePositionOfDividerAtIndex: [implementation] |
(float) | - minPossiblePositionOfDividerAtIndex: [implementation] |
(void) | - setPosition:ofDividerAtIndex: [implementation] |
(void) | - setFrameSize: [implementation] |
(void) | - resizeSubviewsWithOldSize: [implementation] |
(void) | - setDelegate: [implementation] |
(id) | - initWithCoder: [implementation] |
(void) | - encodeWithCoder: [implementation] |
Static Public Member Functions | |
(void) | + initialize [implementation] |
Definition at line 37 of file CPSplitView.j.
- (BOOL) cursorAtPoint: | (CPPoint) | aPoint | ||
hitDividerAtIndex: | (int) | anIndex | ||
[implementation] |
Definition at line 260 of file CPSplitView.j.
- (void) didAddSubview: | (CPView) | aSubview | [implementation] |
Definition at line 153 of file CPSplitView.j.
- (float) dividerThickness | [implementation] |
Definition at line 83 of file CPSplitView.j.
- (void) drawDividerInRect: | (CGRect) | aRect | [implementation] |
Definition at line 198 of file CPSplitView.j.
- (void) drawRect: | (CGRect) | rect | [implementation] |
Definition at line 189 of file CPSplitView.j.
- (CGRect) effectiveRectOfDividerAtIndex: | (int) | aDivider | [implementation] |
Definition at line 177 of file CPSplitView.j.
- (void) encodeWithCoder: | (CPCoder) | aCoder | [implementation] |
Definition at line 543 of file CPSplitView.j.
- (CPView) hitTest: | (CGPoint) | aPoint | [implementation] |
Definition at line 276 of file CPSplitView.j.
+ (void) initialize | [implementation] |
Definition at line 59 of file CPSplitView.j.
- (id) initWithCoder: | (CPCoder) | aCoder | [implementation] |
Definition at line 520 of file CPSplitView.j.
- (id) initWithFrame: | (CGRect) | aFrame | [implementation] |
Definition at line 69 of file CPSplitView.j.
- (BOOL) isPaneSplitter | [implementation] |
Definition at line 134 of file CPSplitView.j.
- (BOOL) isSubviewCollapsed: | (CPView) | subview | [implementation] |
Definition at line 159 of file CPSplitView.j.
- (BOOL) isVertical | [implementation] |
Definition at line 88 of file CPSplitView.j.
- (float) maxPossiblePositionOfDividerAtIndex: | (int) | dividerIndex | [implementation] |
Definition at line 373 of file CPSplitView.j.
- (float) minPossiblePositionOfDividerAtIndex: | (int) | dividerIndex | [implementation] |
Definition at line 383 of file CPSplitView.j.
- (void) mouseDown: | (CPEvent) | anEvent | [implementation] |
Definition at line 368 of file CPSplitView.j.
- (CGRect) rectOfDividerAtIndex: | (int) | aDivider | [implementation] |
Definition at line 164 of file CPSplitView.j.
- (void) resizeSubviewsWithOldSize: | (CPSize) | oldSize | [implementation] |
Definition at line 444 of file CPSplitView.j.
- (void) setDelegate: | (id) | delegate | [implementation] |
Definition at line 477 of file CPSplitView.j.
- (void) setFrameSize: | (CGSize) | aSize | [implementation] |
Definition at line 435 of file CPSplitView.j.
- (void) setIsPaneSplitter: | (BOOL) | shouldBePaneSplitter | [implementation] |
Definition at line 139 of file CPSplitView.j.
- (void) setPosition: | (float) | position | ||
ofDividerAtIndex: | (int) | dividerIndex | ||
[implementation] |
Definition at line 393 of file CPSplitView.j.
- (void) setVertical: | (BOOL) | shouldBeVertical | [implementation] |
Definition at line 93 of file CPSplitView.j.
- (void) trackDivider: | (CPEvent) | anEvent | [implementation] |
Definition at line 297 of file CPSplitView.j.
- (void) viewWillDraw | [implementation] |
Definition at line 227 of file CPSplitView.j.