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__IBaseAnimDetailObs.html | 304 +++++++++++++++++++++ 1 file changed, 304 insertions(+) create mode 100644 docs/doxygen/nel/class_NL3D__IBaseAnimDetailObs.html (limited to 'docs/doxygen/nel/class_NL3D__IBaseAnimDetailObs.html') diff --git a/docs/doxygen/nel/class_NL3D__IBaseAnimDetailObs.html b/docs/doxygen/nel/class_NL3D__IBaseAnimDetailObs.html new file mode 100644 index 00000000..b46d46ec --- /dev/null +++ b/docs/doxygen/nel/class_NL3D__IBaseAnimDetailObs.html @@ -0,0 +1,304 @@ + + + + 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::IBaseAnimDetailObs Class Reference

The base interface for AnimDetail traversal. +More... +

+#include <anim_detail_trav.h> +

+Inheritance diagram for NL3D::IBaseAnimDetailObs

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

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

Public Methods

 IBaseAnimDetailObs ()
 Constructor. More...

virtual void init ()
 Build shortcut to Hrc and Clip. More...

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


Public Attributes

IBaseHrcObsHrcObs
 Shortcut to observers. More...

IBaseClipObsClipObs
+

Detailed Description

+The base interface for AnimDetail traversal. +

+AnimDetail observers MUST derive from IBaseAnimDetailObs. This observer:

    +
  • leave the notification system to DO NOTHING.
  • leave traverse() undefined
+DERIVER RULES:
    +
  • implement the notification system (see IObs for details).
  • implement the traverse() method.
+
+See also:
+ CAnimDetailTrav
+Author(s):
+ Lionel Berenguier , Nevrax France
+Date:
+ 2000
+

+ +

+Definition at line 121 of file anim_detail_trav.h.


Constructor & Destructor Documentation

+

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

+Constructor. +

+ +

+Definition at line 131 of file anim_detail_trav.h.

+


Member Function Documentation

+

+ + + + +
+ + + + + + +
+void NL3D::IBaseAnimDetailObs::init ( + +) [virtual] +
+
+ + + + + +
+   + + +

+Build shortcut to Hrc and Clip. +

+ +

+Reimplemented from NL3D::IObs. +

+Definition at line 42 of file anim_detail_trav.cpp.

+

+ + + + +
+ + + + + + +
+void NL3D::IBaseAnimDetailObs::traverse ( + +IObs * caller ) [pure virtual] +
+
+ + + + + +
+   + + +

+Traverse this observer. +

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

+


Member Data Documentation

+

+ + + + +
+ + + + + +
+IBaseClipObs * NL3D::IBaseAnimDetailObs::ClipObs +
+
+ + + + + +
+   + + +

+ +

+Definition at line 126 of file anim_detail_trav.h.

+

+ + + + +
+ + + + + +
+IBaseHrcObs * NL3D::IBaseAnimDetailObs::HrcObs +
+
+ + + + + +
+   + + +

+Shortcut to observers. +

+ +

+Definition at line 125 of file anim_detail_trav.h.

+


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