Horizon
Public Member Functions | Public Attributes | List of all members
horizon::Documents Class Reference

Tools use this class to actually access the core. More...

#include <documents.hpp>

Public Member Functions

 Documents (class IDocument *co)
 

Public Attributes

class IDocument * r
 
class IDocumentSchematic * c
 
class IDocumentSymbol * y
 
class IDocumentBlockSymbol * o
 
class IDocumentSchematicBlockSymbol * co
 
class IDocumentPadstack * a
 
class IDocumentPackage * k
 
class IDocumentBoard * b
 
class IDocumentFrame * f
 
class IDocumentDecal * d
 

Detailed Description

Tools use this class to actually access the core.

Since it doesn't make sense to shoehorn every core into one interface, this class provides access to all Core subclasses. Only one of c, y, etc. is not null. r is always not null. Thus when accessing something on a schematic, a Tool uses c.


The documentation for this class was generated from the following files: