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

NL3D::CDefaultAnimDetailObs Class Reference

The default AnimDetail observer, used by unspecified models. +More... +

+#include <anim_detail_trav.h> +

+Inheritance diagram for NL3D::CDefaultAnimDetailObs

Inheritance graph
+ + + + + +
[legend]
Collaboration diagram for NL3D::CDefaultAnimDetailObs:

Collaboration graph
+ + + + + + + + + + +
[legend]
List of all members. + + + + + + +

Public Methods

 CDefaultAnimDetailObs ()
 Constructor. More...

The base doit method.
virtual void traverse (IObs *caller)
 Traverse this observer. More...

+

Detailed Description

+The default AnimDetail observer, used by unspecified models. +

+This observer:

    +
  • leave the notification system to DO NOTHING.
  • implement the traverse() method to DO NOTHING, but traverseSons.
+
+See also:
+ IBaseAnimDetailObs
+Author(s):
+ Lionel Berenguier , Nevrax France
+Date:
+ 2000
+

+ +

+Definition at line 161 of file anim_detail_trav.h.


Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + +
+NL3D::CDefaultAnimDetailObs::CDefaultAnimDetailObs ( + +) [inline] +
+
+ + + + + +
+   + + +

+Constructor. +

+ +

+Definition at line 167 of file anim_detail_trav.h.

+


Member Function Documentation

+

+ + + + +
+ + + + + + +
+void NL3D::CDefaultAnimDetailObs::traverse ( + +IObs * caller ) [inline, virtual] +
+
+ + + + + +
+   + + +

+Traverse this observer. +

+This function "justdoit" must do all the traversal thing:

    +
  • Get info from caller, and DoIt the observer (completly observer depedent).
  • should traverse() his sons (or simply call traverseSons()).
    +Parameters:
    + + +
    caller + the father of the observer which have called traverse(). WARNING: this is NULL, for the ROOT. +
    +
    +

    +Reimplemented from NL3D::IBaseAnimDetailObs. +

    +Definition at line 171 of file anim_detail_trav.h.

+


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