![]() |
PhoenixInkscape
2.0.0
Generate multiple png files with svg inkscape files
|
Attribute from xml. More...
#include <PXml.h>
Public Member Functions | |
PString & | getName () |
Get the variable p_name. More... | |
const PString & | getName () const |
Get the variable p_name. More... | |
PString & | getValue () |
Get the variable p_value. More... | |
const PString & | getValue () const |
Get the variable p_value. More... | |
PXmlAttr & | operator= (const PXmlAttr &other) |
Equal operator of the class PXmlAttr. More... | |
PXmlAttr () | |
Constructor of the class PXmlAttr. More... | |
PXmlAttr (const PXmlAttr &other) | |
Copy constructor of the class PXmlAttr. More... | |
void | setName (const PString &name) |
Set the variable p_name, of type 'PString'. More... | |
void | setValue (const PString &value) |
Set the variable p_value, of type 'PString'. More... | |
virtual | ~PXmlAttr () |
Destructor of the class PXmlAttr. More... | |
Private Member Functions | |
void | copyPXmlAttr (const PXmlAttr &other) |
Copy function of the class PXmlAttr. More... | |
void | initialisationPXmlAttr () |
Initialisation function of the class PXmlAttr. More... | |
Private Attributes | |
size_t | p_flag |
Flag of the PXmlAttr. More... | |
PString | p_name |
Name of the attribute. More... | |
PString | p_value |
Value of the attribute. More... | |
PXmlAttr::PXmlAttr | ( | ) |
Constructor of the class PXmlAttr.
Definition at line 25 of file PXml.cpp.
References initialisationPXmlAttr().
PXmlAttr::PXmlAttr | ( | const PXmlAttr & | other | ) |
Copy constructor of the class PXmlAttr.
other | : other variable |
Definition at line 32 of file PXml.cpp.
References copyPXmlAttr(), and initialisationPXmlAttr().
|
virtual |
|
private |
Copy function of the class PXmlAttr.
other | : other variable |
Definition at line 109 of file PXml.cpp.
References p_name, and p_value.
Referenced by operator=(), and PXmlAttr().
PString & PXmlAttr::getName | ( | ) |
const PString & PXmlAttr::getName | ( | ) | const |
Get the variable p_name.
Definition at line 68 of file PXml.cpp.
References p_name.
Referenced by checkXmlAttr(), and pxml_attrStr().
PString & PXmlAttr::getValue | ( | ) |
const PString & PXmlAttr::getValue | ( | ) | const |
Get the variable p_value.
Definition at line 82 of file PXml.cpp.
References p_value.
Referenced by checkXmlAttr(), getInkscapeLabel(), loadParserSeq(), and pxml_attrStr().
|
private |
Initialisation function of the class PXmlAttr.
Definition at line 101 of file PXml.cpp.
References p_flag.
Referenced by PXmlAttr().
Equal operator of the class PXmlAttr.
other | : other variable |
Definition at line 46 of file PXml.cpp.
References copyPXmlAttr().
void PXmlAttr::setName | ( | const PString & | name | ) |
Set the variable p_name, of type 'PString'.
name | : Name of the attribute |
Definition at line 54 of file PXml.cpp.
References p_name.
Referenced by checkXmlAttr(), and pxml_parserXmlAttribute().
void PXmlAttr::setValue | ( | const PString & | value | ) |
|
private |
|
private |
Name of the attribute.
Definition at line 48 of file PXml.h.
Referenced by copyPXmlAttr(), getName(), and setName().
|
private |
Value of the attribute.
Definition at line 50 of file PXml.h.
Referenced by copyPXmlAttr(), getValue(), and setValue().