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/classNLGEORGES_1_1UForm.html | 282 ++++++++++++++++++++++++++ 1 file changed, 282 insertions(+) create mode 100644 docs/doxygen/nel/classNLGEORGES_1_1UForm.html (limited to 'docs/doxygen/nel/classNLGEORGES_1_1UForm.html') diff --git a/docs/doxygen/nel/classNLGEORGES_1_1UForm.html b/docs/doxygen/nel/classNLGEORGES_1_1UForm.html new file mode 100644 index 00000000..fcfc16bf --- /dev/null +++ b/docs/doxygen/nel/classNLGEORGES_1_1UForm.html @@ -0,0 +1,282 @@ + + + + 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  
+

NLGEORGES::UForm Class Reference

This class provide an interface to access Georges form. +More... +

+#include <u_form.h> +

+

Inheritance diagram for NLGEORGES::UForm: +

+ +NLMISC::CRefCount +NLGEORGES::CForm + +List of all members. + + + + + + + + + + +

Public Methods

virtual ~UForm ()
virtual UFormElmgetRootNode ()=0
 Get a mutable pointer on the root element of the form. It is a struct node. More...

virtual const UFormElmgetRootNode () const=0
 Get a const pointer on the root element of the form. It is a struct node. More...

virtual void write (NLMISC::IStream &stream, bool georges4CVS)=0
 Write the form in a stream. More...

virtual const std::string & getComment () const=0
 Get the comment. More...

+

Detailed Description

+This class provide an interface to access Georges form. +

+ +

+Definition at line 45 of file u_form.h.


Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + +
NLGEORGES::UForm::~UForm   [virtual]
+
+ + + + + +
+   + + +

+ +

+Definition at line 70 of file form.cpp.

+


Member Function Documentation

+

+ + + + +
+ + + + + + + + + +
virtual const std::string& NLGEORGES::UForm::getComment   const [pure virtual]
+
+ + + + + +
+   + + +

+Get the comment. +

+ +

+Implemented in NLGEORGES::CForm.

+

+ + + + +
+ + + + + + + + + +
virtual const UFormElm& NLGEORGES::UForm::getRootNode   const [pure virtual]
+
+ + + + + +
+   + + +

+Get a const pointer on the root element of the form. It is a struct node. +

+ +

+Implemented in NLGEORGES::CForm.

+

+ + + + +
+ + + + + + + + + +
virtual UFormElm& NLGEORGES::UForm::getRootNode   [pure virtual]
+
+ + + + + +
+   + + +

+Get a mutable pointer on the root element of the form. It is a struct node. +

+ +

+Implemented in NLGEORGES::CForm.

+

+ + + + +
+ + + + + + + + + + + + + + + + + + + +
virtual void NLGEORGES::UForm::write NLMISC::IStream  stream,
bool   georges4CVS
[pure virtual]
+
+ + + + + +
+   + + +

+Write the form in a stream. +

+

+Parameters:
+ + + +
stream  +is the stream used to write the form
georges4CVS  +should be true if you use Georges with CVS false else
+
+

+Implemented in NLGEORGES::CForm.

+


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