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 41 of file CPSplitView.j.
| - (BOOL) cursorAtPoint: | (CPPoint) | aPoint | ||
| hitDividerAtIndex: | (int) | anIndex | ||
[implementation] |
Definition at line 266 of file CPSplitView.j.
| - (void) didAddSubview: | (CPView) | aSubview | [implementation] |
Definition at line 157 of file CPSplitView.j.
| - (float) dividerThickness | [implementation] |
Definition at line 87 of file CPSplitView.j.
| - (void) drawDividerInRect: | (CGRect) | aRect | [implementation] |
Definition at line 204 of file CPSplitView.j.
| - (void) drawRect: | (CGRect) | rect | [implementation] |
Definition at line 193 of file CPSplitView.j.
| - (CGRect) effectiveRectOfDividerAtIndex: | (int) | aDivider | [implementation] |
Definition at line 181 of file CPSplitView.j.
| - (void) encodeWithCoder: | (CPCoder) | aCoder | [implementation] |
Definition at line 588 of file CPSplitView.j.
| - (CPView) hitTest: | (CGPoint) | aPoint | [implementation] |
Definition at line 282 of file CPSplitView.j.
| + (void) initialize | [implementation] |
Definition at line 63 of file CPSplitView.j.
| - (id) initWithCoder: | (CPCoder) | aCoder | [implementation] |
Definition at line 565 of file CPSplitView.j.
| - (id) initWithFrame: | (CGRect) | aFrame | [implementation] |
Definition at line 73 of file CPSplitView.j.
| - (BOOL) isPaneSplitter | [implementation] |
Definition at line 138 of file CPSplitView.j.
| - (BOOL) isSubviewCollapsed: | (CPView) | subview | [implementation] |
Definition at line 163 of file CPSplitView.j.
| - (BOOL) isVertical | [implementation] |
Definition at line 92 of file CPSplitView.j.
| - (float) maxPossiblePositionOfDividerAtIndex: | (int) | dividerIndex | [implementation] |
Definition at line 380 of file CPSplitView.j.
| - (float) minPossiblePositionOfDividerAtIndex: | (int) | dividerIndex | [implementation] |
Definition at line 390 of file CPSplitView.j.
| - (void) mouseDown: | (CPEvent) | anEvent | [implementation] |
Definition at line 374 of file CPSplitView.j.
| - (CGRect) rectOfDividerAtIndex: | (int) | aDivider | [implementation] |
Definition at line 168 of file CPSplitView.j.
| - (void) resizeSubviewsWithOldSize: | (CPSize) | oldSize | [implementation] |
Definition at line 453 of file CPSplitView.j.
| - (void) setDelegate: | (id) | delegate | [implementation] |
Definition at line 522 of file CPSplitView.j.
| - (void) setFrameSize: | (CGSize) | aSize | [implementation] |
Definition at line 444 of file CPSplitView.j.
| - (void) setIsPaneSplitter: | (BOOL) | shouldBePaneSplitter | [implementation] |
Definition at line 143 of file CPSplitView.j.
| - (void) setPosition: | (float) | position | ||
| ofDividerAtIndex: | (int) | dividerIndex | ||
[implementation] |
Definition at line 402 of file CPSplitView.j.
| - (void) setVertical: | (BOOL) | shouldBeVertical | [implementation] |
Definition at line 97 of file CPSplitView.j.
| - (void) trackDivider: | (CPEvent) | anEvent | [implementation] |
Definition at line 303 of file CPSplitView.j.
| - (void) viewWillDraw | [implementation] |
Definition at line 233 of file CPSplitView.j.
1.5.8