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

#include <svg.h>

Inheritance diagram for BasicSvg:
Collaboration diagram for BasicSvg:

Public Member Functions

 BasicSvg (std::string p_svgContent)
 
 BasicSvg ()
 
virtual ~BasicSvg ()
 
void setContent (std::string p_svgContent)
 
std::string getContent ()
 
bool parse (std::string p_content)
 
bool parse ()
 
void setProperties (std::vector< SvgTagProperty > p_svgTagProperties)
 
std::string getProperties ()
 
BasicSvg clone ()
 
std::string toString ()
 
void copy (BasicSvg p_svgTag)
 
bool equalTo (BasicSvg p_svgTag)
 
bool tokenize ()
 
SvgTag getRoot ()
 
void debugToken (unsigned int p_index)
 
void printSVG ()
 
std::string getSVG ()
 
bool setSVG (std::string p_svgdata)
 
- Public Member Functions inherited from BasicXml
 BasicXml (std::string p_xmlContent)
 
 BasicXml ()
 
virtual ~BasicXml ()
 
void setContent (std::string p_xmlContent)
 
std::string getContent ()
 
bool parse (std::string p_content)
 
bool parse ()
 
void setProperties (std::vector< XmlTagProperty > p_xmlTagProperties)
 
std::string getProperties ()
 
BasicXml clone ()
 
std::string toString ()
 
void copy (BasicXml p_xmlTag)
 
bool equalTo (BasicXml p_xmlTag)
 
bool tokenize ()
 
XmlTag getRoot ()
 
void debugToken (unsigned int p_index)
 
void printXML ()
 
std::string getXML ()
 
bool setXML (std::string p_xmldata)
 

Static Public Member Functions

static string openXMLFile (std::string p_path)
 
static bool isNumeric (std::string p_value)
 
- Static Public Member Functions inherited from BasicXml
static std::string openXMLFile (std::string p_path)
 
static bool isNumeric (std::string p_value)
 

Data Fields

std::vector< SvgToken_tokens
 
- Data Fields inherited from BasicXml
std::vector< XmlToken_tokens
 

Protected Member Functions

unsigned int createTag (unsigned int p_index, SvgTag &p_svgTagParent)
 
void listChildren (std::vector< SvgTag > p_tags, std::string p_tab)
 
std::string getSvgChildren (std::vector< SvgTag > p_children, std::string p_tab)
 
- Protected Member Functions inherited from BasicXml
unsigned int createTag (unsigned int p_index, XmlTag &p_xmlTagParent)
 
unsigned int skipWhitespace (unsigned int p_index)
 
unsigned int expectFor (unsigned int p_index, std::string p_token)
 
unsigned int lookFor (unsigned int p_index, std::string p_token)
 
unsigned int getPreviousIndex (unsigned int p_index)
 
void listChildren (std::vector< XmlTag > p_tags, std::string p_tab)
 
std::string getXMLChildren (std::vector< XmlTag > p_children, std::string p_tab)
 

Protected Attributes

std::string _svgContent
 
std::vector< SvgTagProperty_svgTagProperties
 
SvgTag _root
 
- Protected Attributes inherited from BasicXml
std::string _xmlContent
 
std::vector< XmlTagProperty_xmlTagProperties
 
XmlTag _root
 

Constructor & Destructor Documentation

◆ BasicSvg() [1/2]

BasicSvg::BasicSvg ( std::string p_svgContent)
Here is the caller graph for this function:

◆ BasicSvg() [2/2]

BasicSvg::BasicSvg ( )

◆ ~BasicSvg()

virtual BasicSvg::~BasicSvg ( )
virtual

Member Function Documentation

◆ clone()

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

◆ copy()

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

◆ createTag()

unsigned int BasicSvg::createTag ( unsigned int p_index,
SvgTag & p_svgTagParent )
protected

◆ debugToken()

void BasicSvg::debugToken ( unsigned int p_index)

◆ equalTo()

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

◆ getContent()

std::string BasicSvg::getContent ( )

◆ getProperties()

std::string BasicSvg::getProperties ( )

◆ getRoot()

SvgTag BasicSvg::getRoot ( )

◆ getSVG()

std::string BasicSvg::getSVG ( )

◆ getSvgChildren()

std::string BasicSvg::getSvgChildren ( std::vector< SvgTag > p_children,
std::string p_tab )
protected

◆ isNumeric()

static bool BasicSvg::isNumeric ( std::string p_value)
static

◆ listChildren()

void BasicSvg::listChildren ( std::vector< SvgTag > p_tags,
std::string p_tab )
protected

◆ openXMLFile()

static string BasicSvg::openXMLFile ( std::string p_path)
static

◆ parse() [1/2]

bool BasicSvg::parse ( )

◆ parse() [2/2]

bool BasicSvg::parse ( std::string p_content)

◆ printSVG()

void BasicSvg::printSVG ( )

◆ setContent()

void BasicSvg::setContent ( std::string p_svgContent)

◆ setProperties()

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

◆ setSVG()

bool BasicSvg::setSVG ( std::string p_svgdata)

◆ tokenize()

bool BasicSvg::tokenize ( )

◆ toString()

std::string BasicSvg::toString ( )

Field Documentation

◆ _root

SvgTag BasicSvg::_root
protected

◆ _svgContent

std::string BasicSvg::_svgContent
protected

◆ _svgTagProperties

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

◆ _tokens

std::vector<SvgToken> BasicSvg::_tokens

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