diff options
Diffstat (limited to 'arts/modules/common/mcopclass')
7 files changed, 24 insertions, 0 deletions
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 |
