Home
last modified time | relevance | path

Searched refs:removeOutput (Results 1 – 25 of 161) sorted by relevance

1234567

/dports/lang/fpc-source/fpc-3.2.2/packages/cocoaint/src/qtkit/
H A DQTCaptureSession.inc26 procedure removeOutput (output: QTCaptureOutput); message 'removeOutput:';
/dports/x11/plasma5-libkscreen/libkscreen-5.23.5/src/
H A Dconfig.cpp54 OutputList::Iterator removeOutput(OutputList::Iterator iter) in removeOutput() function in Config::Private
337 void Config::removeOutput(int outputId) in removeOutput() function in Config
339 d->removeOutput(d->outputs.find(outputId)); in removeOutput()
345 iter = d->removeOutput(iter); in setOutputs()
374 it = d->removeOutput(it); in apply()
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/render/frontend/
H A Dqrendertarget.cpp121 d->registerDestructionHelper(output, &QRenderTarget::removeOutput, d->m_outputs); in addOutput()
133 void QRenderTarget::removeOutput(QRenderTargetOutput *output) in removeOutput() function in Qt3DRender::QRenderTarget
H A Dqrendertarget.h61 void removeOutput(QRenderTargetOutput *output);
/dports/x11/disman/disman-fd261a3b0c8991d1deb81e2d78e575bd96f5be60/backends/wayland/
H A Dwayland_interface.cpp70 connect(output, &WaylandOutput::removed, this, [this, output]() { removeOutput(output); }); in addOutput()
92 void WaylandInterface::removeOutput(WaylandOutput* output) in removeOutput() function in WaylandInterface
/dports/x11/kf5-kwayland/kwayland-5.89.0/src/client/
H A Dsurface.cpp44 void removeOutput(Output *o);
155 void Surface::Private::removeOutput(Output *o) in removeOutput() function in KWayland::Client::Surface::Private
172 s->removeOutput(o); in enterCallback()
181 s->removeOutput(Output::get(output)); in leaveCallback()
/dports/x11/plasma5-libkscreen/libkscreen-5.23.5/backends/kwayland/
H A Dwaylandconfig.cpp152 removeOutput(device); in addOutput()
181 void WaylandConfig::removeOutput(WaylandOutputDevice *output) in removeOutput() function in WaylandConfig
238 m_kscreenConfig->removeOutput(output->id()); in currentConfig()
/dports/multimedia/QtAV/QtAV-1.13.0/src/output/
H A DAVOutput.cpp121 set->removeOutput(this); in detach()
125 set->removeOutput(this); in detach()
H A DOutputSet.h71 void removeOutput(AVOutput *output);
/dports/net/gscloud/gscloud-0.11.0/vendor/sigs.k8s.io/structured-merge-diff/v4/typed/
H A Dremove_test.go38 removeOutput typed.YAMLObject member
606 if quadruplet.removeOutput != "unparseable" {
607 rmOut, err := pt.FromYAML(quadruplet.removeOutput)
609 t.Fatalf("unable to parser/validate removeOutput yaml: %v\n%v", err, quadruplet.removeOutput)
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/sigs.k8s.io/structured-merge-diff/v4/structured-merge-diff-4.1.0/typed/
H A Dremove_test.go38 removeOutput typed.YAMLObject member
606 if quadruplet.removeOutput != "unparseable" {
607 rmOut, err := pt.FromYAML(quadruplet.removeOutput)
609 t.Fatalf("unable to parser/validate removeOutput yaml: %v\n%v", err, quadruplet.removeOutput)
/dports/games/minetest/minetest-5.4.1/src/
H A Dterminal_chat_console.cpp93 LogLevelMask err_mask = g_logger.removeOutput(&stderr_output); in run()
94 LogLevelMask out_mask = g_logger.removeOutput(&stdout_output); in run()
119 g_logger.removeOutput(&m_log_output); in run()
H A Dlog.h60 LogLevelMask removeOutput(ILogOutput *out);
157 m_logger.removeOutput(this); in ~LogOutputBuffer()
H A Dlog.cpp131 g_logger.removeOutput(this); in ~AndroidSystemLogOutput()
196 LogLevelMask Logger::removeOutput(ILogOutput *out) in removeOutput() function in Logger
379 m_logger.removeOutput(this); in updateLogLevel()
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/standardoutputview/
H A Dstandardoutputview.cpp244 outputWidget->removeOutput(*it); in removeToolView()
278 void StandardOutputView::removeOutput( int outputId ) in removeOutput() function in StandardOutputView
285 qobject_cast<OutputWidget*>( view->widget() )->removeOutput( outputId ); in removeOutput()
/dports/x11/plasma5-libkscreen/libkscreen-5.23.5/backends/fake/
H A Dfake.cpp185 void Fake::removeOutput(int outputId) in removeOutput() function in Fake
187 mConfig->removeOutput(outputId); in removeOutput()
/dports/sysutils/chaoskube/chaoskube-0.22.0/vendor/sigs.k8s.io/structured-merge-diff/v4/typed/
H A Dremove_test.go38 removeOutput typed.YAMLObject member
720 if quadruplet.removeOutput != "unparseable" {
721 rmOut, err := pt.FromYAML(quadruplet.removeOutput)
723 t.Fatalf("unable to parser/validate removeOutput yaml: %v\n%v", err, quadruplet.removeOutput)
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/sigs.k8s.io/structured-merge-diff/v4/typed/
H A Dremove_test.go38 removeOutput typed.YAMLObject member
720 if quadruplet.removeOutput != "unparseable" {
721 rmOut, err := pt.FromYAML(quadruplet.removeOutput)
723 t.Fatalf("unable to parser/validate removeOutput yaml: %v\n%v", err, quadruplet.removeOutput)
/dports/textproc/fcitx5/fcitx5-5.0.11/src/lib/fcitx-wayland/core/
H A Ddisplay.cpp74 removeOutput(output); in Display()
155 void Display::removeOutput(wayland::WlOutput *output) { in removeOutput() function in fcitx::wayland::Display
/dports/graphics/qt5-wayland/kde-qtwayland-5.15.2p37/src/compositor/compositor_api/
H A Dqwaylandcompositor_p.h114 inline void removeOutput(QWaylandOutput *output);
220 void QWaylandCompositorPrivate::removeOutput(QWaylandOutput *output) in removeOutput() function
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/src/plugins/platforms/drm/
H A Dabstract_egl_drm_backend.cpp24 connect(m_gpu, &DrmGpu::outputDisabled, this, &AbstractEglDrmBackend::removeOutput); in AbstractEglDrmBackend()
H A Ddrm_gpu.cpp106 removeOutput(drmOutput); in ~DrmGpu()
209 removeOutput(output); in updateOutputs()
225 removeOutput(output); in updateOutputs()
497 void DrmGpu::removeOutput(DrmOutput *output) in removeOutput() function in KWin::DrmGpu
/dports/graphics/wdune/wdune-1.926/src/
H A DNodeCurveAnimation.cpp437 NodeCurveAnimation::removeOutput(int eventOut, Node *dst, int eventIn) in removeOutput() function in NodeCurveAnimation
439 NodeData::removeOutput(eventOut, dst, eventIn); in removeOutput()
441 m_positionInterpolator->removeOutput( in removeOutput()
444 m_orientationInterpolator->removeOutput( in removeOutput()
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/packages/qual/sbml/test/
H A DTestTransition.cpp170 delete G->removeOutput("i1"); in START_TEST()
174 delete G->removeOutput(0); in START_TEST()
/dports/x11/disman/disman-fd261a3b0c8991d1deb81e2d78e575bd96f5be60/backends/fake/
H A Dfake.h51 void removeOutput(int outputId);

1234567