ProjectStorage


Object Hierarchy:

Object hierarchy for ProjectStorage

Description:

public abstract class ProjectStorage : Object

Provides a persistence layer for storing projects

This class uses the Repository pattern from Martin Fowler's book, with exceptions. Instead of using functions for updating and removing objects, derived classes connect to signals on objects that originate from their repository.

https://www.martinfowler.com/eaaCatalog/repository.html

All known sub-classes:

Namespace: Geda3
Package: Gschem3

Content:

Properties:

Creation methods:

Methods:

Signals:

Inherited Members:

All known members inherited from class GLib.Object