49    Figure(), units_(NULL), buses_(NULL), sockets_(NULL) {
 
 
   86    if (sockets != NULL) {
 
 
  167    } 
else if (
units_ != NULL) {
 
 
  226    size_.SetWidth(width);
 
  227    size_.SetHeight(height);
 
 
#define assert(condition)
 
virtual void layoutChildren(wxDC *)
 
UnitContainerFigure * units_
Contains all the units.
 
virtual void layoutSelf(wxDC *)
 
virtual void addChild(Figure *child)
 
BusContainerFigure * buses_
Contains all the buses.
 
virtual ~ContentsFigure()
 
SocketContainerFigure * sockets_
Contains all the sockets.
 
virtual void draw(wxDC *dc)
 
static const int CONNECTIONS_SPACE
Space reserved for port-socket-connections.
 
static const int VIEW_LEFT_MARGIN
Left margin.
 
static const int VIEW_MARGIN
Top margin for the whole processor view.
 
static const int BUS_SPACE
Space between buses and bus chains.
 
static const int BUS_MIN_WIDTH
Minimum width of a bus.