Foundry.PluginBuildAddin¶
- Subclasses:
None
Methods¶
- Inherited:
Foundry.BuildAddin (3), Foundry.Contextual (4), GObject.Object (37), Json.Serializable (8)
- Structs:
Virtual Methods¶
Properties¶
- Inherited:
Signals¶
- Inherited:
Fields¶
- Inherited:
Class Details¶
- class Foundry.PluginBuildAddin(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
The [class`Foundry`.PluginBuildAddin] class is a convenience object that may be used by plug-ins implementing a build system.
It allows you to specify very simple build system commands in your
.plugindefinition without having to implement the class yourself.This is the preferred method for implementing very simple build system integration within Foundry.