OMNeT++ Simulation Library
5.6.1
|
#include <cmodelchange.h>
Model change notification fired after a connection path has been cut.
This notification is fired at the end of cGate::disconnect() on the owner modules of the start AND end gates of the connection path that was cut when the gate got disconnected. See cPathChangeNotification for more details.
This object accompanies the POST_MODEL_CHANGE signal.
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 |
Public Attributes inherited from cPathChangeNotification | |
cGate * | pathStartGate |
The start gate of the path. More... | |
cGate * | pathEndGate |
The end gate of the path. More... | |
cGate * | changedGate |
The gate whose connection has changed. More... | |
Protected Member Functions inherited from cObject | |
virtual void | take (cOwnedObject *obj) |
virtual void | drop (cOwnedObject *obj) |
void | dropAndDelete (cOwnedObject *obj) |