|
#include <omXMLParameters.h>
Public Member Functions | |
| omXMLParameters () | |
| bool | AddParameter (wxString, wxString) |
| wxString | GetValue (wxString) |
| int | GetIntValue (wxString) |
| wxString | GetName (int) |
| wxString | GetValue (int) |
| wxString | GetLowerValue (int) |
| wxString | GetLowerValue (wxString) |
| wxString | GetLowerName (int) |
| int | GetParsNumber () |
| omXMLParameter | GetNextParameter () |
| void | ResetCounter () |
Protected Attributes | |
| std::vector< omXMLParameter > | parameters |
| int | num |
| int | cur |
|
|
Construct the class |
|
||||||||||||
|
Add new parameter in the structure. If there is another parameter with the same name the function return false and doesn't insert the new parameter.
|
|
|
Get integer value of parameter value by name.
|
|
|
Return the name of the parameter in lowercase by index.
|
|
|
Get parameter value in lowercase by name.
|
|
|
Return the value of the parameter in lowercase by index.
|
|
|
Return the name of the parameter by index.
|
|
|
|
|
|
Return the number of stored parameters
|
|
|
Return the value of the parameter by index.
|
|
|
Get parameter value by name.
|
|
|
Reset the counter to 0. This function is used in automatic retrive mode for resetting keyboard . |
|
|
|
|
|
|
|
|
|
|
Copyright © by Luca Clivio |