Visualization Library 2.0.0-b5
A lightweight C++ OpenGL middleware for 2D/3D graphics
|
[Download] [Tutorials] [All Classes] [Grouped Classes] |
Go to the source code of this file.
Classes | |
class | sources.SourceBlockFormat |
BLOCK FORMAT PATTERN. More... | |
class | sources.SourceBlock |
SOURCE BLOCK CLASS. More... | |
class | sources.SourceProcessor |
SOURCE PROCESSOR CLASS. More... | |
Namespaces | |
sources | |
Variables | |
string | sources.start |
string | sources.column |
sources.re_source_block_format1 = SourceBlockFormat( 1, start, column, start ) | |
string | sources.end |
sources.re_source_block_format2 = SourceBlockFormat( 2, start, column, end ) | |
list | sources.re_source_block_formats = [re_source_block_format1, re_source_block_format2] |
sources.re_markup_tag1 = re.compile( ) | |
sources.re_markup_tag2 = re.compile( ) | |
list | sources.re_markup_tags = [re_markup_tag1, re_markup_tag2] |
sources.re_crossref = re.compile( r'@((?:\w|-)*)(.*)' ) | |
sources.re_italic = re.compile( r"_(\w(\w|')*)_(.*)" ) | |
sources.re_bold = re.compile( r"\*(\w(\w|')*)\*(.*)" ) | |
sources.re_source_sep = re.compile( r'\s*/\*\s*\*/' ) | |
sources.re_source_crossref = re.compile( r'(\W*)(\w*)' ) | |
sources.re_source_keywords = re.compile( , re.VERBOSE ) | |
Visualization Library 2.0.0-b5 Reference Documentation
Updated on Mon Feb 10 2020 02:44:55.
© Copyright Michele Bosi. All rights reserved.