|
|
|
|
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 ReferenceThis class provide an interface to access Georges form.
More...
#include <u_form.h>
Inheritance diagram for NLGEORGES::UForm:
List of all members.
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] |
|
Member Function Documentation
virtual const std::string& NLGEORGES::UForm::getComment |
( |
|
) |
const [pure virtual] |
|
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:
|
|