JUCE
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines
CodeEditorComponent Member List
This is the complete list of members for CodeEditorComponent, including all inherited members.
addAndMakeVisible(Component *child, int zOrder=-1)Component
addChildAndSetID(Component *child, const String &componentID)Component
addChildComponent(Component *child, int zOrder=-1)Component
addComponentListener(ComponentListener *newListener)Component
addKeyListener(KeyListener *newListener)Component
addMouseListener(MouseListener *newListener, bool wantsEventsForAllNestedChildComponents)Component
addToDesktop(int windowStyleFlags, void *nativeWindowToAttachTo=nullptr)Component [virtual]
areSpacesInsertedForTabs() const CodeEditorComponent
AsyncUpdater()AsyncUpdater
backgroundColourId enum valueCodeEditorComponent
beginDragAutoRepeat(int millisecondsBetweenCallbacks)Component [static]
broughtToFront()Component [virtual]
callPendingTimersSynchronously()Timer [static]
cancelPendingUpdate() noexceptAsyncUpdater
canModalEventBeSentToComponent(const Component *targetComponent)Component [virtual]
centreWithSize(int width, int height)Component
childBoundsChanged(Component *child)Component [virtual]
childrenChanged()Component [virtual]
codeDocumentChanged(const CodeDocument::Position &affectedTextStart, const CodeDocument::Position &affectedTextEnd)CodeEditorComponent [virtual]
CodeEditorComponent(CodeDocument &document, CodeTokeniser *codeTokeniser)CodeEditorComponent
colourChanged()Component [virtual]
ColourIds enum nameCodeEditorComponent
Component()Component
Component(const String &componentName)Component [explicit]
contains(const Point< int > &localPoint)Component
copyAllExplicitColoursTo(Component &target) const Component
copyToClipboard()CodeEditorComponent
createComponentSnapshot(const Rectangle< int > &areaToGrab, bool clipImageToComponentBounds=true)Component
createFocusTraverser()Component [virtual]
cutToClipboard()CodeEditorComponent
defaultTextColourId enum valueCodeEditorComponent
deleteAllChildren()Component
deleteBackwards(bool moveInWholeWordSteps)CodeEditorComponent
deleteForwards(bool moveInWholeWordSteps)CodeEditorComponent
deselectAll()CodeEditorComponent
enablementChanged()Component [virtual]
enterModalState(bool takeKeyboardFocus=true, ModalComponentManager::Callback *callback=nullptr, bool deleteWhenDismissed=false)Component
exitModalState(int returnValue)Component
findChildWithID(const String &componentID) const noexceptComponent
findColour(int colourId, bool inheritFromParent=false) const Component
findParentComponentOfClass(TargetClass *const dummyParameter=nullptr) const Component
focusChangedByMouseClick enum valueComponent
focusChangedByTabKey enum valueComponent
focusChangedDirectly enum valueComponent
FocusChangeType enum nameComponent
focusGained(FocusChangeType cause)CodeEditorComponent [virtual]
focusLost(FocusChangeType cause)CodeEditorComponent [virtual]
focusOfChildComponentChanged(FocusChangeType cause)Component [virtual]
getAlpha() const Component
getBottom() const noexceptComponent
getBounds() const noexceptComponent
getBoundsInParent() const noexceptComponent
getCachedComponentImage() const noexceptComponent
getCaretPos() const CodeEditorComponent
getCaretRectangle()CodeEditorComponent [virtual]
getCharacterBounds(const CodeDocument::Position &pos) const CodeEditorComponent
getCharWidth() const noexceptCodeEditorComponent
getChildComponent(int index) const noexceptComponent
getColourForTokenType(int tokenType) const CodeEditorComponent
getComponentAt(int x, int y)Component
getComponentAt(const Point< int > &position)Component
getComponentEffect() const noexceptComponent
getComponentID() const noexceptComponent
getCurrentlyFocusedComponent() noexceptComponent [static]
getCurrentlyModalComponent(int index=0) noexceptComponent [static]
getDocument() const noexceptCodeEditorComponent
getExplicitFocusOrder() const Component
getFont() const noexceptCodeEditorComponent
getHeight() const noexceptComponent
getHighlightedRegion() const CodeEditorComponent [virtual]
getIndexOfChildComponent(const Component *child) const noexceptComponent
getInterceptsMouseClicks(bool &allowsClicksOnThisComponent, bool &allowsClicksOnChildComponents) const noexceptComponent
getLineHeight() const noexceptCodeEditorComponent
getLocalArea(const Component *sourceComponent, const Rectangle< int > &areaRelativeToSourceComponent) const Component
getLocalBounds() const noexceptComponent
getLocalPoint(const Component *sourceComponent, const Point< int > &pointRelativeToSourceComponent) const Component
getLookAndFeel() const noexceptComponent
getMarkers(bool xAxis)Component [virtual]
getMouseClickGrabsKeyboardFocus() const noexceptComponent
getMouseCursor()Component [virtual]
getMouseXYRelative() const Component
getName() const noexceptComponent
getNumChildComponents() const noexceptComponent
getNumColumnsOnScreen() const noexceptCodeEditorComponent
getNumCurrentlyModalComponents() noexceptComponent [static]
getNumLinesOnScreen() const noexceptCodeEditorComponent
getParentComponent() const noexceptComponent
getParentHeight() const noexceptComponent
getParentMonitorArea() const Component
getParentWidth() const noexceptComponent
getPeer() const Component
getPosition() const noexceptComponent
getPositionAt(int x, int y)CodeEditorComponent
getPositioner() const noexceptComponent
getProperties() noexceptComponent
getProperties() const noexceptComponent
getRight() const noexceptComponent
getScreenBounds() const Component
getScreenPosition() const Component
getScreenX() const Component
getScreenY() const Component
getScrollbarThickness() const noexceptCodeEditorComponent
getTabSize() const noexceptCodeEditorComponent
getTextInRange(const Range< int > &range) const CodeEditorComponent [virtual]
getTimerInterval() const noexceptTimer
getTopLevelComponent() const noexceptComponent
getTransform() const Component
getVisibleArea(RectangleList &result, bool includeSiblings) const Component
getWantsKeyboardFocus() const noexceptComponent
getWidth() const noexceptComponent
getWindowHandle() const Component
getX() const noexceptComponent
getY() const noexceptComponent
grabKeyboardFocus()Component
handleAsyncUpdate()CodeEditorComponent [virtual]
handleCommandMessage(int commandId)Component [virtual]
handleUpdateNowIfNeeded()AsyncUpdater
hasKeyboardFocus(bool trueIfChildIsFocused) const Component
highlightColourId enum valueCodeEditorComponent
hitTest(int x, int y)Component [virtual]
inputAttemptWhenModal()Component [virtual]
insertTabAtCaret()CodeEditorComponent
insertTextAtCaret(const String &textToInsert)CodeEditorComponent [virtual]
isAlwaysOnTop() const noexceptComponent
isBroughtToFrontOnMouseClick() const noexceptComponent
isColourSpecified(int colourId) const Component
isCurrentlyBlockedByAnotherModalComponent() const Component
isCurrentlyModal() const noexceptComponent
isEnabled() const noexceptComponent
isFocusContainer() const noexceptComponent
isMouseButtonDown() const Component
isMouseButtonDownAnywhere() noexceptComponent [static]
isMouseOver(bool includeChildren=false) const Component
isMouseOverOrDragging() const Component
isOnDesktop() const noexceptComponent
isOpaque() const noexceptComponent
isParentOf(const Component *possibleChild) const noexceptComponent
isShowing() const Component
isTextInputActive() const CodeEditorComponent [virtual]
isTimerRunning() const noexceptTimer
isTransformed() const noexceptComponent
isUpdatePending() const noexceptAsyncUpdater
isVisible() const noexceptComponent
keyPressed(const KeyPress &key)CodeEditorComponent [virtual]
keyStateChanged(bool isKeyDown)Component [virtual]
Listener()CodeDocument::Listener
loadContent(const String &newContent)CodeEditorComponent
localAreaToGlobal(const Rectangle< int > &localArea) const Component
localPointToGlobal(const Point< int > &localPoint) const Component
lookAndFeelChanged()Component [virtual]
minimisationStateChanged(bool isNowMinimised)Component [virtual]
modifierKeysChanged(const ModifierKeys &modifiers)Component [virtual]
mouseDoubleClick(const MouseEvent &e)CodeEditorComponent [virtual]
mouseDown(const MouseEvent &e)CodeEditorComponent [virtual]
mouseDrag(const MouseEvent &e)CodeEditorComponent [virtual]
mouseEnter(const MouseEvent &e)Component [virtual]
mouseExit(const MouseEvent &e)Component [virtual]
mouseMove(const MouseEvent &e)Component [virtual]
mouseUp(const MouseEvent &e)CodeEditorComponent [virtual]
mouseWheelMove(const MouseEvent &e, float wheelIncrementX, float wheelIncrementY)CodeEditorComponent [virtual]
moveCaretDown(bool selecting)CodeEditorComponent
moveCaretLeft(bool moveInWholeWordSteps, bool selecting)CodeEditorComponent
moveCaretRight(bool moveInWholeWordSteps, bool selecting)CodeEditorComponent
moveCaretTo(const CodeDocument::Position &newPos, bool selecting)CodeEditorComponent
moveCaretToEnd(bool selecting)CodeEditorComponent
moveCaretToEndOfLine(bool selecting)CodeEditorComponent
moveCaretToStartOfLine(bool selecting)CodeEditorComponent
moveCaretToTop(bool selecting)CodeEditorComponent
moveCaretUp(bool selecting)CodeEditorComponent
moved()Component [virtual]
moveKeyboardFocusToSibling(bool moveToNext)Component
pageDown(bool selecting)CodeEditorComponent
pageUp(bool selecting)CodeEditorComponent
paint(Graphics &g)CodeEditorComponent [virtual]
paintEntireComponent(Graphics &context, bool ignoreAlphaLevel)Component
paintOverChildren(Graphics &g)Component [virtual]
parentHierarchyChanged()Component [virtual]
parentSizeChanged()Component [virtual]
pasteFromClipboard()CodeEditorComponent
postCommandMessage(int commandId)Component
proportionOfHeight(float proportion) const noexceptComponent
proportionOfWidth(float proportion) const noexceptComponent
reallyContains(const Point< int > &localPoint, bool returnTrueIfWithinAChild)Component
redo()CodeEditorComponent
removeAllChildren()Component
removeChildComponent(Component *childToRemove)Component
removeChildComponent(int childIndexToRemove)Component
removeColour(int colourId)Component
removeComponentListener(ComponentListener *listenerToRemove)Component
removeFromDesktop()Component
removeKeyListener(KeyListener *listenerToRemove)Component
removeMouseListener(MouseListener *listenerToRemove)Component
repaint()Component
repaint(int x, int y, int width, int height)Component
repaint(const Rectangle< int > &area)Component
resetToDefaultColours()CodeEditorComponent
resized()CodeEditorComponent [virtual]
scrollBarMoved(ScrollBar *scrollBarThatHasMoved, double newRangeStart)CodeEditorComponent [virtual]
scrollBy(int deltaLines)CodeEditorComponent
scrollDown()CodeEditorComponent
scrollToColumn(int newFirstColumnOnScreen)CodeEditorComponent
scrollToKeepCaretOnScreen()CodeEditorComponent
scrollToLine(int newFirstLineOnScreen)CodeEditorComponent
scrollUp()CodeEditorComponent
selectAll()CodeEditorComponent
sendLookAndFeelChange()Component
setAlpha(float newAlpha)Component
setAlwaysOnTop(bool shouldStayOnTop)Component
setBounds(int x, int y, int width, int height)Component
setBounds(const Rectangle< int > &newBounds)Component
setBounds(const RelativeRectangle &newBounds)Component
setBounds(const String &newBoundsExpression)Component
setBoundsInset(const BorderSize< int > &borders)Component
setBoundsRelative(float proportionalX, float proportionalY, float proportionalWidth, float proportionalHeight)Component
setBoundsToFit(int x, int y, int width, int height, const Justification &justification, bool onlyReduceInSize)Component
setBroughtToFrontOnMouseClick(bool shouldBeBroughtToFront) noexceptComponent
setBufferedToImage(bool shouldBeBuffered)Component
setCachedComponentImage(CachedComponentImage *newCachedImage)Component
setCentrePosition(int x, int y)Component
setCentreRelative(float x, float y)Component
setColour(int colourId, const Colour &colour)Component
setColourForTokenType(int tokenType, const Colour &colour)CodeEditorComponent
setComponentEffect(ImageEffectFilter *newEffect)Component
setComponentID(const String &newID)Component
setEnabled(bool shouldBeEnabled)Component
setExplicitFocusOrder(int newFocusOrderIndex)Component
setFocusContainer(bool shouldBeFocusContainer) noexceptComponent
setFont(const Font &newFont)CodeEditorComponent
setHighlightedRegion(const Range< int > &newRange)CodeEditorComponent [virtual]
setInterceptsMouseClicks(bool allowClicksOnThisComponent, bool allowClicksOnChildComponents) noexceptComponent
setLookAndFeel(LookAndFeel *newLookAndFeel)Component
setMouseClickGrabsKeyboardFocus(bool shouldGrabFocus)Component
setMouseCursor(const MouseCursor &cursorType)Component
setName(const String &newName)Component [virtual]
setOpaque(bool shouldBeOpaque)Component
setPaintingIsUnclipped(bool shouldPaintWithoutClipping) noexceptComponent
setPositioner(Positioner *newPositioner)Component
setRepaintsOnMouseActivity(bool shouldRepaint) noexceptComponent
setScrollbarThickness(int thickness)CodeEditorComponent
setSize(int newWidth, int newHeight)Component
setTabSize(int numSpacesPerTab, bool insertSpacesInsteadOfTabCharacters)CodeEditorComponent
setTemporaryUnderlining(const Array< Range< int > > &)CodeEditorComponent [virtual]
setTopLeftPosition(int x, int y)Component
setTopLeftPosition(const Point< int > &newTopLeftPosition)Component
setTopRightPosition(int x, int y)Component
setTransform(const AffineTransform &transform)Component
setVisible(bool shouldBeVisible)Component [virtual]
setWantsKeyboardFocus(bool wantsFocus) noexceptComponent
startTimer(int intervalInMilliseconds) noexceptTimer
stopTimer() noexceptTimer
TextInputTarget()TextInputTarget
Timer() noexceptTimer [protected]
Timer(const Timer &other) noexceptTimer [protected]
timerCallback()CodeEditorComponent [virtual]
toBack()Component
toBehind(Component *other)Component
toFront(bool shouldAlsoGainFocus)Component
triggerAsyncUpdate()AsyncUpdater
undo()CodeEditorComponent
updateMouseCursor() const Component
userTriedToCloseWindow()Component [virtual]
visibilityChanged()Component [virtual]
~AsyncUpdater()AsyncUpdater [virtual]
~CodeEditorComponent()CodeEditorComponent
~Component()Component [virtual]
ScrollBar::~Listener()ScrollBar::Listener [virtual]
CodeDocument::Listener::~Listener()CodeDocument::Listener [virtual]
~MouseListener()MouseListener [virtual]
~TextInputTarget()TextInputTarget [virtual]
~Timer()Timer [virtual]