Home
last modified time | relevance | path

Searched defs:getPlatformRepresentation (Results 1 – 10 of 10) sorted by relevance

/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/vstgui4/vstgui/lib/platform/mac/carbon/
H A Dhiviewframe.h41 void* getPlatformRepresentation () const override { return controlRef; } in getPlatformRepresentation() function
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vstgui.surge/vstgui/lib/platform/mac/carbon/
H A Dhiviewframe.h42 void* getPlatformRepresentation () const override { return controlRef; } in getPlatformRepresentation() function
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/vstgui4/vstgui/lib/platform/mac/ios/
H A Duiviewframe.h42 void* getPlatformRepresentation () const override { return (__bridge void*)uiView; } in getPlatformRepresentation() function
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vstgui.surge/vstgui/lib/platform/mac/ios/
H A Duiviewframe.h43 void* getPlatformRepresentation () const override { return (__bridge void*)uiView; } in getPlatformRepresentation() function
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/vstgui4/vstgui/lib/platform/win32/
H A Dwin32frame.h41 void* getPlatformRepresentation () const override { return windowHandle; } in getPlatformRepresentation() function
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vstgui.surge/vstgui/lib/platform/win32/
H A Dwin32frame.h42 void* getPlatformRepresentation () const override { return windowHandle; } in getPlatformRepresentation() function
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/vstgui4/vstgui/lib/platform/mac/cocoa/
H A Dnsviewframe.h67 void* getPlatformRepresentation () const override { return nsView; } in getPlatformRepresentation() function
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vstgui.surge/vstgui/lib/platform/mac/cocoa/
H A Dnsviewframe.h68 void* getPlatformRepresentation () const override { return nsView; } in getPlatformRepresentation() function
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/vstgui4/vstgui/lib/platform/linux/
H A Dx11frame.cpp674 void* Frame::getPlatformRepresentation () const in getPlatformRepresentation() function in VSTGUI::X11::Frame
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vstgui.surge/vstgui/lib/platform/linux/
H A Dx11frame.cpp711 void* Frame::getPlatformRepresentation () const in getPlatformRepresentation() function in VSTGUI::X11::Frame