From e2de64d6f1beb9e492daf5b886e19933c1fa41dd Mon Sep 17 00:00:00 2001 From: toma Date: Wed, 25 Nov 2009 17:56:58 +0000 Subject: Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdemultimedia@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- arts/modules/mixers/mcopclass/LittleStereoMixerChannel.mcopclass | 4 ++++ .../mixers/mcopclass/LittleStereoMixerChannelGuiFactory.mcopclass | 4 ++++ arts/modules/mixers/mcopclass/MonoSimpleMixerChannel.mcopclass | 3 +++ .../mixers/mcopclass/MonoSimpleMixerChannelGuiFactory.mcopclass | 4 ++++ arts/modules/mixers/mcopclass/SimpleMixerChannel.mcopclass | 3 +++ arts/modules/mixers/mcopclass/SimpleMixerChannelGuiFactory.mcopclass | 4 ++++ 6 files changed, 22 insertions(+) create mode 100644 arts/modules/mixers/mcopclass/LittleStereoMixerChannel.mcopclass create mode 100644 arts/modules/mixers/mcopclass/LittleStereoMixerChannelGuiFactory.mcopclass create mode 100644 arts/modules/mixers/mcopclass/MonoSimpleMixerChannel.mcopclass create mode 100644 arts/modules/mixers/mcopclass/MonoSimpleMixerChannelGuiFactory.mcopclass create mode 100644 arts/modules/mixers/mcopclass/SimpleMixerChannel.mcopclass create mode 100644 arts/modules/mixers/mcopclass/SimpleMixerChannelGuiFactory.mcopclass (limited to 'arts/modules/mixers/mcopclass') diff --git a/arts/modules/mixers/mcopclass/LittleStereoMixerChannel.mcopclass b/arts/modules/mixers/mcopclass/LittleStereoMixerChannel.mcopclass new file mode 100644 index 00000000..eba4b12e --- /dev/null +++ b/arts/modules/mixers/mcopclass/LittleStereoMixerChannel.mcopclass @@ -0,0 +1,4 @@ +Buildable=true +Interface=Arts::LittleStereoMixerChannel,Arts::Environment::MixerChannel,Arts::SynthModule,Arts::Object +Language=C++ +Library=libartsmodulesmixers.la diff --git a/arts/modules/mixers/mcopclass/LittleStereoMixerChannelGuiFactory.mcopclass b/arts/modules/mixers/mcopclass/LittleStereoMixerChannelGuiFactory.mcopclass new file mode 100644 index 00000000..b6024a6b --- /dev/null +++ b/arts/modules/mixers/mcopclass/LittleStereoMixerChannelGuiFactory.mcopclass @@ -0,0 +1,4 @@ +Interface=Arts::LittleStereoMixerChannelGuiFactory,Arts::GuiFactory,Arts::Object +CanCreate=Arts::LittleStereoMixerChannel +Language=C++ +Library=libartsmodulesmixers.la diff --git a/arts/modules/mixers/mcopclass/MonoSimpleMixerChannel.mcopclass b/arts/modules/mixers/mcopclass/MonoSimpleMixerChannel.mcopclass new file mode 100644 index 00000000..4ed15c42 --- /dev/null +++ b/arts/modules/mixers/mcopclass/MonoSimpleMixerChannel.mcopclass @@ -0,0 +1,3 @@ +Interface=Arts::MonoSimpleMixerChannel,Arts::Environment::MixerChannel,Arts::SynthModule,Arts::Object +Language=C++ +Library=libartsmodulesmixers.la diff --git a/arts/modules/mixers/mcopclass/MonoSimpleMixerChannelGuiFactory.mcopclass b/arts/modules/mixers/mcopclass/MonoSimpleMixerChannelGuiFactory.mcopclass new file mode 100644 index 00000000..41c2b719 --- /dev/null +++ b/arts/modules/mixers/mcopclass/MonoSimpleMixerChannelGuiFactory.mcopclass @@ -0,0 +1,4 @@ +Interface=Arts::MonoSimpleMixerChannelGuiFactory,Arts::GuiFactory,Arts::Object +CanCreate=Arts::MonoSimpleMixerChannel +Language=C++ +Library=libartsmodulesmixers.la diff --git a/arts/modules/mixers/mcopclass/SimpleMixerChannel.mcopclass b/arts/modules/mixers/mcopclass/SimpleMixerChannel.mcopclass new file mode 100644 index 00000000..4b8dbb87 --- /dev/null +++ b/arts/modules/mixers/mcopclass/SimpleMixerChannel.mcopclass @@ -0,0 +1,3 @@ +Interface=Arts::SimpleMixerChannel,Arts::Environment::MixerChannel,Arts::SynthModule,Arts::Object +Language=C++ +Library=libartsmodulesmixers.la diff --git a/arts/modules/mixers/mcopclass/SimpleMixerChannelGuiFactory.mcopclass b/arts/modules/mixers/mcopclass/SimpleMixerChannelGuiFactory.mcopclass new file mode 100644 index 00000000..f4b38c3e --- /dev/null +++ b/arts/modules/mixers/mcopclass/SimpleMixerChannelGuiFactory.mcopclass @@ -0,0 +1,4 @@ +Interface=Arts::SimpleMixerChannelGuiFactory,Arts::GuiFactory,Arts::Object +CanCreate=Arts::SimpleMixerChannel +Language=C++ +Library=libartsmodulesmixers.la -- cgit v1.2.1