This notification is fired at the top of cModule::addGate(), that is, when a gate or gate vector is added to the module. More...
#include <cmodelchange.h>
Public Attributes | |
cModule * | module |
const char * | gateName |
cGate::Type | gateType |
bool | isVector |
This notification is fired at the top of cModule::addGate(), that is, when a gate or gate vector is added to the module.
Note: this notification is fired for the gate or gate vector as a whole, and not for individual gate objects in it. That is, a single notification is fired for an inout gate (which is a gate pair) and for gate vectors as well.
Fields in this class carry the module object on which the gate or gate vector being created, and the arguments of the addGate() method call.