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.DocBlock Class Reference

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
 

Detailed Description

Definition at line 476 of file content.py.

Constructor & Destructor Documentation

◆ __init__()

def content.DocBlock.__init__ (   self,
  source,
  follow,
  processor 
)

Definition at line 478 of file content.py.

Member Function Documentation

◆ get_markup()

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().

◆ get_markup_items()

def content.DocBlock.get_markup_items (   self,
  tag_name 
)

Definition at line 577 of file content.py.

References content.DocBlock.get_markup().

◆ get_markup_name()

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().

◆ get_markup_text()

def content.DocBlock.get_markup_text (   self,
  tag_name 
)

Definition at line 573 of file content.py.

References content.DocBlock.get_markup_words().

◆ 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().

◆ location()

def content.DocBlock.location (   self)

Member Data Documentation

◆ code

content.DocBlock.code

Definition at line 482 of file content.py.

◆ markups

content.DocBlock.markups

Definition at line 486 of file content.py.

Referenced by content.DocBlock.get_markup().

◆ name

content.DocBlock.name

Definition at line 484 of file content.py.

◆ section

content.DocBlock.section

Definition at line 485 of file content.py.

◆ source

content.DocBlock.source

Definition at line 481 of file content.py.

Referenced by content.DocBlock.location().

◆ type

content.DocBlock.type

Definition at line 483 of file content.py.


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