System documentation of the GNU Image-Finding Tool

Public Member Functions | List of all members
CPropertySheetList Class Reference

takes the information contained in the list of properties, which is given in the config.mrml file. More...

#include <CPropertySheetList.h>

Public Member Functions

 CPropertySheetList (CXMLElement *inUnprocessedContent)
 We construct *this from a subtree of the document. More...
 
 ~CPropertySheetList ()
 presently empty, because the destruction will be done by the structure contained in mUnprocessedContent.
 
void insertPropertySheet (const string &inID, CXMLElement *inXMLElement)
 insert an element for this element which is designed by a pointer WE TAKE THE DESTRUCTION RESPONSABILITY
 
CXMLElementgetPropertySheet (const string &inID)
 Get a property sheet by its ID.
 
CXMLElementnewPropertySheet (const string &inID)
 clone a property sheet by its ID
 

Detailed Description

takes the information contained in the list of properties, which is given in the config.mrml file.

basically, this is a map from string to CXMLElement.

: Wolfgang Müller

Constructor & Destructor Documentation

CPropertySheetList::CPropertySheetList ( CXMLElement inUnprocessedContent)

We construct *this from a subtree of the document.

Parameters
inUnprocessedContentis a subtree of the document which will be put in mUnprocessedContent. The children of mUnprocessedContent will then be indexed by CContent.

The documentation for this class was generated from the following file:

Need for discussion? Want to contribute? Contact
help-gift@gnu.org Generated using Doxygen