KiCad PCB EDA Suite
Loading...
Searching...
No Matches
MARKUP::NODE Struct Reference

#include <markup_parser.h>

Inheritance diagram for MARKUP::NODE:

Public Member Functions

std::string asString () const
 
std::string typeString () const
 
wxString asWxString () const
 
bool isOverbar () const
 
bool isSubscript () const
 
bool isSuperscript () const
 
bool isURL () const
 

Detailed Description

Definition at line 41 of file markup_parser.h.

Member Function Documentation

◆ asString()

std::string NODE::asString ( ) const

Definition at line 73 of file markup_parser.cpp.

◆ asWxString()

wxString NODE::asWxString ( ) const

Definition at line 67 of file markup_parser.cpp.

References From_UTF8().

Referenced by drawMarkup(), and PDF_PLOTTER::renderMarkupNode().

◆ isOverbar()

bool MARKUP::NODE::isOverbar ( ) const
inline

Definition at line 49 of file markup_parser.h.

Referenced by drawMarkup(), and PDF_PLOTTER::renderMarkupNode().

◆ isSubscript()

bool MARKUP::NODE::isSubscript ( ) const
inline

Definition at line 50 of file markup_parser.h.

Referenced by drawMarkup(), and PDF_PLOTTER::renderMarkupNode().

◆ isSuperscript()

bool MARKUP::NODE::isSuperscript ( ) const
inline

Definition at line 51 of file markup_parser.h.

Referenced by drawMarkup(), and PDF_PLOTTER::renderMarkupNode().

◆ isURL()

bool MARKUP::NODE::isURL ( ) const
inline

Definition at line 52 of file markup_parser.h.

Referenced by drawMarkup().

◆ typeString()

std::string NODE::typeString ( ) const

Definition at line 51 of file markup_parser.cpp.


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