Model change notification fired after a component is initialized.
This notification is fired when the module or channel has completed the last stage of initialization. When a compound module is created, modules will be reported to have been initialized in bottom-up order.
This object accompanies the POST_MODEL_CHANGE signal.
Public Attributes | |
| cComponent * | component | 
| The component which was initialized.  More... | |
Additional Inherited Members | |
  Public Member Functions inherited from cObject | |
| cObject () | |
| cObject (const cObject &other)=default | |
| 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 | 
| virtual std::string | getClassAndFullName () const | 
| virtual std::string | getClassAndFullPath () const | 
| const cObject * | getThisPtr () const | 
| virtual std::string | str () const | 
| virtual std::ostream & | printOn (std::ostream &os) 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 bool | isSoftOwner () const | 
| virtual void | forEachChild (cVisitor *v) | 
| cObject * | findObject (const char *name, bool deep=true) | 
| virtual cClassDescriptor * | getDescriptor () const | 
| void | copyNotSupported () const | 
  Protected Member Functions inherited from cObject | |
| virtual void | take (cOwnedObject *obj) | 
| virtual void | drop (cOwnedObject *obj) | 
| void | dropAndDelete (cOwnedObject *obj) | 
| cComponent* component | 
The component which was initialized.