|
OMNeT++ Simulation Library
5.4.1
|
#include <cmodelchange.h>
Model change notification fired after a gate has been deleted.
This notification is fired at the end of cModule::deleteGate(). The gate or gate vector no longer exists at this point.
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 include properties of the deleted gate or gate vector.
This object accompanies the POST_MODEL_CHANGE signal.
Public Attributes | |
| cModule * | module |
| Parent of the gate or gate vector. More... | |
| const char * | gateName |
| Name of the gate or gate vector. More... | |
| cGate::Type | gateType |
| Type of the gate or gate vector. More... | |
| bool | isVector |
| Name of the gate vector that was deleted. More... | |
| int | vectorSize |
| If a gate vector was deleted: size of the vector. More... | |
Additional Inherited Members | |
Public Member Functions inherited from cObject | |
| cObject () | |
| cObject (const cObject &other) | |
| virtual | ~cObject () |
| virtual const char * | getClassName () const |
| virtual const char * | getName () const |
| bool | isName (const char *s) const |
| virtual const char * | getFullName () const |
| virtual std::string | getFullPath () const |
| const cObject * | getThisPtr () const |
| virtual std::string | str () const |
| virtual _OPPDEPRECATED std::string | info () const |
| virtual _OPPDEPRECATED std::string | detailedInfo () const |
| virtual cObject * | dup () const |
| virtual void | parsimPack (cCommBuffer *buffer) const |
| virtual void | parsimUnpack (cCommBuffer *buffer) |
| virtual cObject * | getOwner () const |
| virtual bool | isOwnedObject () const |
| virtual void | forEachChild (cVisitor *v) |
| cObject * | findObject (const char *name, bool deep=true) |
| void | copyNotSupported () const |
Protected Member Functions inherited from cObject | |
| virtual void | take (cOwnedObject *obj) |
| virtual void | drop (cOwnedObject *obj) |
| void | dropAndDelete (cOwnedObject *obj) |
| cModule* module |
Parent of the gate or gate vector.
| const char* gateName |
Name of the gate or gate vector.
| cGate::Type gateType |
Type of the gate or gate vector.
| bool isVector |
Name of the gate vector that was deleted.
| int vectorSize |
If a gate vector was deleted: size of the vector.