JUCE
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines
TableHeaderComponent Member List
This is the complete list of members for TableHeaderComponent, 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
addColumn(const String &columnName, int columnId, int width, int minimumWidth=30, int maximumWidth=-1, int propertyFlags=defaultFlags, int insertIndex=-1)TableHeaderComponent
addComponentListener(ComponentListener *newListener)Component
addKeyListener(KeyListener *newListener)Component
addListener(Listener *newListener)TableHeaderComponent
addMenuItems(PopupMenu &menu, int columnIdClicked)TableHeaderComponent [virtual]
addMouseListener(MouseListener *newListener, bool wantsEventsForAllNestedChildComponents)Component
addToDesktop(int windowStyleFlags, void *nativeWindowToAttachTo=nullptr)Component [virtual]
appearsOnColumnMenu enum valueTableHeaderComponent
AsyncUpdater()AsyncUpdater [private]
beginDragAutoRepeat(int millisecondsBetweenCallbacks)Component [static]
broughtToFront()Component [virtual]
cancelPendingUpdate() noexceptAsyncUpdater [private]
canModalEventBeSentToComponent(const Component *targetComponent)Component [virtual]
centreWithSize(int width, int height)Component
childBoundsChanged(Component *child)Component [virtual]
childrenChanged()Component [virtual]
colourChanged()Component [virtual]
columnClicked(int columnId, const ModifierKeys &mods)TableHeaderComponent [virtual]
ColumnPropertyFlags enum nameTableHeaderComponent
Component()Component
Component(const String &componentName)Component [explicit]
contains(const Point< int > &localPoint)Component
copyAllExplicitColoursTo(Component &target) const Component
createComponentSnapshot(const Rectangle< int > &areaToGrab, bool clipImageToComponentBounds=true)Component
createFocusTraverser()Component [virtual]
defaultFlags enum valueTableHeaderComponent
deleteAllChildren()Component
draggable enum valueTableHeaderComponent
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)Component [virtual]
focusLost(FocusChangeType cause)Component [virtual]
focusOfChildComponentChanged(FocusChangeType cause)Component [virtual]
getAlpha() const Component
getBottom() const noexceptComponent
getBounds() const noexceptComponent
getBoundsInParent() const noexceptComponent
getCachedComponentImage() const noexceptComponent
getChildComponent(int index) const noexceptComponent
getColumnIdAtX(int xToFind) const TableHeaderComponent
getColumnIdOfIndex(int index, bool onlyCountVisibleColumns) const TableHeaderComponent
getColumnName(int columnId) const TableHeaderComponent
getColumnPosition(int index) const TableHeaderComponent
getColumnWidth(int columnId) const TableHeaderComponent
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]
getExplicitFocusOrder() const Component
getHeight() const noexceptComponent
getIndexOfChildComponent(const Component *child) const noexceptComponent
getIndexOfColumnId(int columnId, bool onlyCountVisibleColumns) const TableHeaderComponent
getInterceptsMouseClicks(bool &allowsClicksOnThisComponent, bool &allowsClicksOnChildComponents) const noexceptComponent
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()TableHeaderComponent [virtual]
getMouseXYRelative() const Component
getName() const noexceptComponent
getNumChildComponents() const noexceptComponent
getNumColumns(bool onlyCountVisibleColumns) const TableHeaderComponent
getNumCurrentlyModalComponents() noexceptComponent [static]
getParentComponent() const noexceptComponent
getParentHeight() const noexceptComponent
getParentMonitorArea() const Component
getParentWidth() const noexceptComponent
getPeer() const Component
getPosition() const noexceptComponent
getPositioner() const noexceptComponent
getProperties() noexceptComponent
getProperties() const noexceptComponent
getRight() const noexceptComponent
getScreenBounds() const Component
getScreenPosition() const Component
getScreenX() const Component
getScreenY() const Component
getSortColumnId() const TableHeaderComponent
getTopLevelComponent() const noexceptComponent
getTotalWidth() const TableHeaderComponent
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
handleCommandMessage(int commandId)Component [virtual]
handleUpdateNowIfNeeded()AsyncUpdater [private]
hasKeyboardFocus(bool trueIfChildIsFocused) const Component
hitTest(int x, int y)Component [virtual]
inputAttemptWhenModal()Component [virtual]
isAlwaysOnTop() const noexceptComponent
isBroughtToFrontOnMouseClick() const noexceptComponent
isColourSpecified(int colourId) const Component
isColumnVisible(int columnId) const TableHeaderComponent
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
isPopupMenuActive() const TableHeaderComponent
isShowing() const Component
isSortedForwards() const TableHeaderComponent
isStretchToFitActive() const TableHeaderComponent
isTransformed() const noexceptComponent
isUpdatePending() const noexceptAsyncUpdater [private]
isVisible() const noexceptComponent
keyPressed(const KeyPress &key)Component [virtual]
keyStateChanged(bool isKeyDown)Component [virtual]
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)Component [virtual]
mouseDown(const MouseEvent &)TableHeaderComponent [virtual]
mouseDrag(const MouseEvent &)TableHeaderComponent [virtual]
mouseEnter(const MouseEvent &)TableHeaderComponent [virtual]
mouseExit(const MouseEvent &)TableHeaderComponent [virtual]
mouseMove(const MouseEvent &)TableHeaderComponent [virtual]
mouseUp(const MouseEvent &)TableHeaderComponent [virtual]
mouseWheelMove(const MouseEvent &e, float wheelIncrementX, float wheelIncrementY)Component [virtual]
moveColumn(int columnId, int newVisibleIndex)TableHeaderComponent
moved()Component [virtual]
moveKeyboardFocusToSibling(bool moveToNext)Component
notResizable enum valueTableHeaderComponent
notResizableOrSortable enum valueTableHeaderComponent
notSortable enum valueTableHeaderComponent
paint(Graphics &g)TableHeaderComponent [virtual]
paintEntireComponent(Graphics &context, bool ignoreAlphaLevel)Component
paintOverChildren(Graphics &g)Component [virtual]
parentHierarchyChanged()Component [virtual]
parentSizeChanged()Component [virtual]
postCommandMessage(int commandId)Component
proportionOfHeight(float proportion) const noexceptComponent
proportionOfWidth(float proportion) const noexceptComponent
reactToMenuItem(int menuReturnId, int columnIdClicked)TableHeaderComponent [virtual]
reallyContains(const Point< int > &localPoint, bool returnTrueIfWithinAChild)Component
removeAllChildren()Component
removeAllColumns()TableHeaderComponent
removeChildComponent(Component *childToRemove)Component
removeChildComponent(int childIndexToRemove)Component
removeColour(int colourId)Component
removeColumn(int columnIdToRemove)TableHeaderComponent
removeComponentListener(ComponentListener *listenerToRemove)Component
removeFromDesktop()Component
removeKeyListener(KeyListener *listenerToRemove)Component
removeListener(Listener *listenerToRemove)TableHeaderComponent
removeMouseListener(MouseListener *listenerToRemove)Component
repaint()Component
repaint(int x, int y, int width, int height)Component
repaint(const Rectangle< int > &area)Component
resizable enum valueTableHeaderComponent
resizeAllColumnsToFit(int targetTotalWidth)TableHeaderComponent
resized()TableHeaderComponent [virtual]
reSortTable()TableHeaderComponent
restoreFromString(const String &storedVersion)TableHeaderComponent
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
setColumnName(int columnId, const String &newName)TableHeaderComponent
setColumnVisible(int columnId, bool shouldBeVisible)TableHeaderComponent
setColumnWidth(int columnId, int newWidth)TableHeaderComponent
setComponentEffect(ImageEffectFilter *newEffect)Component
setComponentID(const String &newID)Component
setEnabled(bool shouldBeEnabled)Component
setExplicitFocusOrder(int newFocusOrderIndex)Component
setFocusContainer(bool shouldBeFocusContainer) noexceptComponent
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
setPopupMenuActive(bool hasMenu)TableHeaderComponent
setPositioner(Positioner *newPositioner)Component
setRepaintsOnMouseActivity(bool shouldRepaint) noexceptComponent
setSize(int newWidth, int newHeight)Component
setSortColumnId(int columnId, bool sortForwards)TableHeaderComponent
setStretchToFitActive(bool shouldStretchToFit)TableHeaderComponent
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
showColumnChooserMenu(int columnIdClicked)TableHeaderComponent [virtual]
sortable enum valueTableHeaderComponent
sortedBackwards enum valueTableHeaderComponent
sortedForwards enum valueTableHeaderComponent
TableHeaderComponent()TableHeaderComponent
toBack()Component
toBehind(Component *other)Component
toFront(bool shouldAlsoGainFocus)Component
toString() const TableHeaderComponent
triggerAsyncUpdate()AsyncUpdater [private]
updateMouseCursor() const Component
userTriedToCloseWindow()Component [virtual]
visibilityChanged()Component [virtual]
visible enum valueTableHeaderComponent
~AsyncUpdater()AsyncUpdater [private, virtual]
~Component()Component [virtual]
~MouseListener()MouseListener [virtual]
~TableHeaderComponent()TableHeaderComponent