From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- .../nel/classNLAIAGENT_1_1CNotifyParentScript.html | 431 +++++++++++++++++++++ 1 file changed, 431 insertions(+) create mode 100644 docs/doxygen/nel/classNLAIAGENT_1_1CNotifyParentScript.html (limited to 'docs/doxygen/nel/classNLAIAGENT_1_1CNotifyParentScript.html') diff --git a/docs/doxygen/nel/classNLAIAGENT_1_1CNotifyParentScript.html b/docs/doxygen/nel/classNLAIAGENT_1_1CNotifyParentScript.html new file mode 100644 index 00000000..92ca5903 --- /dev/null +++ b/docs/doxygen/nel/classNLAIAGENT_1_1CNotifyParentScript.html @@ -0,0 +1,431 @@ + + + + nevrax.org : docs + + + + + + + + + + + + + + +
# Home   # nevrax.com   
+ + + + +
Nevrax
+ + + + + + + + + + +
+ + +
+ Nevrax.org
+ + + + + + + +
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#License
+
+ + +
+ + +
+Docs + +
+  + + + + + +
Documentation 
+ +
+Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Search  
+

NLAIAGENT::CNotifyParentScript Class Reference

This is the class build from the CMsgNotifyParentClass. +More... +

+#include <msg_notify.h> +

+

Inheritance diagram for NLAIAGENT::CNotifyParentScript: +

+ +NLAIAGENT::CMessageScript +NLAIAGENT::IMessageBase +NLAIAGENT::IListBasicManager +NLAIAGENT::IBaseGroupType +NLAIAGENT::IObjetOp +NLAIAGENT::IObjectIA +NLAIAGENT::IBasicObjectIA +NLAIC::IBasicInterface +NLAIC::IBasicType +NLAIC::IPointerGestion +NLMISC::IStreamable +NLMISC::IClassable + +List of all members. + + + + + + + + + + + + + + + + +

Public Methods

 CNotifyParentScript (const CNotifyParentScript &)
 CNotifyParentScript (std::list< IObjectIA * > &, NLAISCRIPT::CMessageClass *)
 CNotifyParentScript (NLAISCRIPT::CMessageClass *b=NULL)
 CNotifyParentScript (IBasicAgent *)
NLAIC::IBasicInterface member class.
virtual const NLAIC::IBasicTypeclone () const
 This function allow a pointer copy, that mean that the new class have the sam attributs caracteristics as the owne. More...

virtual const NLAIC::IBasicTypenewInstance () const
 This function allow a new instance, that mean that the class is a class factory. More...

const NLAIC::CIdentTypegetType () const
 getType return a unique string how represente the class, it can be the name of the class. More...

void getDebugString (std::string &t) const
 This is a Debug function, text is an character pointer to receive the debug text output, the debug text containe all think sensible to interset user. More...


Static Public Attributes

const NLAIC::CIdentType IdNotifyParentScript
+

Detailed Description

+This is the class build from the CMsgNotifyParentClass. +

+This MSG store the parent of the object. +

+ +

+Definition at line 34 of file msg_notify.h.


Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + + +
NLAIAGENT::CNotifyParentScript::CNotifyParentScript const CNotifyParentScript &  
+
+ + + + + +
+   + + +

+ +

+Definition at line 64 of file msg_notify.cpp. +

+Referenced by clone, and newInstance.

+

+ + + + +
+ + + + + + + + + + + + + + + + + + + +
NLAIAGENT::CNotifyParentScript::CNotifyParentScript std::list< IObjectIA * > &  ,
NLAISCRIPT::CMessageClass 
+
+ + + + + +
+   + + +

+ +

+Definition at line 31 of file msg_notify.cpp. +

+References NLAISCRIPT::l.

+

+ + + + +
+ + + + + + + + + + +
NLAIAGENT::CNotifyParentScript::CNotifyParentScript NLAISCRIPT::CMessageClass  b = NULL
+
+ + + + + +
+   + + +

+ +

+Definition at line 37 of file msg_notify.cpp.

+

+ + + + +
+ + + + + + + + + + +
NLAIAGENT::CNotifyParentScript::CNotifyParentScript IBasicAgent 
+
+ + + + + +
+   + + +

+ +

+Definition at line 46 of file msg_notify.cpp.

+


Member Function Documentation

+

+ + + + +
+ + + + + + + + + +
const NLAIC::IBasicType * NLAIAGENT::CNotifyParentScript::clone   const [virtual]
+
+ + + + + +
+   + + +

+This function allow a pointer copy, that mean that the new class have the sam attributs caracteristics as the owne. +

+ +

+Reimplemented from NLAIAGENT::CMessageScript. +

+Definition at line 68 of file msg_notify.cpp. +

+References CNotifyParentScript.

+

+ + + + +
+ + + + + + + + + + +
void NLAIAGENT::CNotifyParentScript::getDebugString std::string &   t const [virtual]
+
+ + + + + +
+   + + +

+This is a Debug function, text is an character pointer to receive the debug text output, the debug text containe all think sensible to interset user. +

+ +

+Reimplemented from NLAIAGENT::CMessageScript. +

+Definition at line 90 of file msg_notify.cpp. +

+References NLAIAGENT::IListBasicManager::get, NLAIAGENT::IListBasicManager::getFront, NLAIC::stringGetBuild, and t.

+

+ + + + +
+ + + + + + + + + +
const NLAIC::CIdentType & NLAIAGENT::CNotifyParentScript::getType   const [virtual]
+
+ + + + + +
+   + + +

+getType return a unique string how represente the class, it can be the name of the class. +

+This function is used for the sytem regstry class (see the definition of the template class Gen::CRegistry). +

+Reimplemented from NLAIAGENT::CMessageScript. +

+Definition at line 82 of file msg_notify.cpp. +

+References NLAIAGENT::CMessageScript::getCreatorClass, NLAISCRIPT::CMessageClass::getType, and IdNotifyParentScript.

+

+ + + + +
+ + + + + + + + + +
virtual const NLAIC::IBasicType* NLAIAGENT::CNotifyParentScript::newInstance   const [inline, virtual]
+
+ + + + + +
+   + + +

+This function allow a new instance, that mean that the class is a class factory. +

+ +

+Reimplemented from NLAIAGENT::CMessageScript. +

+Definition at line 47 of file msg_notify.h. +

+References CNotifyParentScript.

+


Member Data Documentation

+

+ + + + +
+ + +
const NLAIC::CIdentType CNotifyParentScript::IdNotifyParentScript [static] +
+
+ + + + + +
+   + + +

+ +

+Referenced by NLAISCRIPT::CMsgNotifyParentClass::CMsgNotifyParentClass, and getType.

+


The documentation for this class was generated from the following files: + + + +
                                                                                                                                                                    +
+ + -- cgit v1.2.1