SLV2 0.6.6
pluginclass.h
1/* SLV2
2 * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net>
3 *
4 * This library is free software; you can redistribute it and/or modify it
5 * under the terms of the GNU General Public License as published by the Free
6 * Software Foundation; either version 2 of the License, or (at your option)
7 * any later version.
8 *
9 * This library is distributed in the hope that it will be useful, but WITHOUT
10 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
12 * for more details.
13 *
14 * You should have received a copy of the GNU General Public License along
15 * with this program; if not, write to the Free Software Foundation, Inc.,
16 * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
17 */
18
19#ifndef __SLV2_PLUGIN_CLASS_H__
20#define __SLV2_PLUGIN_CLASS_H__
21
22#ifdef __cplusplus
23extern "C" {
24#endif
25
26#include "slv2/types.h"
27
40SLV2Value slv2_plugin_class_get_parent_uri(SLV2PluginClass plugin_class);
41
42
49SLV2Value slv2_plugin_class_get_uri(SLV2PluginClass plugin_class);
50
51
58SLV2Value slv2_plugin_class_get_label(SLV2PluginClass plugin_class);
59
60
67SLV2PluginClasses
68slv2_plugin_class_get_children(SLV2PluginClass plugin_class);
69
70
73#ifdef __cplusplus
74} /* extern "C" */
75#endif
76
77#endif /* __SLV2_PLUGIN_CLASS_H__ */
SLV2Value slv2_plugin_class_get_label(SLV2PluginClass plugin_class)
Get the label of this plugin class, ie "Oscillators".
SLV2Value slv2_plugin_class_get_uri(SLV2PluginClass plugin_class)
Get the URI of this plugin class.
SLV2Value slv2_plugin_class_get_parent_uri(SLV2PluginClass plugin_class)
Get the URI of this class' superclass.
SLV2PluginClasses slv2_plugin_class_get_children(SLV2PluginClass plugin_class)
Get the subclasses of this plugin class.

Generated for SLV2 by doxygen 1.10.0