X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; bh=esp3M089g+thSuTn9DgM9jQPoC08AQX4fCgLEMrM9gQ=; b=oFCuloDFfCLDL27fuE//alaJ5pKfxVaviexm3IRREu1dyEsDF3TJX0bHNnrELvyvY8 ykUrr7inNBzxkr/El5Ck+PXCux0R4/kOcUCiCVplFcOddTKP3HsRjRNbtpXVyfUcpn+3 1FY3SRbc6SG7e2dpGuQ7S6LfU2sK9WsU0xC/sQmAJQ1jDzT96sZI0bIDvTUAdHMFq4vp Y59mXdwj4MxCUss3/6L95QUl0Ov7xtCbNeKkV44efcG2VZNBNGWH6VB8cqvF5uAl+I+P Sx85mTIr2a1zujqvAhrWX+K35FzNE42X7GQRF9is4BV74d8uts3AxtCTJV9npPFljn7p Xlig== X-Received: by 10.180.24.72 with SMTP id s8mr24583383wif.49.1441545310145; Sun, 06 Sep 2015 06:15:10 -0700 (PDT) Date: Sun, 6 Sep 2015 15:15:05 +0200 From: "Nicklas Karlsson (nicklas DOT karlsson17 AT gmail DOT com) [via geda-user AT delorie DOT com]" To: geda-user AT delorie DOT com Subject: Re: [geda-user] gschem question about internals Message-Id: <20150906151505.85a67ea6cdbd94ae4a6b7b8f@gmail.com> In-Reply-To: References: <20150905202843 DOT GB7185 AT localhost DOT localdomain> <20150906095607 DOT GH2637 AT localhost DOT localdomain> X-Mailer: Sylpheed 3.5.0beta1 (GTK+ 2.24.25; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Hi Guys, > > Many years ago I made a drawing showing how libgeda represented a > schematic. The representation was doubly-linked lists of OBJECTS, > ATTRIBs, etc. The drawing is here: > > http://www.brorson.com/gEDA/gEDA_Structures_20050108.pdf > > I don't know how much (or how little) things have changed since then, > but perhaps this drawing might be of use? > > Stuart It seems to be of great use then implementing the list. In an UML diagram there usually are a list of functions for manipulating the objects which is very useful then using the list. I still guess it would rather useful with functions for finding objects by attribute values, it could be Refdes, footprint, ... and I guess this is what he ask for.