ProcedureConfig


Object Hierarchy:

Object hierarchy for ProcedureConfig

Description:

[ CCode ( type_id = "gimp_procedure_config_get_type ()" ) ]
[ Version ( since = "3.0" ) ]
public abstract class ProcedureConfig : Object

The base class for [class@Procedure] specific config objects and the main interface to manage aspects of [class@Procedure]'s arguments such as persistency of the last used arguments across GIMP sessions.

A procedure config is created by a [class@Procedure] using [method@Procedure.create_config] and its properties match the procedure's arguments and auxiliary arguments in number, order and type.

It implements the [struct@Config] interface and therefore has all its serialization and deserialization features.


Namespace: Gimp
Package: gimp-3.0

Content:

Properties:

Creation methods:

Methods:

Inherited Members: