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/common/mcopclass/Container.mcopclass | 3 +++ arts/modules/common/mcopclass/EffectRackGuiFactory.mcopclass | 4 ++++ arts/modules/common/mcopclass/EffectRackItem.mcopclass | 3 +++ arts/modules/common/mcopclass/InstrumentItem.mcopclass | 3 +++ arts/modules/common/mcopclass/InstrumentItemGuiFactory.mcopclass | 4 ++++ arts/modules/common/mcopclass/MixerGuiFactory.mcopclass | 4 ++++ arts/modules/common/mcopclass/MixerItem.mcopclass | 3 +++ 7 files changed, 24 insertions(+) create mode 100644 arts/modules/common/mcopclass/Container.mcopclass create mode 100644 arts/modules/common/mcopclass/EffectRackGuiFactory.mcopclass create mode 100644 arts/modules/common/mcopclass/EffectRackItem.mcopclass create mode 100644 arts/modules/common/mcopclass/InstrumentItem.mcopclass create mode 100644 arts/modules/common/mcopclass/InstrumentItemGuiFactory.mcopclass create mode 100644 arts/modules/common/mcopclass/MixerGuiFactory.mcopclass create mode 100644 arts/modules/common/mcopclass/MixerItem.mcopclass (limited to 'arts/modules/common/mcopclass') diff --git a/arts/modules/common/mcopclass/Container.mcopclass b/arts/modules/common/mcopclass/Container.mcopclass new file mode 100644 index 00000000..174b8d8d --- /dev/null +++ b/arts/modules/common/mcopclass/Container.mcopclass @@ -0,0 +1,3 @@ +Interface=Arts::Environment::Container,Arts::Object +Language=C++ +Library=libartsmodulescommon.la diff --git a/arts/modules/common/mcopclass/EffectRackGuiFactory.mcopclass b/arts/modules/common/mcopclass/EffectRackGuiFactory.mcopclass new file mode 100644 index 00000000..7ee37168 --- /dev/null +++ b/arts/modules/common/mcopclass/EffectRackGuiFactory.mcopclass @@ -0,0 +1,4 @@ +Interface=Arts::EffectRackGuiFactory,Arts::GuiFactory,Arts::Object +CanCreate=Arts::Environment::EffectRackItem +Language=C++ +Library=libartsmodulescommon.la diff --git a/arts/modules/common/mcopclass/EffectRackItem.mcopclass b/arts/modules/common/mcopclass/EffectRackItem.mcopclass new file mode 100644 index 00000000..700f7b7f --- /dev/null +++ b/arts/modules/common/mcopclass/EffectRackItem.mcopclass @@ -0,0 +1,3 @@ +Interface=Arts::Environment::EffectRackItem,Arts::Environment::Item,Arts::Object +Language=C++ +Library=libartsmodulescommon.la diff --git a/arts/modules/common/mcopclass/InstrumentItem.mcopclass b/arts/modules/common/mcopclass/InstrumentItem.mcopclass new file mode 100644 index 00000000..8d525f8e --- /dev/null +++ b/arts/modules/common/mcopclass/InstrumentItem.mcopclass @@ -0,0 +1,3 @@ +Interface=Arts::Environment::InstrumentItem,Arts::Environment::Item,Arts::Object +Language=C++ +Library=libartsmodulescommon.la diff --git a/arts/modules/common/mcopclass/InstrumentItemGuiFactory.mcopclass b/arts/modules/common/mcopclass/InstrumentItemGuiFactory.mcopclass new file mode 100644 index 00000000..f4ee305b --- /dev/null +++ b/arts/modules/common/mcopclass/InstrumentItemGuiFactory.mcopclass @@ -0,0 +1,4 @@ +Interface=Arts::Environment::InstrumentItemGuiFactory,Arts::GuiFactory,Arts::Object +CanCreate=Arts::Environment::InstrumentItem +Language=C++ +Library=libartsmodulescommon.la diff --git a/arts/modules/common/mcopclass/MixerGuiFactory.mcopclass b/arts/modules/common/mcopclass/MixerGuiFactory.mcopclass new file mode 100644 index 00000000..447e1d47 --- /dev/null +++ b/arts/modules/common/mcopclass/MixerGuiFactory.mcopclass @@ -0,0 +1,4 @@ +Interface=Arts::MixerGuiFactory,Arts::GuiFactory,Arts::Object +CanCreate=Arts::Environment::MixerItem +Language=C++ +Library=libartsmodulescommon.la diff --git a/arts/modules/common/mcopclass/MixerItem.mcopclass b/arts/modules/common/mcopclass/MixerItem.mcopclass new file mode 100644 index 00000000..3ebe4a01 --- /dev/null +++ b/arts/modules/common/mcopclass/MixerItem.mcopclass @@ -0,0 +1,3 @@ +Interface=Arts::Environment::MixerItem,Arts::Environment::Item,Arts::Object +Language=C++ +Library=libartsmodulescommon.la -- cgit v1.2.1