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, name="Other") |
def | add_def (self, block) |
def | add_block (self, block) |
def | process (self) |
def | reorder (self) |
Public Attributes | |
name | |
blocks | |
block_names | |
defs | |
abstract | |
description | |
order | |
title | |
chapter | |
Definition at line 304 of file content.py.
def content.DocSection.__init__ | ( | self, | |
name = "Other" |
|||
) |
Definition at line 306 of file content.py.
def content.DocSection.add_block | ( | self, | |
block | |||
) |
Definition at line 320 of file content.py.
References content.DocSection.block_names, internal_state.blocks, and content.DocSection.blocks.
def content.DocSection.add_def | ( | self, | |
block | |||
) |
Definition at line 317 of file content.py.
References content.DocSection.defs.
def content.DocSection.process | ( | self | ) |
Definition at line 324 of file content.py.
References content.DocSection.abstract, content.DocSection.defs, content.DocSection.description, PSH_HintRec_.order, content.DocChapter.order, content.DocSection.order, content.DocChapter.title, and content.DocSection.title.
def content.DocSection.reorder | ( | self | ) |
Definition at line 335 of file content.py.
References content.DocSection.block_names, PSH_HintRec_.order, content.DocChapter.order, content.DocSection.order, and utils.sort_order_list().
content.DocSection.abstract |
Definition at line 311 of file content.py.
Referenced by content.DocSection.process().
content.DocSection.block_names |
Definition at line 309 of file content.py.
Referenced by content.DocSection.add_block(), and content.DocSection.reorder().
content.DocSection.blocks |
Definition at line 308 of file content.py.
Referenced by content.DocSection.add_block(), sources.SourceProcessor.add_block_lines(), sources.SourceProcessor.dump(), and sources.SourceProcessor.reset().
content.DocSection.chapter |
Definition at line 315 of file content.py.
content.DocSection.defs |
Definition at line 310 of file content.py.
Referenced by content.DocSection.add_def(), and content.DocSection.process().
content.DocSection.description |
Definition at line 312 of file content.py.
Referenced by content.DocSection.process().
content.DocSection.name |
Definition at line 307 of file content.py.
content.DocSection.order |
Definition at line 313 of file content.py.
Referenced by content.DocSection.process(), and content.DocSection.reorder().
content.DocSection.title |
Definition at line 314 of file content.py.
Referenced by content.DocSection.process().
Visualization Library 2.0.0-b5 Reference Documentation
Updated on Mon Feb 10 2020 02:45:02.
© Copyright Michele Bosi. All rights reserved.