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

#include <svgtag.h>

Inheritance diagram for SvgTag:
Collaboration diagram for SvgTag:

Public Member Functions

 SvgTag ()
 
 SvgTag (std::string p_name)
 
 SvgTag (std::string p_name, std::vector< SvgTagProperty > p_svgTagProperties)
 
virtual ~SvgTag ()
 
void setProperties (std::vector< SvgTagProperty > p_svgTagProperties)
 
std::vector< SvgTagPropertygetProperties ()
 
unsigned int addChild (SvgTag p_svgTag)
 
SvgTag getChild (unsigned int p_index)
 
SvgTag clone ()
 
std::string toString ()
 
void copy (SvgTag p_svgTag)
 
bool equalTo (SvgTag p_svgTag)
 
- Public Member Functions inherited from XmlTag
 XmlTag ()
 
 XmlTag (std::string p_name)
 
 XmlTag (std::string p_name, std::vector< XmlTagProperty > p_xmlTagProperties)
 
virtual ~XmlTag ()
 
void setName (std::string p_name)
 
std::string getName ()
 
void setProperties (std::vector< XmlTagProperty > p_xmlTagProperties)
 
std::vector< XmlTagPropertygetProperties ()
 
unsigned int addChild (XmlTag p_xmlTag)
 
XmlTag getChild (unsigned int p_index)
 
XmlTag clone ()
 
std::string toString ()
 
void copy (XmlTag p_xmlTag)
 
bool equalTo (XmlTag p_xmlTag)
 

Data Fields

std::vector< SvgTag_children
 
string _value
 
- Data Fields inherited from XmlTag
std::vector< XmlTag_children
 
std::string _value
 

Protected Attributes

std::vector< SvgTagProperty_svgTagProperties
 
- Protected Attributes inherited from XmlTag
std::string _name
 
std::vector< XmlTagProperty_xmlTagProperties
 

Constructor & Destructor Documentation

◆ SvgTag() [1/3]

SvgTag::SvgTag ( )
Here is the caller graph for this function:

◆ SvgTag() [2/3]

SvgTag::SvgTag ( std::string p_name)

◆ SvgTag() [3/3]

SvgTag::SvgTag ( std::string p_name,
std::vector< SvgTagProperty > p_svgTagProperties )

◆ ~SvgTag()

virtual SvgTag::~SvgTag ( )
virtual

Member Function Documentation

◆ addChild()

unsigned int SvgTag::addChild ( SvgTag p_svgTag)
Here is the call graph for this function:

◆ clone()

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

◆ copy()

void SvgTag::copy ( SvgTag p_svgTag)
Here is the call graph for this function:

◆ equalTo()

bool SvgTag::equalTo ( SvgTag p_svgTag)
Here is the call graph for this function:

◆ getChild()

SvgTag SvgTag::getChild ( unsigned int p_index)
Here is the call graph for this function:

◆ getProperties()

std::vector< SvgTagProperty > SvgTag::getProperties ( )

◆ setProperties()

void SvgTag::setProperties ( std::vector< SvgTagProperty > p_svgTagProperties)

◆ toString()

std::string SvgTag::toString ( )

Field Documentation

◆ _children

std::vector<SvgTag> SvgTag::_children

◆ _svgTagProperties

std::vector<SvgTagProperty> SvgTag::_svgTagProperties
protected

◆ _value

string SvgTag::_value

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