JX Application Framework
Loading...
Searching...
No Matches
JTextEditor Member List

This is the complete list of members for JTextEditor, including all inherited members.

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