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

Public Member Functions

def __init__ (self, tag, lines)
 
def get_name (self)
 
def get_start (self)
 
def dump (self, margin)
 

Public Attributes

 tag
 
 fields
 

Detailed Description

Definition at line 232 of file content.py.

Constructor & Destructor Documentation

◆ __init__()

def content.DocMarkup.__init__ (   self,
  tag,
  lines 
)

Definition at line 234 of file content.py.

Member Function Documentation

◆ dump()

def content.DocMarkup.dump (   self,
  margin 
)

◆ get_name()

def content.DocMarkup.get_name (   self)

Definition at line 265 of file content.py.

References content.DocMarkup.fields.

◆ get_start()

def content.DocMarkup.get_start (   self)

Definition at line 271 of file content.py.

References content.DocMarkup.fields.

Member Data Documentation

◆ fields

content.DocMarkup.fields

◆ tag

content.DocMarkup.tag

Definition at line 235 of file content.py.

Referenced by content.DocMarkup.dump().


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