Main Page | Modules | Class Hierarchy | Data Structures | File List | Data Fields | Globals | Related Pages

omXMLParameter Class Reference
[GENERIC LIBRARY classes]

#include <omXMLParameter.h>


Public Member Functions

 omXMLParameter ()
 omXMLParameter (wxString, wxString)

Data Fields

wxString name
wxString value


Detailed Description

This class handle a single parameter. The class stores the name and the value of the parameter.


Constructor & Destructor Documentation

omXMLParameter::omXMLParameter  ) 
 

Construct the class initializating void wxStrings.

omXMLParameter::omXMLParameter wxString  n,
wxString  v
 

Create a parameter object with the given arguments.

Parameters:
n name of the parameter.
v value of the parameter.


Field Documentation

wxString omXMLParameter::name
 

wxString omXMLParameter::value
 


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