Loading...
Searching...
No Matches

Macros

#define UNITY_AUDIO_PLUGIN_API_VERSION   0x010401
 
#define UNITY_INTERFACE_API
 
#define UNITY_INTERFACE_EXPORT   __attribute__ ((visibility ("default")))
 

Typedefs

typedef int(* createCallback) (UnityAudioEffectState *state)
 
typedef int(* releaseCallback) (UnityAudioEffectState *state)
 
typedef int(* resetCallback) (UnityAudioEffectState *state)
 
typedef int(* processCallback) (UnityAudioEffectState *state, float *inBuffer, float *outBuffer, unsigned int bufferSize, int numInChannels, int numOutChannels)
 
typedef int(* setPositionCallback) (UnityAudioEffectState *state, unsigned int pos)
 
typedef int(* setFloatParameterCallback) (UnityAudioEffectState *state, int index, float value)
 
typedef int(* getFloatParameterCallback) (UnityAudioEffectState *state, int index, float *value, char *valuestr)
 
typedef int(* getFloatBufferCallback) (UnityAudioEffectState *state, const char *name, float *buffer, int numsamples)
 
typedef int(* distanceAttenuationCallback) (UnityAudioEffectState *state, float distanceIn, float attenuationIn, float *attenuationOut)
 
typedef void(* renderCallback) (int eventId)
 

Enumerations

enum  UnityAudioEffectDefinitionFlags { isSideChainTarget = 1 , isSpatializer = 2 , isAmbisonicDecoder = 4 , appliesDistanceAttenuation = 8 }
 
enum  UnityAudioEffectStateFlags { stateIsPlaying = 1 , stateIsPaused = 2 , stateIsMuted = 8 , statIsSideChainTarget = 16 }
 
enum  UnityEventModifiers {
  shift = 1 , control = 2 , alt = 4 , command = 8 ,
  numeric = 16 , capsLock = 32 , functionKey = 64
}
 

Functions

 __attribute__ ((visibility("default"))) int UnityGetAudioEffectDefinitions(UnityAudioEffectDefinition ***definitionsPtr)
 

Variables

void * textureHandle
 
void int w
 
void int int h
 
float x
 
float float y
 
float float UnityEventModifiers mods
 
float float UnityEventModifiers int button
 
int code
 
int UnityEventModifiers const char * name
 

Detailed Description

Macro Definition Documentation

◆ UNITY_AUDIO_PLUGIN_API_VERSION

#define UNITY_AUDIO_PLUGIN_API_VERSION   0x010401

◆ UNITY_INTERFACE_API

#define UNITY_INTERFACE_API

Referenced by __attribute__().

◆ UNITY_INTERFACE_EXPORT

#define UNITY_INTERFACE_EXPORT   __attribute__ ((visibility ("default")))

Referenced by __attribute__().

Typedef Documentation

◆ createCallback

typedef int( * createCallback) (UnityAudioEffectState *state)

◆ releaseCallback

typedef int( * releaseCallback) (UnityAudioEffectState *state)

◆ resetCallback

typedef int( * resetCallback) (UnityAudioEffectState *state)

◆ processCallback

typedef int( * processCallback) (UnityAudioEffectState *state, float *inBuffer, float *outBuffer, unsigned int bufferSize, int numInChannels, int numOutChannels)

◆ setPositionCallback

typedef int( * setPositionCallback) (UnityAudioEffectState *state, unsigned int pos)

◆ setFloatParameterCallback

typedef int( * setFloatParameterCallback) (UnityAudioEffectState *state, int index, float value)

◆ getFloatParameterCallback

typedef int( * getFloatParameterCallback) (UnityAudioEffectState *state, int index, float *value, char *valuestr)

◆ getFloatBufferCallback

typedef int( * getFloatBufferCallback) (UnityAudioEffectState *state, const char *name, float *buffer, int numsamples)

◆ distanceAttenuationCallback

typedef int( * distanceAttenuationCallback) (UnityAudioEffectState *state, float distanceIn, float attenuationIn, float *attenuationOut)

◆ renderCallback

typedef void( * renderCallback) (int eventId)

Enumeration Type Documentation

◆ UnityAudioEffectDefinitionFlags

Enumerator
isSideChainTarget 
isSpatializer 
isAmbisonicDecoder 
appliesDistanceAttenuation 

◆ UnityAudioEffectStateFlags

Enumerator
stateIsPlaying 
stateIsPaused 
stateIsMuted 
statIsSideChainTarget 

◆ UnityEventModifiers

Enumerator
shift 
control 
alt 
command 
numeric 
capsLock 
functionKey 

Function Documentation

◆ __attribute__()

__attribute__ ( (visibility("default")) )

Variable Documentation

◆ textureHandle

void* textureHandle

◆ w

float float float w

Referenced by RectanglePlacement::appliedTo(), Justification::applyToRectangle(), dsp::SpecialFunctions::asne(), Image::BitmapData::BitmapData(), Image::BitmapData::BitmapData(), ImagePreviewComponent::createAccessibilityHandler(), LookAndFeel_V1::drawCornerResizer(), LookAndFeel_V2::drawCornerResizer(), ResizableWindow::LookAndFeelMethods::drawCornerResizer(), DocumentWindow::LookAndFeelMethods::drawDocumentWindowTitleBar(), LookAndFeel_V2::drawDocumentWindowTitleBar(), LookAndFeel_V2::drawGlassLozenge(), GroupComponent::LookAndFeelMethods::drawGroupComponentOutline(), LookAndFeel_V2::drawGroupComponentOutline(), LookAndFeel_V2::drawResizableFrame(), ResizableWindow::LookAndFeelMethods::drawResizableFrame(), LookAndFeel_V2::drawResizableWindowBorder(), ResizableWindow::LookAndFeelMethods::drawResizableWindowBorder(), LookAndFeel::drawSpinningWaitAnimation(), LookAndFeel_V2::drawSpinningWaitAnimation(), LookAndFeel_V2::drawStretchableLayoutResizerBar(), LookAndFeel_V3::drawStretchableLayoutResizerBar(), StretchableLayoutResizerBar::LookAndFeelMethods::drawStretchableLayoutResizerBar(), LookAndFeel_V2::drawTabAreaBehindFrontButton(), LookAndFeel_V3::drawTabAreaBehindFrontButton(), TabbedButtonBar::LookAndFeelMethods::drawTabAreaBehindFrontButton(), Button::LookAndFeelMethods::drawTickBox(), LookAndFeel_V1::drawTickBox(), LookAndFeel_V2::drawTickBox(), LookAndFeel_V4::drawTickBox(), KeyboardComponentBase::drawUpDownButton(), LookAndFeel_V2::fillResizableWindowBackground(), ResizableWindow::LookAndFeelMethods::fillResizableWindowBackground(), BubbleMessageComponent::getContentSize(), OpenGLTexture::isValidSize(), SplashScreen::paint(), BubbleMessageComponent::paintContent(), Quaternion< float >::Quaternion(), OpenGLShaderProgram::setUniform(), and OpenGLShaderProgram::setUniform().

◆ h

float float float float h

Referenced by RectanglePlacement::appliedTo(), Justification::applyToRectangle(), Image::BitmapData::BitmapData(), Image::BitmapData::BitmapData(), HashMap< KeyType, ValueType, HashFunctionType, TypeOfCriticalSectionToUse >::clear(), ImagePreviewComponent::createAccessibilityHandler(), LookAndFeel_V1::drawCornerResizer(), LookAndFeel_V2::drawCornerResizer(), ResizableWindow::LookAndFeelMethods::drawCornerResizer(), DocumentWindow::LookAndFeelMethods::drawDocumentWindowTitleBar(), LookAndFeel_V2::drawDocumentWindowTitleBar(), LookAndFeel_V2::drawGlassLozenge(), GroupComponent::LookAndFeelMethods::drawGroupComponentOutline(), LookAndFeel_V2::drawGroupComponentOutline(), LookAndFeel_V2::drawResizableFrame(), ResizableWindow::LookAndFeelMethods::drawResizableFrame(), LookAndFeel_V2::drawResizableWindowBorder(), ResizableWindow::LookAndFeelMethods::drawResizableWindowBorder(), LookAndFeel::drawSpinningWaitAnimation(), LookAndFeel_V2::drawSpinningWaitAnimation(), LookAndFeel_V2::drawStretchableLayoutResizerBar(), LookAndFeel_V3::drawStretchableLayoutResizerBar(), StretchableLayoutResizerBar::LookAndFeelMethods::drawStretchableLayoutResizerBar(), LookAndFeel_V2::drawTabAreaBehindFrontButton(), LookAndFeel_V3::drawTabAreaBehindFrontButton(), TabbedButtonBar::LookAndFeelMethods::drawTabAreaBehindFrontButton(), Button::LookAndFeelMethods::drawTickBox(), LookAndFeel_V1::drawTickBox(), LookAndFeel_V2::drawTickBox(), LookAndFeel_V4::drawTickBox(), KeyboardComponentBase::drawUpDownButton(), LookAndFeel_V2::fillResizableWindowBackground(), ResizableWindow::LookAndFeelMethods::fillResizableWindowBackground(), BubbleMessageComponent::getContentSize(), OpenGLTexture::isValidSize(), SplashScreen::paint(), and BubbleMessageComponent::paintContent().

◆ x

float x

Referenced by RectangleList< ValueType >::add(), Path::addArc(), GlyphArrangement::addCurtailedLineOfText(), Path::addEllipse(), GlyphArrangement::addFittedText(), GlyphArrangement::addJustifiedText(), GlyphArrangement::addLineOfText(), ARAHostModel::PlaybackRegion::addListener(), Path::addPieSegment(), Path::addRectangle(), Path::addRoundedRectangle(), Path::addRoundedRectangle(), Path::addRoundedRectangle(), RectanglePlacement::appliedTo(), Justification::appliedToRectangle(), Justification::applyToRectangle(), dsp::SpecialFunctions::besselI0(), Image::BitmapData::BitmapData(), Image::BitmapData::BitmapData(), clampPixelComponents(), EdgeTable::clipLineToMask(), Path::contains(), RectangleList< ValueType >::containsPoint(), dsp::FastMathApproximations::cos(), dsp::FastMathApproximations::cosh(), ListBox::createSnapshotOfRows(), midi_ci::DeviceListener::deviceAdded(), midi_ci::DeviceListener::deviceRemoved(), Drawable::drawAt(), LookAndFeel_V2::drawBevel(), Graphics::drawEllipse(), Graphics::drawFittedText(), LookAndFeel_V2::drawGlassLozenge(), LookAndFeel_V2::drawGlassPointer(), LookAndFeel_V2::drawGlassSphere(), LookAndFeel_V1::drawLinearSlider(), LookAndFeel_V2::drawLinearSlider(), LookAndFeel_V3::drawLinearSlider(), LookAndFeel_V4::drawLinearSlider(), Slider::LookAndFeelMethods::drawLinearSlider(), LookAndFeel_V2::drawLinearSliderBackground(), LookAndFeel_V3::drawLinearSliderBackground(), Slider::LookAndFeelMethods::drawLinearSliderBackground(), LookAndFeel_V2::drawLinearSliderOutline(), Slider::LookAndFeelMethods::drawLinearSliderOutline(), LookAndFeel_V2::drawLinearSliderThumb(), Slider::LookAndFeelMethods::drawLinearSliderThumb(), LookAndFeel_V4::drawPointer(), Graphics::drawRect(), Graphics::drawRect(), LookAndFeel_V2::drawRotarySlider(), LookAndFeel_V4::drawRotarySlider(), Slider::LookAndFeelMethods::drawRotarySlider(), Graphics::drawRoundedRectangle(), LookAndFeel_V1::drawScrollbar(), LookAndFeel_V2::drawScrollbar(), LookAndFeel_V3::drawScrollbar(), LookAndFeel_V4::drawScrollbar(), ScrollBar::LookAndFeelMethods::drawScrollbar(), LookAndFeel::drawSpinningWaitAnimation(), LookAndFeel_V2::drawSpinningWaitAnimation(), Graphics::drawText(), Button::LookAndFeelMethods::drawTickBox(), LookAndFeel_V1::drawTickBox(), LookAndFeel_V2::drawTickBox(), LookAndFeel_V4::drawTickBox(), Graphics::drawVerticalLine(), Path::EdgeTable, midi_ci::DeviceListener::endpointReceived(), dsp::FastMathApproximations::exp(), FileDragAndDropTarget::fileDragEnter(), FileDragAndDropTarget::fileDragMove(), FileDragAndDropTarget::filesDropped(), Graphics::fillEllipse(), Graphics::fillRect(), Graphics::fillRect(), Graphics::fillRoundedRectangle(), Rectangle< ValueType >::findAreaContainingPoints(), GlyphArrangement::findGlyphIndexAt(), midi_ci::Device::getChannelListForMuid(), Component::getComponentAt(), midi_ci::Device::getDeviceInfoForMuid(), ListBox::getInsertionIndexForPosition(), ImageConvolutionKernel::getKernelValue(), Image::getPixelAt(), Image::BitmapData::getPixelColour(), Image::BitmapData::getPixelPointer(), CodeEditorComponent::getPositionAt(), midi_ci::Device::getResourceListForMuid(), ListBox::getRowContainingPosition(), TextEditor::getTextIndexAt(), Path::getTransformToScaleToFit(), CallOutBox::hitTest(), Component::hitTest(), DrawableImage::hitTest(), DrawableShape::hitTest(), ImageButton::hitTest(), ResizableBorderComponent::hitTest(), ResizableCornerComponent::hitTest(), TabBarButton::hitTest(), dsp::Oscillator< SampleType >::initialise(), ImagePixelData::initialiseBitmapData(), Rectangle< ValueType >::intersectRectangles(), EdgeTable::iterate(), GlyphArrangement::justifyGlyphs(), StretchableLayoutManager::layOutComponents(), dsp::FastMathApproximations::logNPlusOne(), maskPixelComponents(), midi_ci::DeviceListener::messageNotAcknowledged(), Image::multiplyAlphaAt(), midi_ci::Message::ACK::operator!=(), midi_ci::Message::Discovery::operator!=(), midi_ci::Message::DiscoveryResponse::operator!=(), midi_ci::Message::EndpointInquiry::operator!=(), midi_ci::Message::EndpointInquiryResponse::operator!=(), midi_ci::Message::Header::operator!=(), midi_ci::Message::InvalidateMUID::operator!=(), midi_ci::Message::NAK::operator!=(), midi_ci::Message::ProcessEndMidiMessageReport::operator!=(), midi_ci::Message::ProcessInquiry::operator!=(), midi_ci::Message::ProcessInquiryResponse::operator!=(), midi_ci::Message::ProcessMidiMessageReport::operator!=(), midi_ci::Message::ProcessMidiMessageReportResponse::operator!=(), midi_ci::Message::ProfileAdded::operator!=(), midi_ci::Message::ProfileDetails::operator!=(), midi_ci::Message::ProfileDetailsResponse::operator!=(), midi_ci::Message::ProfileDisabledReport::operator!=(), midi_ci::Message::ProfileEnabledReport::operator!=(), midi_ci::Message::ProfileInquiry::operator!=(), midi_ci::Message::ProfileInquiryResponse::operator!=(), midi_ci::Message::ProfileOff::operator!=(), midi_ci::Message::ProfileOn::operator!=(), midi_ci::Message::ProfileRemoved::operator!=(), midi_ci::Message::ProfileSpecificData::operator!=(), midi_ci::Message::PropertyExchangeCapabilities::operator!=(), midi_ci::Message::PropertyExchangeCapabilitiesResponse::operator!=(), midi_ci::Message::PropertyGetData::operator!=(), midi_ci::Message::PropertyGetDataResponse::operator!=(), midi_ci::Message::PropertyNotify::operator!=(), midi_ci::Message::PropertySetData::operator!=(), midi_ci::Message::PropertySetDataResponse::operator!=(), midi_ci::Message::PropertySubscribe::operator!=(), midi_ci::Message::PropertySubscribeResponse::operator!=(), midi_ci::ProfileAtAddress::operator!=(), dsp::Polynomial< FloatingType >::operator()(), dsp::Matrix< ElementType >::operator*=(), AudioProcessorGraph::Connection::operator<(), midi_ci::ProfileAtAddress::operator<(), midi_ci::ProfileAtAddress::operator<=(), AudioPlayHead::FrameRate::operator==(), AudioPlayHead::LoopPoints::operator==(), AudioPlayHead::TimeSignature::operator==(), midi_ci::FunctionBlock::operator==(), midi_ci::Message::ACK::operator==(), midi_ci::Message::Discovery::operator==(), midi_ci::Message::DiscoveryResponse::operator==(), midi_ci::Message::EndpointInquiry::operator==(), midi_ci::Message::EndpointInquiryResponse::operator==(), midi_ci::Message::Header::operator==(), midi_ci::Message::InvalidateMUID::operator==(), midi_ci::Message::NAK::operator==(), midi_ci::Message::Parsed::operator==(), midi_ci::Message::ProcessEndMidiMessageReport::operator==(), midi_ci::Message::ProcessInquiry::operator==(), midi_ci::Message::ProcessInquiryResponse::operator==(), midi_ci::Message::ProcessMidiMessageReport::operator==(), midi_ci::Message::ProcessMidiMessageReportResponse::operator==(), midi_ci::Message::ProfileAdded::operator==(), midi_ci::Message::ProfileDetails::operator==(), midi_ci::Message::ProfileDetailsResponse::operator==(), midi_ci::Message::ProfileDisabledReport::operator==(), midi_ci::Message::ProfileEnabledReport::operator==(), midi_ci::Message::ProfileInquiry::operator==(), midi_ci::Message::ProfileInquiryResponse::operator==(), midi_ci::Message::ProfileOff::operator==(), midi_ci::Message::ProfileOn::operator==(), midi_ci::Message::ProfileRemoved::operator==(), midi_ci::Message::ProfileSpecificData::operator==(), midi_ci::Message::PropertyExchangeCapabilities::operator==(), midi_ci::Message::PropertyExchangeCapabilitiesResponse::operator==(), midi_ci::Message::PropertyGetData::operator==(), midi_ci::Message::PropertyGetDataResponse::operator==(), midi_ci::Message::PropertyNotify::operator==(), midi_ci::Message::PropertySetData::operator==(), midi_ci::Message::PropertySetDataResponse::operator==(), midi_ci::Message::PropertySubscribe::operator==(), midi_ci::Message::PropertySubscribeResponse::operator==(), midi_ci::ProfileAtAddress::operator==(), midi_ci::Subscription::operator==(), midi_ci::SupportedAndActive::operator==(), operator==(), midi_ci::ProfileAtAddress::operator>(), midi_ci::ProfileAtAddress::operator>=(), LookAndFeel_V2::paintToolbarButtonLabel(), LookAndFeel_V4::paintToolbarButtonLabel(), Toolbar::LookAndFeelMethods::paintToolbarButtonLabel(), midi_ci::DeviceListener::profileDetailsReceived(), midi_ci::DeviceListener::profileEnablementChanged(), midi_ci::ProfileDelegate::profileEnablementRequested(), midi_ci::DeviceListener::profilePresenceChanged(), midi_ci::DeviceListener::profileSpecificDataReceived(), midi_ci::DeviceListener::profileStateReceived(), midi_ci::DeviceListener::propertyExchangeCapabilitiesReceived(), midi_ci::DeviceListener::propertySubscriptionDataReceived(), Quaternion< float >::Quaternion(), Graphics::reduceClipRegion(), Component::repaint(), Path::scaleToFit(), Component::setBounds(), Component::setCentrePosition(), Component::setCentreRelative(), ImageConvolutionKernel::setKernelValue(), Image::setPixelAt(), Image::BitmapData::setPixelColour(), Component::setTopLeftPosition(), Component::setTopRightPosition(), OpenGLShaderProgram::setUniform(), OpenGLShaderProgram::setUniform(), OpenGLShaderProgram::setUniform(), OpenGLShaderProgram::setUniform(), FileChooserDialogBox::showAt(), dsp::FastMathApproximations::sin(), dsp::FastMathApproximations::sinh(), StandaloneFilterWindow::StandaloneFilterWindow(), dsp::FastMathApproximations::tan(), dsp::FastMathApproximations::tanh(), TextDragAndDropTarget::textDragEnter(), TextDragAndDropTarget::textDragMove(), TextDragAndDropTarget::textDropped(), midi_ci::PropertySubscriptionCommandUtils::toString(), AffineTransform::transformPoint(), WebBrowserComponent::Options::AppleWkWebView::withAllowAccessToEnclosingDirectory(), FontOptions::withAscentOverride(), AudioProcessorParameterWithIDAttributes::withAutomatable(), AudioProcessorValueTreeStateParameterAttributes::withAutomatable(), RangedAudioParameterAttributes< Derived, Value >::withAutomatable(), AudioPlayHead::FrameRate::withBaseRate(), AudioProcessorValueTreeStateParameterAttributes::withBoolean(), AudioProcessorParameterWithIDAttributes::withCategory(), AudioProcessorValueTreeStateParameterAttributes::withCategory(), RangedAudioParameterAttributes< Derived, Value >::withCategory(), FontOptions::withDescentOverride(), midi_ci::DeviceOptions::withDeviceInfo(), AudioProcessorValueTreeStateParameterAttributes::withDiscrete(), AudioPlayHead::FrameRate::withDrop(), JSON::FormatOptions::withEncoding(), ToVarOptions::withExplicitVersion(), FontOptions::withFallbackEnabled(), FontOptions::withFallbacks(), midi_ci::DeviceOptions::withFeatures(), midi_ci::DeviceOptions::withFunctionBlock(), FontOptions::withHeight(), FontOptions::withHorizontalScale(), JSON::FormatOptions::withIndentLevel(), AudioProcessorParameterWithIDAttributes::withInverted(), AudioProcessorValueTreeStateParameterAttributes::withInverted(), RangedAudioParameterAttributes< Derived, Value >::withInverted(), FontOptions::withKerningFactor(), AudioProcessorParameterWithIDAttributes::withLabel(), AudioProcessorValueTreeStateParameterAttributes::withLabel(), RangedAudioParameterAttributes< Derived, Value >::withLabel(), JSON::FormatOptions::withMaxDecimalPlaces(), midi_ci::DeviceOptions::withMaxSysExSize(), AudioProcessorParameterWithIDAttributes::withMeta(), AudioProcessorValueTreeStateParameterAttributes::withMeta(), RangedAudioParameterAttributes< Derived, Value >::withMeta(), FontOptions::withMetricsKind(), FontOptions::withName(), midi_ci::DeviceOptions::withOutputs(), FontOptions::withPointHeight(), midi_ci::DeviceFeatures::withProcessInquirySupported(), midi_ci::DeviceOptions::withProductInstanceId(), midi_ci::DeviceFeatures::withProfileConfigurationSupported(), midi_ci::DeviceOptions::withProfileDelegate(), midi_ci::DeviceOptions::withPropertyDelegate(), midi_ci::DeviceFeatures::withPropertyExchangeSupported(), AudioPlayHead::FrameRate::withPullDown(), JSON::FormatOptions::withSpacing(), AudioProcessorValueTreeStateParameterAttributes::withStringFromValueFunction(), RangedAudioParameterAttributes< Derived, Value >::withStringFromValueFunction(), FontOptions::withStyle(), FontOptions::withTypeface(), FontOptions::withUnderline(), ValueAnimatorBuilder::withValueChangedCallback(), AudioProcessorValueTreeStateParameterAttributes::withValueFromStringFunction(), RangedAudioParameterAttributes< Derived, Value >::withValueFromStringFunction(), and ToVarOptions::withVersionIncluded().

◆ y

float float y

Referenced by RectangleList< ValueType >::add(), Path::addArc(), GlyphArrangement::addCurtailedLineOfText(), Path::addEllipse(), GlyphArrangement::addFittedText(), GlyphArrangement::addJustifiedText(), GlyphArrangement::addLineOfText(), Path::addPieSegment(), Path::addRectangle(), Path::addRoundedRectangle(), Path::addRoundedRectangle(), Path::addRoundedRectangle(), RectanglePlacement::appliedTo(), Justification::appliedToRectangle(), Justification::applyToRectangle(), Image::BitmapData::BitmapData(), Image::BitmapData::BitmapData(), EdgeTable::clipLineToMask(), Path::contains(), RectangleList< ValueType >::containsPoint(), ListBox::createSnapshotOfRows(), Drawable::drawAt(), LookAndFeel_V2::drawBevel(), Graphics::drawEllipse(), Graphics::drawFittedText(), LookAndFeel_V2::drawGlassLozenge(), LookAndFeel_V2::drawGlassPointer(), LookAndFeel_V2::drawGlassSphere(), Graphics::drawHorizontalLine(), LookAndFeel_V1::drawLinearSlider(), LookAndFeel_V2::drawLinearSlider(), LookAndFeel_V3::drawLinearSlider(), LookAndFeel_V4::drawLinearSlider(), Slider::LookAndFeelMethods::drawLinearSlider(), LookAndFeel_V2::drawLinearSliderBackground(), LookAndFeel_V3::drawLinearSliderBackground(), Slider::LookAndFeelMethods::drawLinearSliderBackground(), LookAndFeel_V2::drawLinearSliderOutline(), Slider::LookAndFeelMethods::drawLinearSliderOutline(), LookAndFeel_V2::drawLinearSliderThumb(), Slider::LookAndFeelMethods::drawLinearSliderThumb(), LookAndFeel_V4::drawPointer(), Graphics::drawRect(), Graphics::drawRect(), LookAndFeel_V2::drawRotarySlider(), LookAndFeel_V4::drawRotarySlider(), Slider::LookAndFeelMethods::drawRotarySlider(), Graphics::drawRoundedRectangle(), LookAndFeel_V1::drawScrollbar(), LookAndFeel_V2::drawScrollbar(), LookAndFeel_V3::drawScrollbar(), LookAndFeel_V4::drawScrollbar(), ScrollBar::LookAndFeelMethods::drawScrollbar(), LookAndFeel::drawSpinningWaitAnimation(), LookAndFeel_V2::drawSpinningWaitAnimation(), Graphics::drawText(), Button::LookAndFeelMethods::drawTickBox(), LookAndFeel_V1::drawTickBox(), LookAndFeel_V2::drawTickBox(), LookAndFeel_V4::drawTickBox(), Path::EdgeTable, FileDragAndDropTarget::fileDragEnter(), FileDragAndDropTarget::fileDragMove(), FileDragAndDropTarget::filesDropped(), Graphics::fillEllipse(), Graphics::fillRect(), Graphics::fillRect(), Graphics::fillRoundedRectangle(), Rectangle< ValueType >::findAreaContainingPoints(), GlyphArrangement::findGlyphIndexAt(), Component::getComponentAt(), ListBox::getInsertionIndexForPosition(), ImageConvolutionKernel::getKernelValue(), Image::BitmapData::getLinePointer(), Image::getPixelAt(), Image::BitmapData::getPixelColour(), Image::BitmapData::getPixelPointer(), CodeEditorComponent::getPositionAt(), ListBox::getRowContainingPosition(), TextEditor::getTextIndexAt(), Path::getTransformToScaleToFit(), CallOutBox::hitTest(), Component::hitTest(), DrawableImage::hitTest(), DrawableShape::hitTest(), ImageButton::hitTest(), ResizableBorderComponent::hitTest(), ResizableCornerComponent::hitTest(), TabBarButton::hitTest(), ImagePixelData::initialiseBitmapData(), Rectangle< ValueType >::intersectRectangles(), EdgeTable::iterate(), GlyphArrangement::justifyGlyphs(), StretchableLayoutManager::layOutComponents(), Image::multiplyAlphaAt(), dsp::Polynomial< FloatingType >::operator()(), LookAndFeel_V2::paintToolbarButtonLabel(), LookAndFeel_V4::paintToolbarButtonLabel(), Toolbar::LookAndFeelMethods::paintToolbarButtonLabel(), Quaternion< float >::Quaternion(), Graphics::reduceClipRegion(), Component::repaint(), Path::scaleToFit(), Component::setBounds(), Component::setCentrePosition(), Component::setCentreRelative(), ImageConvolutionKernel::setKernelValue(), Image::setPixelAt(), Image::BitmapData::setPixelColour(), Component::setTopLeftPosition(), Component::setTopRightPosition(), OpenGLShaderProgram::setUniform(), OpenGLShaderProgram::setUniform(), OpenGLShaderProgram::setUniform(), OpenGLShaderProgram::setUniform(), FileChooserDialogBox::showAt(), StandaloneFilterWindow::StandaloneFilterWindow(), TextDragAndDropTarget::textDragEnter(), TextDragAndDropTarget::textDragMove(), TextDragAndDropTarget::textDropped(), and AffineTransform::transformPoint().

◆ mods

◆ button

◆ code

int code

◆ name

int UnityEventModifiers const char* name

Referenced by AudioProcessor::BusesProperties::addBus(), AlertWindow::addButton(), AlertWindow::addComboBox(), AlertWindow::addTextEditor(), NamedValueSet::contains(), AndroidDocument::createChildDirectory(), AndroidDocument::createChildDocumentWithTypeAndName(), TabbedButtonBar::createTabButton(), DialogWindow::DialogWindow(), DocumentWindow::DocumentWindow(), LookAndFeel_V2::drawPropertyPanelSectionHeader(), LookAndFeel_V4::drawPropertyPanelSectionHeader(), PropertyComponent::LookAndFeelMethods::drawPropertyPanelSectionHeader(), DynamicLibrary::DynamicLibrary(), FilenameComponent::FilenameComponent(), OpenGLContext::getAssociatedObject(), JSCursor::getChild(), JSObject::getChild(), XmlElement::getChildWithTagNameIterator(), SystemStats::getEnvironmentVariable(), MarkerList::getMarker(), MarkerList::ValueTreeWrapper::getMarkerState(), ValueTree::getProperty(), ValueTree::getProperty(), ValueTree::getPropertyAsValue(), ValueTree::getPropertyPointer(), NamedValueSet::getVarPointer(), NamedValueSet::getVarPointer(), NamedValueSet::getWithDefault(), JSObject::hasProperty(), ValueTree::hasProperty(), ImageButton::ImageButton(), NamedValueSet::indexOf(), DynamicLibrary::open(), JSCursor::operator[](), JSObject::operator[](), NamedValueSet::operator[](), ValueTree::operator[](), PropertyPanel::PropertyPanel(), NamedValueSet::remove(), MarkerList::removeMarker(), ValueTree::removeProperty(), ResizableWindow::ResizableWindow(), ResizableWindow::ResizableWindow(), CodeEditorComponent::ColourScheme::set(), NamedValueSet::set(), NamedValueSet::set(), OpenGLContext::setAssociatedObject(), FileBrowserComponent::setFilenameBoxLabel(), MarkerList::setMarker(), JSObject::setProperty(), ValueTree::setProperty(), ValueTree::setPropertyExcludingListener(), ShapeButton::ShapeButton(), TabBarButton::TabBarButton(), UnitTestRunner::TestResult::TestResult(), ThreadPoolJob::ThreadPoolJob(), TopLevelWindow::TopLevelWindow(), WebBrowserComponent::Options::withInitialisationData(), AudioProcessor::BusesProperties::withInput(), WebBrowserComponent::Options::withNativeFunction(), AudioProcessor::BusesProperties::withOutput(), and DynamicObject::writeAsJSON().

linkedin facebook pinterest youtube rss twitter instagram facebook-blank rss-blank linkedin-blank pinterest youtube twitter instagram