Go to the source code of this file.
Functions | |
| void | initialize () |
| NSLayoutManager * | sharedLayoutManager () |
| void | setSharedLayoutManager: (NSLayoutManager *manager) |
| NSTextContainer * | sharedTextContainer () |
| id | initWithOrigin:content: (float yCoord,[content] NSAttributedString *initialContent) |
| id | initWithOrigin: (float yCoord) |
| void | dealloc () |
| void | appendAttributedString: (NSAttributedString *moreContent) |
| float | origin () |
| float | height () |
| float | foot () |
| BOOL | containsDepth: (float depth) |
| NSTextStorage * | content () |
| void | setContent: (NSTextStorage *newContent) |
| unsigned | length () |
| NSAttributedString * | attributedSubstringFromRange: (NSRange range) |
| NSAttributedString * | selectedAttributedString () |
| NSColor * | backgroundColor () |
| void | drawBackground: (NSRect backgroundArea) |
| BOOL | pointWithinSelection: (NSPoint aPoint) |
| NSRect * | selectionRects: (unsigned *howMany) |
| NSRect | selectionUnionRect () |
| void | draw () |
| void | drawRect: (NSRect aRect) |
| id | attribute:atPoint: (NSString *attrName,[atPoint] NSPoint aPoint) |
| void | highlightFromPoint:toPoint:mode: (NSPoint startPoint,[toPoint] NSPoint endPoint,[mode] DragSelectionMode mode) |
| void | unhighlight () |
| NSString * | wordAtPoint: (NSPoint aPoint) |
| void | selectWordAtPoint: (NSPoint aPoint) |
| void | selectLineAtPoint: (NSPoint aPoint) |
| float | topOfLineWithDepth: (float depth) |
| void | encodeWithCoder: (NSCoder *aCoder) |
| id | initWithCoder: (NSCoder *aDecoder) |
| NSRange | searchStringBackwards:ignoringCase: (NSString *target,[ignoringCase] BOOL ignoreCase) |
| NSRange | searchStringForwards:ignoringCase: (NSString *target,[ignoringCase] BOOL ignoreCase) |
| BOOL | selectString:backward:ignoringCase: (NSString *target,[backward] BOOL goBackFromSelection,[ignoringCase] BOOL ignoreCase) |
Variables | |
| implementation SectionRecord static NSLayoutManager * | sLayoutManager = nil |
| static NSTextContainer * | sTextContainer = nil |
|
|
Definition at line 70 of file SectionRecord.m. References SectionRecord::height, SectionRecord::heightOfLastLine, and SectionRecord::length. Here is the call graph for this function: ![]() |
|
||||||||||||
|
Definition at line 323 of file SectionRecord.m. References SectionRecord::origin. Here is the call graph for this function: ![]() |
|
|
Definition at line 146 of file SectionRecord.m. |
|
|
Definition at line 166 of file SectionRecord.m. References SectionRecord::content, and SectionRecord::length. Here is the call graph for this function: ![]() |
|
|
Definition at line 129 of file SectionRecord.m. References SectionRecord::height, and SectionRecord::origin. Referenced by TallTextView::adjustPageHeightNew:top:bottom:limit:, TallTextView::setEndOfSelection:, and TallTextView::setStartSelSection:. Here is the call graph for this function: ![]() |
|
|
Definition at line 134 of file SectionRecord.m. References SectionRecord::content. Referenced by PlacardView::drawRect:, and MyDocument::sendText:. Here is the call graph for this function: ![]() |
|
|
Definition at line 64 of file SectionRecord.m. |
|
|
Definition at line 270 of file SectionRecord.m. References SectionRecord::content, SectionRecord::height, SectionRecord::length, SectionRecord::origin, SectionRecord::selectionEnd, and SectionRecord::selectionStart. Here is the call graph for this function: ![]() |
|
|
Definition at line 190 of file SectionRecord.m. References SectionRecord::content, and SectionRecord::length. Here is the call graph for this function: ![]() |
|
|
Definition at line 316 of file SectionRecord.m. References SectionRecord::height, and SectionRecord::origin. Here is the call graph for this function: ![]() |
|
|
Definition at line 503 of file SectionRecord.m. |
|
|
Definition at line 127 of file SectionRecord.m. References SectionRecord::height, and SectionRecord::origin. Referenced by IntegratedTSView::selectScreen:. Here is the call graph for this function: ![]() |
|
|
Definition at line 126 of file SectionRecord.m. References SectionRecord::height. Referenced by TallTextView::appendAttributedString:, and TallTextView::resetCursorRects. Here is the call graph for this function: ![]() |
|
||||||||||||||||
|
Definition at line 334 of file SectionRecord.m. References SectionRecord::origin, selCharacterMode, SectionRecord::selectionEnd, SectionRecord::selectionStart, and selWordMode. Here is the call graph for this function: ![]() |
|
|
Definition at line 19 of file SectionRecord.m. References sLayoutManager, and sTextContainer. |
|
|
Definition at line 514 of file SectionRecord.m. References SectionRecord::content, SectionRecord::selectionEnd, and SectionRecord::selectionStart. Here is the call graph for this function: ![]() |
|
|
Definition at line 49 of file SectionRecord.m. References SectionRecord::content, SectionRecord::height, SectionRecord::heightOfLastLine, SectionRecord::origin, SectionRecord::selectionEnd, and SectionRecord::selectionStart. Here is the call graph for this function: ![]() |
|
||||||||||||
|
Definition at line 41 of file SectionRecord.m. References SectionRecord::initWithOrigin:. Here is the call graph for this function: ![]() |
|
|
|
Definition at line 125 of file SectionRecord.m. References SectionRecord::origin. Referenced by IntegratedTSView::selectScreen:. Here is the call graph for this function: ![]() |
|
|
Definition at line 209 of file SectionRecord.m. |
|
||||||||||||
|
Definition at line 535 of file SectionRecord.m. References SectionRecord::selectionStart. |
|
||||||||||||
|
Definition at line 549 of file SectionRecord.m. References SectionRecord::content, and SectionRecord::length. Here is the call graph for this function: ![]() |
|
|
Definition at line 151 of file SectionRecord.m. References SectionRecord::selectionEnd, and SectionRecord::selectionStart. |
|
|
Definition at line 227 of file SectionRecord.m. References SectionRecord::origin, SectionRecord::selectionEnd, and SectionRecord::selectionStart. Here is the call graph for this function: ![]() |
|
|
Definition at line 253 of file SectionRecord.m. |
|
|
Definition at line 462 of file SectionRecord.m. References SectionRecord::origin, SectionRecord::selectionEnd, SectionRecord::selectionStart, and sLayoutManager. Here is the call graph for this function: ![]() |
|
||||||||||||||||
|
Definition at line 560 of file SectionRecord.m. References SectionRecord::selectionEnd, and SectionRecord::selectionStart. |
|
|
Definition at line 429 of file SectionRecord.m. References SectionRecord::origin, SectionRecord::selectionEnd, SectionRecord::selectionStart, and sLayoutManager. Here is the call graph for this function: ![]() |
|
|
Definition at line 136 of file SectionRecord.m. References SectionRecord::content. Here is the call graph for this function: ![]() |
|
|
Definition at line 30 of file SectionRecord.m. References sLayoutManager. |
|
|
Definition at line 28 of file SectionRecord.m. References sLayoutManager. Referenced by TallTextView::becomeFirstResponder. |
|
|
Definition at line 39 of file SectionRecord.m. References sTextContainer. |
|
|
Definition at line 480 of file SectionRecord.m. References SectionRecord::origin. Here is the call graph for this function: ![]() |
|
|
Definition at line 392 of file SectionRecord.m. References SectionRecord::selectionEnd, and SectionRecord::selectionStart. |
|
|
Definition at line 398 of file SectionRecord.m. References SectionRecord::origin, and sLayoutManager. Here is the call graph for this function: ![]() |
|
|
Definition at line 14 of file SectionRecord.m. Referenced by initialize(), selectLineAtPoint:(), selectWordAtPoint:(), setSharedLayoutManager:(), sharedLayoutManager(), and wordAtPoint:(). |
|
|
Definition at line 15 of file SectionRecord.m. Referenced by initialize(), and sharedTextContainer(). |
1.4.4