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

#include <xmltagproperty.h>

Inheritance diagram for XmlTagProperty:

Public Member Functions

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

Protected Attributes

std::string _name
 
std::string _value
 

Constructor & Destructor Documentation

◆ XmlTagProperty() [1/2]

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

◆ XmlTagProperty() [2/2]

XmlTagProperty::XmlTagProperty ( std::string p_name,
std::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()

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

◆ getValue()

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

◆ setName()

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

◆ setValue()

void XmlTagProperty::setValue ( std::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

std::string XmlTagProperty::_name
protected

◆ _value

std::string XmlTagProperty::_value
protected

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