System documentation of the GNU Image-Finding Tool

Main Page | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class 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>

List of all members.

Public Member Functions

 CPropertySheetList (CXMLElement *inUnprocessedContent)
 We construct *this from a subtree of the document.
 ~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:
inUnprocessedContent is 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