Qucs-S S-parameter Viewer & RF Synthesis Tools
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
docutils.utils.math.math2html.AlphaCommand Class Reference
Inheritance diagram for docutils.utils.math.math2html.AlphaCommand:
Inheritance graph
[legend]
Collaboration diagram for docutils.utils.math.math2html.AlphaCommand:
Collaboration graph
[legend]

Public Member Functions

 parsebit (self, pos)
 
- Public Member Functions inherited from docutils.utils.math.math2html.CommandBit
 setcommand (self, command)
 
 parseparameter (self, pos)
 
 parsesquare (self, pos)
 
 parseliteral (self, pos)
 
 parsesquareliteral (self, pos)
 
 parsetext (self, pos)
 
- Public Member Functions inherited from docutils.utils.math.math2html.FormulaCommand
 detect (self, pos)
 
 parsewithcommand (self, command, pos)
 
 parsecommandtype (self, command, type, pos)
 
 extractcommand (self, pos)
 
 emptycommand (self, pos)
 
 parseupgreek (self, command, pos)
 
- Public Member Functions inherited from docutils.utils.math.math2html.FormulaBit
 __init__ (self)
 
 setfactory (self, factory)
 
 add (self, bit)
 
 skiporiginal (self, string, pos)
 
 computesize (self)
 
 clone (self)
 
 __str__ (self)
 
- Public Member Functions inherited from docutils.utils.math.math2html.Container
 process (self)
 
 gethtml (self)
 
 escape (self, line, replacements=EscapeConfig.entities)
 
 escapeentities (self, line)
 
 searchall (self, type)
 
 searchremove (self, type)
 
 searchprocess (self, type, process)
 
 locateprocess (self, locate, process)
 
 recursivesearch (self, locate, recursive, process)
 
 extracttext (self)
 
 group (self, index, group, isingroup)
 
 remove (self, index)
 
 tree (self, level=0)
 
 getparameter (self, name)
 
 getparameterlist (self, name)
 
 hasemptyoutput (self)
 

Public Attributes

 type
 
- Public Attributes inherited from docutils.utils.math.math2html.EmptyCommand
 contents
 
- Public Attributes inherited from docutils.utils.math.math2html.CommandBit
 command
 
 translated
 
- Public Attributes inherited from docutils.utils.math.math2html.FormulaCommand
 output
 
- Public Attributes inherited from docutils.utils.math.math2html.FormulaBit
 contents
 
 output
 
 factory
 
 size
 
 original
 
- Public Attributes inherited from docutils.utils.math.math2html.Container
 contents
 

Static Public Attributes

 commandmap = FormulaConfig.alphacommands
 
tuple greek_capitals
 
- Static Public Attributes inherited from docutils.utils.math.math2html.EmptyCommand
 commandmap = FormulaConfig.commands
 
- Static Public Attributes inherited from docutils.utils.math.math2html.FormulaCommand
list types = []
 
 start = FormulaConfig.starts['command']
 
 commandmap = None
 
- Static Public Attributes inherited from docutils.utils.math.math2html.FormulaBit
 type = None
 
int size = 1
 
str original = ''
 
- Static Public Attributes inherited from docutils.utils.math.math2html.Container
 partkey = None
 
 parent = None
 
 begin = None
 

Detailed Description

A command without parameters whose result is alphabetical.

Member Function Documentation

◆ parsebit()

docutils.utils.math.math2html.AlphaCommand.parsebit (   self,
  pos 
)

Member Data Documentation

◆ greek_capitals

tuple docutils.utils.math.math2html.AlphaCommand.greek_capitals
static
Initial value:
= ('\\Xi', '\\Theta', '\\Pi', '\\Sigma', '\\Gamma',
'\\Lambda', '\\Phi', '\\Psi', '\\Delta',
'\\Upsilon', '\\Omega')

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