From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- .../nel/classNLLOGIC_1_1CLogicEventMessage.html | 404 +++++++++++++++++++++ 1 file changed, 404 insertions(+) create mode 100644 docs/doxygen/nel/classNLLOGIC_1_1CLogicEventMessage.html (limited to 'docs/doxygen/nel/classNLLOGIC_1_1CLogicEventMessage.html') diff --git a/docs/doxygen/nel/classNLLOGIC_1_1CLogicEventMessage.html b/docs/doxygen/nel/classNLLOGIC_1_1CLogicEventMessage.html new file mode 100644 index 00000000..a8136c2b --- /dev/null +++ b/docs/doxygen/nel/classNLLOGIC_1_1CLogicEventMessage.html @@ -0,0 +1,404 @@ + + + + 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  
+

NLLOGIC::CLogicEventMessage Class Reference

CLogicEventMessage. +More... +

+#include <logic_event.h> +

+List of all members. + + + + + + + + + + + + + + + + + + + +

Public Methods

 CLogicEventMessage ()
 Default constructor. More...

void write (xmlNodePtr node, const char *subName="") const
 serial. More...

void read (xmlNodePtr node, const char *subName="")

Public Attributes

bool ToSend
 true if the message has to be sent. More...

bool Sent
 true if the message has been sent. More...

std::string Destination
 message destination. More...

NLMISC::CEntityId DestinationId
 message destination id. More...

std::string MessageId
 message id. More...

std::string Arguments
 message arguments. More...

+


Detailed Description

+CLogicEventMessage. +

+

+Author:
+Stephane Coutelas , Nevrax France
+Date:
+2001
+

+ +

+Definition at line 51 of file logic_event.h.


Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + +
NLLOGIC::CLogicEventMessage::CLogicEventMessage   [inline]
+
+ + + + + +
+   + + +

+Default constructor. +

+ +

+Definition at line 76 of file logic_event.h. +

+References Arguments, Destination, MessageId, Sent, NLMISC::CEntityId::setCreatorId, NLMISC::CEntityId::setDynamicId, NLMISC::CEntityId::setType, and ToSend.

+


Member Function Documentation

+

+ + + + +
+ + + + + + + + + + + + + + + + + + + +
void NLLOGIC::CLogicEventMessage::read xmlNodePtr   node,
const char *   subName = ""
+
+ + + + + +
+   + + +

+ +

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

+References Arguments, Destination, DestinationId, NLLOGIC::getXMLProp, MessageId, and NLLOGIC::xmlCheckNodeName.

+

+ + + + +
+ + + + + + + + + + + + + + + + + + + +
void NLLOGIC::CLogicEventMessage::write xmlNodePtr   node,
const char *   subName = ""
const
+
+ + + + + +
+   + + +

+serial. +

+ +

+Definition at line 59 of file logic_event.cpp. +

+References Destination.

+


Member Data Documentation

+

+ + + + +
+ + +
std::string NLLOGIC::CLogicEventMessage::Arguments +
+
+ + + + + +
+   + + +

+message arguments. +

+ +

+Definition at line 71 of file logic_event.h. +

+Referenced by CLogicEventMessage, and read.

+

+ + + + +
+ + +
std::string NLLOGIC::CLogicEventMessage::Destination +
+
+ + + + + +
+   + + +

+message destination. +

+ +

+Definition at line 62 of file logic_event.h. +

+Referenced by CLogicEventMessage, read, and write.

+

+ + + + +
+ + +
NLMISC::CEntityId NLLOGIC::CLogicEventMessage::DestinationId +
+
+ + + + + +
+   + + +

+message destination id. +

+ +

+Definition at line 65 of file logic_event.h. +

+Referenced by read.

+

+ + + + +
+ + +
std::string NLLOGIC::CLogicEventMessage::MessageId +
+
+ + + + + +
+   + + +

+message id. +

+ +

+Definition at line 68 of file logic_event.h. +

+Referenced by CLogicEventMessage, and read.

+

+ + + + +
+ + +
bool NLLOGIC::CLogicEventMessage::Sent +
+
+ + + + + +
+   + + +

+true if the message has been sent. +

+ +

+Definition at line 59 of file logic_event.h. +

+Referenced by CLogicEventMessage.

+

+ + + + +
+ + +
bool NLLOGIC::CLogicEventMessage::ToSend +
+
+ + + + + +
+   + + +

+true if the message has to be sent. +

+ +

+Definition at line 56 of file logic_event.h. +

+Referenced by CLogicEventMessage.

+


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