DynamicCircuit class is used to specify the properties of macro components.
The class can be created from Circuit class.
.
More...
Public Member Functions | |
| bool | IsValid () |
| Returns True if an object is valid. More... | |
| void | SetValue (String &name, Variant &value) |
| Specifies a value for the property. More... | |
| CircuitComponentInstance * | Submit (String &name, int x, int y) |
| Creates a macro component with the specified name. More... | |
DynamicCircuit class is used to specify the properties of macro components.
The class can be created from Circuit class.
.
Example of calling the class object:
| bool DynamicCircuit::IsValid | ( | ) |
Returns True if an object is valid.
| void DynamicCircuit::SetValue | ( | String & | name, |
| Variant & | value | ||
| ) |
Specifies a value for the property.
| name | Property name |
| value | Value for the property |
| CircuitComponentInstance * DynamicCircuit::Submit | ( | String & | name, |
| int | x, | ||
| int | y | ||
| ) |
Creates a macro component with the specified name.
| name | Macro component name |
| x | X-coordinate |
| y | Y-coordinate |