Zrythm
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
PluginCollection Struct Reference

Plugin collection used in the plugin browser. More...

#include <plugins/collection.h>

Collaboration diagram for PluginCollection:

Public Member Functions

GMenuModel * plugin_collection_generate_context_menu (const PluginCollection *self)
 

Data Fields

int schema_version
 
char * name
 Name of the collection.
 
char * description
 Description of the collection (optional).
 
PluginDescriptor ** descriptors
 Plugin descriptors.
 
int num_descriptors
 
size_t descriptors_size
 

Detailed Description

Plugin collection used in the plugin browser.

Definition at line 27 of file collection.h.

Field Documentation

◆ description

char* PluginCollection::description

Description of the collection (optional).

Definition at line 35 of file collection.h.

◆ descriptors

PluginDescriptor** PluginCollection::descriptors

Plugin descriptors.

Definition at line 38 of file collection.h.

◆ descriptors_size

size_t PluginCollection::descriptors_size

Definition at line 40 of file collection.h.

◆ name

char* PluginCollection::name

Name of the collection.

Definition at line 32 of file collection.h.

◆ num_descriptors

int PluginCollection::num_descriptors

Definition at line 39 of file collection.h.

◆ schema_version

int PluginCollection::schema_version

Definition at line 29 of file collection.h.


The documentation for this struct was generated from the following file: