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

#include <root_model.h> +

+

Inheritance diagram for NL3D::CRootModelLightObs: +

+ +NL3D::IBaseLightObs +NL3D::IObs +NLMISC::CRefCount + +List of all members. + + + + + + +

Public Methods

 CRootModelLightObs ()
virtual void traverse (IObs *caller)
 Traverse this observer. More...


Static Public Methods

IObscreator ()
+

Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + +
NL3D::CRootModelLightObs::CRootModelLightObs   [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 133 of file root_model.h. +

+Referenced by creator.

+


Member Function Documentation

+

+ + + + +
+ + + + + + + + + +
IObs* NL3D::CRootModelLightObs::creator   [inline, static]
+
+ + + + + +
+   + + +

+ +

+Definition at line 137 of file root_model.h. +

+References CRootModelLightObs, and NL3D::IObs::IObs.

+

+ + + + +
+ + + + + + + + + + +
void NL3D::CRootModelLightObs::traverse IObs  caller [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.
+
+

+Implements NL3D::IObs. +

+Definition at line 75 of file root_model.cpp. +

+References NL3D::IObs::traverseSons.

+


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