From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- docs/doxygen/nel/a03131.html | 130 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 130 insertions(+) create mode 100644 docs/doxygen/nel/a03131.html (limited to 'docs/doxygen/nel/a03131.html') diff --git a/docs/doxygen/nel/a03131.html b/docs/doxygen/nel/a03131.html new file mode 100644 index 00000000..1884164b --- /dev/null +++ b/docs/doxygen/nel/a03131.html @@ -0,0 +1,130 @@ + + +NeL: NLLIGO::IProperty class Reference + + + +
+

NLLIGO::IProperty Class Reference

#include <primitive.h> +

+

Inheritance diagram for NLLIGO::IProperty: +

+ +NLLIGO::CPropertyColor +NLLIGO::CPropertyString +NLLIGO::CPropertyStringArray + + + + + + + + + + + +

Public Member Functions

virtual void foo () const=0
 IProperty ()

Data Fields

bool Default
+

Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + +
NLLIGO::IProperty::IProperty  )  [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 64 of file primitive.h. +

+

00065         {
+00066                 Default = false;
+00067         }
+
+


Member Function Documentation

+

+ + + + +
+ + + + + + + + + +
virtual void NLLIGO::IProperty::foo  )  const [pure virtual]
+
+ + + + + +
+   + + +

+ +

+Implemented in NLLIGO::CPropertyString, NLLIGO::CPropertyStringArray, and NLLIGO::CPropertyColor.

+


Field Documentation

+

+ + + + +
+ + +
bool NLLIGO::IProperty::Default +
+
+ + + + + +
+   + + +

+ +

+Definition at line 70 of file primitive.h. +

+Referenced by NLLIGO::IPrimitive::read().

+


The documentation for this class was generated from the following file: +
Generated on Tue Mar 16 12:52:42 2004 for NeL by + +doxygen +1.3.6
+ + -- cgit v1.2.1