Component index
Section index | Component grchip |
Search |
Type | Function |
Summary | Draw a IC (integrated circuit) with various items connected to it |
Description | Draw something with potentially many pins/items on every side. We assume the object is rectangular. Its size will be computed based on the items around it. |
![]() ![]() | void bottom (int pin, GRAPH_MODE mode, GR_NODE &node) | |
![]() ![]() | void drawbody (GRAPH_MODE mode, GR_NODE &node) | |
![]() ![]() | void drawbpin (int x, int y, GRAPH_MODE mode, GR_NODE &node) | |
![]() ![]() | void drawlpin (int x, int y, GRAPH_MODE mode, GR_NODE &node) | |
![]() ![]() | void drawrpin (int x, int y, GRAPH_MODE mode, GR_NODE &node) | |
![]() ![]() | void drawtpin (int x, int y, GRAPH_MODE mode, GR_NODE &node) | |
![]() ![]() | void left (int pin, GRAPH_MODE mode, GR_NODE &node) | |
![]() ![]() | void right (int pin, GRAPH_MODE mode, GR_NODE &node) | |
![]() ![]() | void top (int pin, GRAPH_MODE mode, GR_NODE &node) |
This functag is called for pin 0, 1 and so on, until it fails to define a component. This way, the CHIP may have any number of items connected to it.
By default, draws a line connecting the IC to the graphical item.
By default, draws a line connecting the IC to the graphical item.
By default, draws a line connecting the IC to the graphical item.
By default, draws a line connecting the IC to the graphical item.
This functag is called for pin 0, 1 and so on, until it fails to define a component. This way, the CHIP may have any number of items connected to it.
This functag is called for pin 0, 1 and so on, until it fails to define a component. This way, the CHIP may have any number of items connected to it.
This functag is called for pin 0, 1 and so on, until it fails to define a component. This way, the CHIP may have any number of items connected to it.