Kage Studio 0.7.230612
A Simple Free and Open Source 2D Animation Software
Loading...
Searching...
No Matches
XmlTagProperty Class Reference

#include <xmltagproperty.h>

Public Member Functions

 XmlTagProperty ()
 
 XmlTagProperty (string p_name, string p_value)
 
virtual ~XmlTagProperty ()
 
void setName (string p_name)
 
void setValue (string p_value)
 
string getName ()
 
string getValue ()
 
XmlTagProperty clone ()
 
std::string toString ()
 
void copy (XmlTagProperty p_xmlTagProperty)
 
bool equalTo (XmlTagProperty p_xmlTagProperty)
 

Protected Attributes

string _name
 
string _value
 

Constructor & Destructor Documentation

◆ XmlTagProperty() [1/2]

XmlTagProperty::XmlTagProperty ( )
Here is the call graph for this function:

◆ XmlTagProperty() [2/2]

XmlTagProperty::XmlTagProperty ( string  p_name,
string  p_value 
)
Here is the call graph for this function:

◆ ~XmlTagProperty()

XmlTagProperty::~XmlTagProperty ( )
virtual

Member Function Documentation

◆ clone()

XmlTagProperty XmlTagProperty::clone ( )
Here is the call graph for this function:

◆ copy()

void XmlTagProperty::copy ( XmlTagProperty  p_xmlTagProperty)
Here is the call graph for this function:

◆ equalTo()

bool XmlTagProperty::equalTo ( XmlTagProperty  p_xmlTagProperty)
Here is the call graph for this function:

◆ getName()

string XmlTagProperty::getName ( )
Here is the caller graph for this function:

◆ getValue()

string XmlTagProperty::getValue ( )
Here is the caller graph for this function:

◆ setName()

void XmlTagProperty::setName ( string  p_name)
Here is the caller graph for this function:

◆ setValue()

void XmlTagProperty::setValue ( string  p_value)
Here is the caller graph for this function:

◆ toString()

std::string XmlTagProperty::toString ( )
Here is the call graph for this function:

Field Documentation

◆ _name

string XmlTagProperty::_name
protected

◆ _value

string XmlTagProperty::_value
protected

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