|
JX Application Framework
|
This is the complete list of members for JTextEditor, including all inherited members.
| AllowsDragAndDrop() const | JTextEditor | inline |
| AnalyzeWhitespace(JSize *tabWidth) | JTextEditor | |
| Broadcast(const T &message) | JBroadcaster | inlineprotected |
| BroadcastWithFeedback(Message *message) | JBroadcaster | inlineprotected |
| CalcCaretLocation(const JPoint &pt) const | JTextEditor | protected |
| CalcCaretLocation(const JStyledText::TextIndex &index) const | JTextEditor | protected |
| CaretMode enum name | JTextEditor | |
| CaretMotion enum name | JTextEditor | |
| CleanAllWhitespace(const bool align) | JTextEditor | inline |
| CleanRightMargin(const bool coerce) | JTextEditor | |
| CleanSelectedWhitespace(const bool align) | JTextEditor | |
| ClearWhenGoingAway(const JBroadcaster *sender, void *pointerToMember) | JBroadcaster | protected |
| CmdIndex enum name | JTextEditor | |
| Copy() const | JTextEditor | |
| CRLineIndexToVisualLineIndex(const JIndex crLineIndex) const | JTextEditor | |
| Cut() | JTextEditor | |
| DeleteSelection() | JTextEditor | |
| DisposeConstIterator(JStringIterator *iter) const | JTextEditor | inline |
| DrawPrintFooter(JPagePrinter &p, const JCoordinate footerHeight) | JTextEditor | protectedvirtual |
| DrawPrintHeader(JPagePrinter &p, const JCoordinate headerHeight) | JTextEditor | protectedvirtual |
| GetCaretColor() const | JTextEditor | inline |
| GetCaretLocation(JIndex *charIndex) const | JTextEditor | inline |
| GetCaretLocation(CaretLocation *caretLoc) const | JTextEditor | inlineprotected |
| GetCaretMode() const | JTextEditor | inline |
| GetCharLeft(const JIndex charIndex) const | JTextEditor | inline |
| GetCharRight(const JIndex charIndex) const | JTextEditor | inline |
| GetClipboard(JString *text, JRunArray< JFont > *style=nullptr) const | JTextEditor | |
| GetCmdStatus(JString *crmActionText, JString *crm2ActionText, bool *isReadOnly) const | JTextEditor | protected |
| GetColumnForChar(const JIndex charIndex) const | JTextEditor | inline |
| GetColumnForChar(const CaretLocation &caretLoc) const | JTextEditor | inlineprotected |
| GetConstIteratorAtInsertionIndex() const | JTextEditor | inline |
| GetCurrentFont() const | JTextEditor | inline |
| GetDefaultTabWidth() const | JTextEditor | inline |
| GetInsertionCharIndex() const | JTextEditor | inline |
| GetInsertionIndex() const | JTextEditor | inlineprotected |
| GetKeyHandler() const | JTextEditor | inline |
| GetLineBottom(const JIndex lineIndex) const | JTextEditor | inline |
| GetLineCharEnd(const JIndex lineIndex) const | JTextEditor | inline |
| GetLineCharStart(const JIndex lineIndex) const | JTextEditor | inline |
| GetLineCount() const | JTextEditor | inline |
| GetLineEnd(const JIndex lineIndex) const | JTextEditor | protected |
| GetLineForChar(const JIndex charIndex) const | JTextEditor | |
| GetLineHeight(const JIndex lineIndex) const | JTextEditor | inline |
| GetLineLength(const JIndex lineIndex) const | JTextEditor | inlineprotected |
| GetLineStart(const JIndex lineIndex) const | JTextEditor | inlineprotected |
| GetLineTop(const JIndex lineIndex) const | JTextEditor | |
| GetPrintFooterHeight(JPagePrinter &p) const | JTextEditor | protectedvirtual |
| GetPrintHeaderHeight(JPagePrinter &p) const | JTextEditor | protectedvirtual |
| GetRecipientCount() const | JBroadcaster | |
| GetSelection(JCharacterRange *range) const | JTextEditor | inline |
| GetSelection(JString *text) const | JTextEditor | inline |
| GetSelection(JString *text, JRunArray< JFont > *style) const | JTextEditor | inline |
| GetSelection(JStyledText::TextRange *range) const | JTextEditor | inlineprotected |
| GetSelectionColor() const | JTextEditor | inline |
| GetSelectionOutlineColor() const | JTextEditor | inline |
| GetSenderCount() const | JBroadcaster | |
| GetTabWidth(const JIndex charIndex, const JCoordinate x) const | JTextEditor | protectedvirtual |
| GetText() | JTextEditor | inline |
| GetText() const | JTextEditor | inline |
| GetType() const | JTextEditor | inline |
| GetWhitespaceColor() const | JTextEditor | inline |
| GoToBeginningOfLine() | JTextEditor | |
| GoToColumn(const JIndex lineIndex, const JIndex columnIndex) | JTextEditor | |
| GoToEndOfLine() | JTextEditor | |
| GoToLine(const JIndex lineIndex) | JTextEditor | |
| HasRecipients() const | JBroadcaster | |
| HasSelection() const | JTextEditor | inline |
| HasSenders() const | JBroadcaster | |
| IsReadOnly() const | JTextEditor | inline |
| JBroadcaster() | JBroadcaster | |
| JBroadcaster(const JBroadcaster &source) | JBroadcaster | protected |
| JTEDefaultKeyHandler | JTextEditor | friend |
| JTEKeyHandler | JTextEditor | friend |
| JTextEditor(const Type type, JStyledText *text, const bool ownsText, JFontManager *fontManager, const bool breakCROnly, const JColorID caretColor, const JColorID selectionColor, const JColorID outlineColor, const JColorID wsColor, const JCoordinate width) | JTextEditor | |
| JTextEditor(const JTextEditor &source, JStyledText *text) | JTextEditor | |
| JVIKeyHandler | JTextEditor | friend |
| kBlockCaret enum value | JTextEditor | |
| kCaretLocationChanged | JTextEditor | static |
| kCheckSpellingCmd enum value | JTextEditor | |
| kCheckSpellingSelCmd enum value | JTextEditor | |
| kCleanAllWhitespaceCmd enum value | JTextEditor | |
| kCleanAllWSAlignCmd enum value | JTextEditor | |
| kCleanRightMarginCmd enum value | JTextEditor | |
| kCleanWhitespaceSelCmd enum value | JTextEditor | |
| kCleanWSAlignSelCmd enum value | JTextEditor | |
| kCmdCount enum value | JTextEditor | |
| kCoerceRightMarginCmd enum value | JTextEditor | |
| kCopyCmd enum value | JTextEditor | |
| kCutCmd enum value | JTextEditor | |
| kDeleteSelCmd enum value | JTextEditor | |
| kEnterReplaceTextCmd enum value | JTextEditor | |
| kEnterSearchTextCmd enum value | JTextEditor | |
| kFindClipboardBackwardCmd enum value | JTextEditor | |
| kFindClipboardForwardCmd enum value | JTextEditor | |
| kFindDialogCmd enum value | JTextEditor | |
| kFindNextCmd enum value | JTextEditor | |
| kFindPreviousCmd enum value | JTextEditor | |
| kFindSelectionBackwardCmd enum value | JTextEditor | |
| kFindSelectionForwardCmd enum value | JTextEditor | |
| kForceShiftSelLeftCmd enum value | JTextEditor | |
| kFullEditor enum value | JTextEditor | |
| kLineCaret enum value | JTextEditor | |
| kMinLeftMarginWidth enum value | JTextEditor | |
| kMoveByCharacter enum value | JTextEditor | |
| kMoveByLine enum value | JTextEditor | |
| kMoveByPartialWord enum value | JTextEditor | |
| kMoveByWord enum value | JTextEditor | |
| kPasteCmd enum value | JTextEditor | |
| kRedoCmd enum value | JTextEditor | |
| kReplaceAllCmd enum value | JTextEditor | |
| kReplaceAllInSelectionCmd enum value | JTextEditor | |
| kReplaceFindNextCmd enum value | JTextEditor | |
| kReplaceFindPrevCmd enum value | JTextEditor | |
| kReplaceSelectionCmd enum value | JTextEditor | |
| kSelectableText enum value | JTextEditor | |
| kSelectAllCmd enum value | JTextEditor | |
| kSeparatorCmd enum value | JTextEditor | |
| kShiftSelLeftCmd enum value | JTextEditor | |
| kShiftSelRightCmd enum value | JTextEditor | |
| kShowWhitespaceCmd enum value | JTextEditor | |
| kStaticText enum value | JTextEditor | |
| kToggleReadOnlyCmd enum value | JTextEditor | |
| kTypeChanged | JTextEditor | static |
| kUndoCmd enum value | JTextEditor | |
| ListenTo(const JBroadcaster *sender, const std::function< void(const T &)> &f) | JBroadcaster | |
| ListenTo(const JBroadcaster *sender) | JBroadcaster | protected |
| MoveCaretVert(const JInteger deltaLines) | JTextEditor | protected |
| JBroadcaster::operator=(const JBroadcaster &source) | JBroadcaster | |
| Paginate(const JCoordinate pageHeight, JArray< JCoordinate > *breakpts) const | JTextEditor | |
| Paste() | JTextEditor | |
| Paste(const JString &text, const JRunArray< JFont > *style=nullptr) | JTextEditor | |
| PointInSelection(const JPoint &pt) const | JTextEditor | protected |
| Print(JPagePrinter &p) | JTextEditor | |
| RecalcAll(const bool broadcastCaretMessages=true) | JTextEditor | protected |
| Receive(JBroadcaster *sender, const Message &message) override | JTextEditor | protectedvirtual |
| ReceiveGoingAway(JBroadcaster *sender) override | JTextEditor | protectedvirtual |
| ReceiveWithFeedback(JBroadcaster *sender, Message *message) | JBroadcaster | protectedvirtual |
| ReplaceAll(const JRegex ®ex, const bool entireWord, const JString &replaceStr, JInterpolate *interpolator, const bool preserveCase, const bool restrictToSelection=false) | JTextEditor | |
| ReplaceSelection(const JStringMatch &match, const JString &replaceStr, JInterpolate *interpolator, const bool preserveCase) | JTextEditor | protected |
| SearchBackward(const JRegex ®ex, const bool entireWord, const bool wrapSearch, bool *wrapped) | JTextEditor | |
| SearchBackward(std::function< bool(const JFont &)> match, const bool wrapSearch, bool *wrapped) | JTextEditor | |
| SearchForward(const JRegex ®ex, const bool entireWord, const bool wrapSearch, bool *wrapped) | JTextEditor | |
| SearchForward(std::function< bool(const JFont &)> match, const bool wrapSearch, bool *wrapped) | JTextEditor | |
| SelectAll() | JTextEditor | inline |
| SelectionMatches(const JRegex ®ex, const bool entireWord) | JTextEditor | |
| SelectLine(const JIndex lineIndex) | JTextEditor | |
| Send(JBroadcaster *recipient, const T &message) | JBroadcaster | protected |
| SendWithFeedback(JBroadcaster *recipient, Message *message) | JBroadcaster | protected |
| SetAllFontNameAndSize(const JString &name, const JSize size, const JCoordinate tabWidth, const bool breakCROnly, const bool clearUndo) | JTextEditor | protected |
| SetBreakCROnly(const bool breakCROnly) | JTextEditor | inline |
| SetCaretColor(const JColorID color) | JTextEditor | inline |
| SetCaretLocation(const JIndex charIndex) | JTextEditor | |
| SetCaretLocation(const JPoint &pt) | JTextEditor | inline |
| SetCaretLocation(const JStyledText::TextIndex &caretLoc) | JTextEditor | inlineprotected |
| SetCaretLocation(const CaretLocation &caretLoc) | JTextEditor | protected |
| SetCaretMode(const CaretMode mode) | JTextEditor | inline |
| SetCurrentFont(const JFont &font) | JTextEditor | inline |
| SetCurrentFontBold(const bool bold) | JTextEditor | inline |
| SetCurrentFontColor(const JColorID color) | JTextEditor | inline |
| SetCurrentFontItalic(const bool italic) | JTextEditor | inline |
| SetCurrentFontName(const JString &name) | JTextEditor | inline |
| SetCurrentFontSize(const JSize size) | JTextEditor | inline |
| SetCurrentFontStrike(const bool strike) | JTextEditor | inline |
| SetCurrentFontStyle(const JFontStyle &style) | JTextEditor | inline |
| SetCurrentFontUnderline(const JSize count) | JTextEditor | inline |
| SetDefaultTabWidth(const JCoordinate width) | JTextEditor | inline |
| SetKeyHandler(JTEKeyHandler *handler) | JTextEditor | |
| SetSelection(const JCharacterRange &range, const bool needCaretBcast=true) | JTextEditor | inline |
| SetSelection(const JStyledText::TextRange &range, const bool needCaretBcast=true, const bool ignoreCopyWhenSelect=false) | JTextEditor | protected |
| SetSelectionColor(const JColorID color) | JTextEditor | inline |
| SetSelectionOutlineColor(const JColorID color) | JTextEditor | inline |
| SetType(const Type type) | JTextEditor | protected |
| SetWhitespaceColor(const JColorID color) | JTextEditor | inline |
| ShouldAllowDragAndDrop(const bool allow) | JTextEditor | inline |
| ShouldAlwaysShowSelection(const bool show) | JTextEditor | inline |
| ShouldCopyWhenSelect(const bool copy) | JTextEditor | inlinestatic |
| ShouldMoveToFrontOfText(const bool moveToFront) | JTextEditor | inline |
| ShouldShowWhitespace(const bool show) | JTextEditor | inline |
| StopListening(const JBroadcaster *sender) | JBroadcaster | protected |
| StopListening(const JBroadcaster *sender, const std::type_info &messageType) | JBroadcaster | protected |
| TabSelectionLeft(const JSize tabCount=1, const bool force=false) | JTextEditor | |
| TabSelectionRight(const JSize tabCount=1) | JTextEditor | |
| TEActivate() | JTextEditor | inlineprotected |
| TEActivateSelection() | JTextEditor | inlineprotected |
| TEBeginDND()=0 | JTextEditor | protectedpure virtual |
| TECaretIsVisible() const | JTextEditor | inlineprotected |
| TECaretShouldBlink(const bool blink)=0 | JTextEditor | protectedpure virtual |
| TEDeactivate() | JTextEditor | inlineprotected |
| TEDeactivateSelection() | JTextEditor | inlineprotected |
| TEDNDFinished() | JTextEditor | inlineprotected |
| TEDraw(JPainter &p, const JRect &rect) | JTextEditor | protected |
| TEDrawInMargin(JPainter &p, const JPoint &topLeft, const LineGeometry &geom, const JIndex lineIndex) | JTextEditor | protectedvirtual |
| TEGetBoundsWidth() const | JTextEditor | inlineprotected |
| TEGetClipboard(JString *text, JRunArray< JFont > *style) const =0 | JTextEditor | protectedpure virtual |
| TEGetDoubleClickSelection(const JStyledText::TextIndex &charIndex, const bool partialWord, const bool dragging, JStyledText::TextRange *range) const | JTextEditor | protected |
| TEGetFontManager() const | JTextEditor | inline |
| TEGetLeftMarginWidth() const | JTextEditor | inline |
| TEGetMinPreferredGUIWidth() const | JTextEditor | |
| TEHandleDNDDrop(const JPoint &pt, const bool dropOnSelf, const bool dropCopy) | JTextEditor | protected |
| TEHandleDNDEnter() | JTextEditor | protected |
| TEHandleDNDHere(const JPoint &pt, const bool dropOnSelf) | JTextEditor | protected |
| TEHandleDNDLeave() | JTextEditor | protected |
| TEHandleKeyPress(const JUtf8Character &key, const bool selectText, const CaretMotion motion, const bool deleteToTabStop) | JTextEditor | protected |
| TEHandleMouseDown(const JPoint &pt, const JSize clickCount, const bool extendSelection, const bool partialWord) | JTextEditor | protected |
| TEHandleMouseDrag(const JPoint &pt) | JTextEditor | protected |
| TEHandleMouseUp() | JTextEditor | protected |
| TEHasSearchText() const =0 | JTextEditor | pure virtual |
| TEHideCaret() | JTextEditor | inlineprotected |
| TEHitSamePart(const JPoint &pt1, const JPoint &pt2) const | JTextEditor | protected |
| TEIsActive() const | JTextEditor | inlineprotected |
| TEIsDragging() const | JTextEditor | inlineprotected |
| TEPasteDropData()=0 | JTextEditor | protectedpure virtual |
| TERedraw()=0 | JTextEditor | protectedpure virtual |
| TERefresh()=0 | JTextEditor | protectedpure virtual |
| TERefreshLines(const JIndex first, const JIndex last) | JTextEditor | protected |
| TERefreshRect(const JRect &rect)=0 | JTextEditor | protectedpure virtual |
| TEScrollForDND(const JPoint &pt)=0 | JTextEditor | protectedpure virtual |
| TEScrollForDrag(const JPoint &pt)=0 | JTextEditor | protectedpure virtual |
| TEScrollToRect(const JRect &rect, const bool centerInDisplay)=0 | JTextEditor | protectedpure virtual |
| TEScrollToSelection(const bool centerInDisplay) | JTextEditor | |
| TESelectionIsActive() const | JTextEditor | inlineprotected |
| TESetBoundsWidth(const JCoordinate width) | JTextEditor | protected |
| TESetGUIBounds(const JCoordinate w, const JCoordinate h, const JCoordinate changeY)=0 | JTextEditor | protectedpure virtual |
| TESetLeftMarginWidth(const JCoordinate width) | JTextEditor | |
| TESetVertScrollStep(const JCoordinate vStep)=0 | JTextEditor | protectedpure virtual |
| TEShowCaret() | JTextEditor | inlineprotected |
| TEUpdateClipboard(const JString &text, const JRunArray< JFont > &style) const =0 | JTextEditor | protectedpure virtual |
| TEUpdateDisplay() | JTextEditor | protectedvirtual |
| TEWidthIsBeyondDisplayCapacity(const JSize width) const =0 | JTextEditor | protectedpure virtual |
| TEWillDragAndDrop(const JPoint &pt, const bool extendSelection, const bool dropCopy) const | JTextEditor | protected |
| ToString() const | JBroadcaster | virtual |
| Type enum name | JTextEditor | |
| VisualLineIndexToCRLineIndex(const JIndex visualLineIndex) const | JTextEditor | |
| WillAlwaysShowSelection() const | JTextEditor | inline |
| WillBreakCROnly() const | JTextEditor | inline |
| WillCopyWhenSelect() | JTextEditor | inlinestatic |
| WillMoveToFrontOfText() const | JTextEditor | inline |
| WillShowWhitespace() const | JTextEditor | inline |
| ~JBroadcaster() | JBroadcaster | virtual |
| ~JTextEditor() override | JTextEditor |