Visualization Library 2.0.0-b5

A lightweight C++ OpenGL middleware for 2D/3D graphics

VL     Star     Watch     Fork     Issue

[Download] [Tutorials] [All Classes] [Grouped Classes]
Public Member Functions | Public Attributes | List of all members
content.DocSection Class Reference

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
 

Detailed Description

Definition at line 304 of file content.py.

Constructor & Destructor Documentation

◆ __init__()

def content.DocSection.__init__ (   self,
  name = "Other" 
)

Definition at line 306 of file content.py.

Member Function Documentation

◆ add_block()

def content.DocSection.add_block (   self,
  block 
)

◆ add_def()

def content.DocSection.add_def (   self,
  block 
)

Definition at line 317 of file content.py.

References content.DocSection.defs.

◆ process()

def content.DocSection.process (   self)

◆ reorder()

def content.DocSection.reorder (   self)

Member Data Documentation

◆ abstract

content.DocSection.abstract

Definition at line 311 of file content.py.

Referenced by content.DocSection.process().

◆ block_names

content.DocSection.block_names

Definition at line 309 of file content.py.

Referenced by content.DocSection.add_block(), and content.DocSection.reorder().

◆ blocks

content.DocSection.blocks

◆ chapter

content.DocSection.chapter

Definition at line 315 of file content.py.

◆ defs

content.DocSection.defs

Definition at line 310 of file content.py.

Referenced by content.DocSection.add_def(), and content.DocSection.process().

◆ description

content.DocSection.description

Definition at line 312 of file content.py.

Referenced by content.DocSection.process().

◆ name

content.DocSection.name

Definition at line 307 of file content.py.

◆ order

content.DocSection.order

Definition at line 313 of file content.py.

Referenced by content.DocSection.process(), and content.DocSection.reorder().

◆ title

content.DocSection.title

Definition at line 314 of file content.py.

Referenced by content.DocSection.process().


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