Visualization Library 2.0.0-b5
A lightweight C++ OpenGL middleware for 2D/3D graphics
|
[Download] [Tutorials] [All Classes] [Grouped Classes] |
Public Member Functions | |
def | __init__ (self, source, follow, processor) |
def | location (self) |
def | get_markup (self, tag_name) |
def | get_markup_name (self, tag_name) |
def | get_markup_words (self, tag_name) |
def | get_markup_text (self, tag_name) |
def | get_markup_items (self, tag_name) |
Public Attributes | |
source | |
code | |
type | |
name | |
section | |
markups | |
Definition at line 476 of file content.py.
def content.DocBlock.__init__ | ( | self, | |
source, | |||
follow, | |||
processor | |||
) |
Definition at line 478 of file content.py.
def content.DocBlock.get_markup | ( | self, | |
tag_name | |||
) |
return the DocMarkup corresponding to a given tag in a block
Definition at line 551 of file content.py.
References content.ContentProcessor.markups, and content.DocBlock.markups.
Referenced by content.DocBlock.get_markup_items(), content.DocBlock.get_markup_name(), and content.DocBlock.get_markup_words().
def content.DocBlock.get_markup_items | ( | self, | |
tag_name | |||
) |
Definition at line 577 of file content.py.
References content.DocBlock.get_markup().
def content.DocBlock.get_markup_name | ( | self, | |
tag_name | |||
) |
return the name of a given primary markup in a block
Definition at line 558 of file content.py.
References content.DocBlock.get_markup().
def content.DocBlock.get_markup_text | ( | self, | |
tag_name | |||
) |
Definition at line 573 of file content.py.
References content.DocBlock.get_markup_words().
def content.DocBlock.get_markup_words | ( | self, | |
tag_name | |||
) |
Definition at line 566 of file content.py.
References content.DocBlock.get_markup().
Referenced by content.DocBlock.get_markup_text().
def content.DocBlock.location | ( | self | ) |
Definition at line 548 of file content.py.
References FT_LzwStateRec_.source, content.DocBlock.source, and FT_Raster_Params_.source.
content.DocBlock.code |
Definition at line 482 of file content.py.
content.DocBlock.markups |
Definition at line 486 of file content.py.
Referenced by content.DocBlock.get_markup().
content.DocBlock.name |
Definition at line 484 of file content.py.
content.DocBlock.section |
Definition at line 485 of file content.py.
content.DocBlock.source |
Definition at line 481 of file content.py.
Referenced by content.DocBlock.location().
content.DocBlock.type |
Definition at line 483 of file content.py.
Visualization Library 2.0.0-b5 Reference Documentation
Updated on Mon Feb 10 2020 02:45:02.
© Copyright Michele Bosi. All rights reserved.