Home
last modified time | relevance | path

Searched refs:guiHelper (Results 1 – 25 of 105) sorted by relevance

12345

/dports/devel/bullet/bullet3-3.21/examples/SharedMemory/
H A DSharedMemoryInProcessPhysicsC_API.cpp163 m_guiHelper = guiHelper; in InProcessPhysicsClientExistingExampleBrowser()
167 CommonExampleOptions options(guiHelper); in InProcessPhysicsClientExistingExampleBrowser()
260 GUIHelperInterface* guiHelper = (GUIHelperInterface*)guiHelperPtr; in b3CreateInProcessPhysicsServerFromExistingExampleBrowserAndConnect() local
261 if (!guiHelper) in b3CreateInProcessPhysicsServerFromExistingExampleBrowserAndConnect()
263 guiHelper = &noGfx; in b3CreateInProcessPhysicsServerFromExistingExampleBrowserAndConnect()
281 GUIHelperInterface* guiHelper = (GUIHelperInterface*)guiHelperPtr; in b3CreateInProcessPhysicsServerFromExistingExampleBrowserAndConnect3() local
282 if (!guiHelper) in b3CreateInProcessPhysicsServerFromExistingExampleBrowserAndConnect3()
284 guiHelper = &noGfx; in b3CreateInProcessPhysicsServerFromExistingExampleBrowserAndConnect3()
300 GUIHelperInterface* guiHelper = (GUIHelperInterface*)guiHelperPtr; in b3CreateInProcessPhysicsServerFromExistingExampleBrowserAndConnect4() local
302 if (!guiHelper) in b3CreateInProcessPhysicsServerFromExistingExampleBrowserAndConnect4()
[all …]
/dports/devel/py-bullet3/bullet3-3.21/examples/SharedMemory/
H A DSharedMemoryInProcessPhysicsC_API.cpp163 m_guiHelper = guiHelper; in InProcessPhysicsClientExistingExampleBrowser()
167 CommonExampleOptions options(guiHelper); in InProcessPhysicsClientExistingExampleBrowser()
260 GUIHelperInterface* guiHelper = (GUIHelperInterface*)guiHelperPtr; in b3CreateInProcessPhysicsServerFromExistingExampleBrowserAndConnect() local
261 if (!guiHelper) in b3CreateInProcessPhysicsServerFromExistingExampleBrowserAndConnect()
263 guiHelper = &noGfx; in b3CreateInProcessPhysicsServerFromExistingExampleBrowserAndConnect()
281 GUIHelperInterface* guiHelper = (GUIHelperInterface*)guiHelperPtr; in b3CreateInProcessPhysicsServerFromExistingExampleBrowserAndConnect3() local
282 if (!guiHelper) in b3CreateInProcessPhysicsServerFromExistingExampleBrowserAndConnect3()
284 guiHelper = &noGfx; in b3CreateInProcessPhysicsServerFromExistingExampleBrowserAndConnect3()
300 GUIHelperInterface* guiHelper = (GUIHelperInterface*)guiHelperPtr; in b3CreateInProcessPhysicsServerFromExistingExampleBrowserAndConnect4() local
302 if (!guiHelper) in b3CreateInProcessPhysicsServerFromExistingExampleBrowserAndConnect4()
[all …]
/dports/audio/welle.io/welle.io-66675c9a4160c644a5ade5bf7a0cd0647647f33c/src/welle-gui/QML/settingpages/
H A DGlobalSettings.qml69 target: guiHelper
103 onCheckedChanged: guiHelper.setMprisFullScreenState(checked)
104 Component.onCompleted: guiHelper.setMprisFullScreenState(checked)
200 guiHelper.openAutoDevice()
237 guiHelper.openAutoDevice()
262 currentIndex: guiHelper.getIndexOfQQStyle(guiHelper.getQQStyle)
264 model: guiHelper.qQStyleComboModel
266 guiHelper.saveQQStyle(currentIndex)
281 enabled: guiHelper.isThemableStyle(guiHelper.getQQStyle)
295 target: guiHelper
[all …]
H A DSoapySDRSettings.qml96 guiHelper.openSoapySdr()
100 guiHelper.setDriverArgsSoapySdr(driverArgs.text)
101 guiHelper.setAntennaSoapySdr(antenna.text)
102 guiHelper.setClockSourceSoapySdr(clockSource.text)
H A DAirspySettings.qml45 guiHelper.openAirspy()
47 guiHelper.setBiasTeeAirspy(enableBiasTee.checked)
54 guiHelper.setBiasTeeAirspy(checked)
H A DRTLSDRSettings.qml48 guiHelper.setBiasTeeRtlSdr(checked)
54 guiHelper.openRtlSdr()
56 guiHelper.setBiasTeeRtlSdr(enableBiasTee.checked)
/dports/audio/welle.io/welle.io-66675c9a4160c644a5ade5bf7a0cd0647647f33c/src/welle-gui/QML/
H A DInfoPage.qml70 target: guiHelper
108 text: guiHelper.getInfoPage("Versions")
122 fileContent.text = guiHelper.getInfoPage("Versions")
126 fileContent.text = guiHelper.getInfoPage("Authors")
130 fileContent.text = guiHelper.getInfoPage("Thanks")
135 case 0: fileContent.text = guiHelper.getInfoPage("GPL-2"); break;
136 case 1: fileContent.text = guiHelper.getInfoPage("LGPL-2.1"); break;
137 case 2: fileContent.text = guiHelper.getInfoPage("BSD-3-Clause"); break;
/dports/audio/welle.io/welle.io-66675c9a4160c644a5ade5bf7a0cd0647647f33c/src/welle-gui/
H A Dmain.cpp163 CGUIHelper guiHelper(&radioController); in main() local
164 guiHelper.setTranslator(translator); in main()
171 rootContext->setContextProperty("guiHelper", &guiHelper); in main()
178 engine.addImageProvider(QLatin1String("SLS"), guiHelper.motImageProvider); in main()
184 guiHelper.disconnect(); in main()
/dports/audio/welle.io/welle.io-66675c9a4160c644a5ade5bf7a0cd0647647f33c/src/welle-gui/QML/expertviews/
H A DNullSymbolGraph.qml46 target: guiHelper
69 guiHelper.updateNullSymbol();
79 guiHelper.registerNullSymbolWaterfall(spectrum.waterfallObject);
81 guiHelper.registerNullSymbolSeries(spectrum.spectrumObject.series(0))
H A DSpectrumGraph.qml50 target: guiHelper
77 guiHelper.updateSpectrum();
87 guiHelper.registerSpectrumWaterfall(spectrum.waterfallObject);
89 guiHelper.registerSpectrumSeries(spectrum.spectrumObject.series(0))
H A DImpulseResponseGraph.qml100 target: guiHelper
127 guiHelper.updateImpulseResponse();
137 guiHelper.registerImpulseResonseWaterfall(spectrum.waterfallObject);
139 guiHelper.registerImpulseResonseSeries(spectrum.spectrumObject.series(0))
H A DConstellationGraph.qml51 guiHelper.registerConstellationSeries(series(0));
55 target: guiHelper
81 guiHelper.updateConstellation();
/dports/audio/welle.io/welle.io-66675c9a4160c644a5ade5bf7a0cd0647647f33c/src/welle-gui/mpris/
H A Dmpris.cpp64 guiHelper = qobject_cast< CGUIHelper * >(parent); in Mpris()
85 connect(guiHelper, &CGUIHelper::motChanged, this, &Mpris::motChanged); in Mpris()
137 emit guiHelper->setFullScreen(fullscreenState); in setFullscreen()
156 void Mpris::Raise() { emit guiHelper->restoreWindow(); } in Raise()
213 QPixmap pixmap = guiHelper->motImageProvider->requestPixmap(pictureName, size, QSize(100,100)); in motChanged()
/dports/devel/bullet/bullet3-3.21/examples/MultiBody/
H A DInvertedPendulumPDControl.cpp52 …dPendulumMultiBody(btMultiBodyDynamicsWorld* world, GUIHelperInterface* guiHelper, const btTransfo… in createInvertedPendulumMultiBody() argument
210 guiHelper->createCollisionShapeGraphicsObject(shape); in createInvertedPendulumMultiBody()
233 guiHelper->createCollisionObjectGraphicsObject(col, color); in createInvertedPendulumMultiBody()
264 guiHelper->createCollisionShapeGraphicsObject(shape); in createInvertedPendulumMultiBody()
284 guiHelper->createCollisionObjectGraphicsObject(col, color); in createInvertedPendulumMultiBody()
/dports/devel/py-bullet3/bullet3-3.21/examples/MultiBody/
H A DInvertedPendulumPDControl.cpp52 …dPendulumMultiBody(btMultiBodyDynamicsWorld* world, GUIHelperInterface* guiHelper, const btTransfo… in createInvertedPendulumMultiBody() argument
210 guiHelper->createCollisionShapeGraphicsObject(shape); in createInvertedPendulumMultiBody()
233 guiHelper->createCollisionObjectGraphicsObject(col, color); in createInvertedPendulumMultiBody()
264 guiHelper->createCollisionShapeGraphicsObject(shape); in createInvertedPendulumMultiBody()
284 guiHelper->createCollisionObjectGraphicsObject(col, color); in createInvertedPendulumMultiBody()
/dports/devel/bullet/bullet3-3.21/examples/Collision/
H A DCollisionTutorialBullet2.cpp68 CollisionTutorialBullet2(GUIHelperInterface* guiHelper, int tutorialIndex) in CollisionTutorialBullet2() argument
69 : m_app(guiHelper->getAppInterface()), in CollisionTutorialBullet2()
70 m_guiHelper(guiHelper), in CollisionTutorialBullet2()
/dports/devel/py-bullet3/bullet3-3.21/examples/Collision/
H A DCollisionTutorialBullet2.cpp68 CollisionTutorialBullet2(GUIHelperInterface* guiHelper, int tutorialIndex) in CollisionTutorialBullet2() argument
69 : m_app(guiHelper->getAppInterface()), in CollisionTutorialBullet2()
70 m_guiHelper(guiHelper), in CollisionTutorialBullet2()
/dports/devel/bullet/bullet3-3.21/examples/SharedMemory/udp/
H A Dmain.cpp40 DummyGUIHelper guiHelper; in main() local
42 sm->setGuiHelper(&guiHelper); in main()
/dports/devel/py-bullet3/bullet3-3.21/examples/SharedMemory/udp/
H A Dmain.cpp40 DummyGUIHelper guiHelper; in main() local
42 sm->setGuiHelper(&guiHelper); in main()
/dports/devel/bullet/bullet3-3.21/examples/SharedMemory/grpc/
H A Dmain.cpp258 DummyGUIHelper guiHelper; in main() local
260 sm->setGuiHelper(&guiHelper); in main()
/dports/devel/bullet/bullet3-3.21/examples/MultiThreading/
H A DMultiThreadingExample.cpp167 MultiThreadingExample(GUIHelperInterface* guiHelper, int tutorialIndex) in MultiThreadingExample() argument
168 : m_app(guiHelper->getAppInterface()), in MultiThreadingExample()
/dports/devel/py-bullet3/bullet3-3.21/examples/SharedMemory/grpc/
H A Dmain.cpp258 DummyGUIHelper guiHelper; in main() local
260 sm->setGuiHelper(&guiHelper); in main()
/dports/devel/py-bullet3/bullet3-3.21/examples/MultiThreading/
H A DMultiThreadingExample.cpp167 MultiThreadingExample(GUIHelperInterface* guiHelper, int tutorialIndex) in MultiThreadingExample() argument
168 : m_app(guiHelper->getAppInterface()), in MultiThreadingExample()
/dports/devel/bullet/bullet3-3.21/examples/SharedMemory/dart/
H A DDARTPhysicsServerCommandProcessor.h25 virtual void setGuiHelper(struct GUIHelperInterface* guiHelper) {} in setGuiHelper() argument
/dports/devel/py-bullet3/bullet3-3.21/examples/SharedMemory/dart/
H A DDARTPhysicsServerCommandProcessor.h25 virtual void setGuiHelper(struct GUIHelperInterface* guiHelper) {} in setGuiHelper() argument

12345