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

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

#include <cores.hpp>

Public Member Functions

 Cores (class Core *co)
 

Public Attributes

Core * r
 
class CoreSchematic * c
 
class CoreSymbol * y
 
class CorePadstack * a
 
class CorePackage * k
 
class CoreBoard * b
 
class CoreFrame * f
 

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: