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]
Namespaces | Variables
chktrcmp.py File Reference

Go to the source code of this file.

Namespaces

 chktrcmp
 

Variables

list chktrcmp.SRC_FILE_LIST = []
 
dictionary chktrcmp.USED_COMPONENT = {}
 
dictionary chktrcmp.KNOWN_COMPONENT = {}
 
list chktrcmp.SRC_FILE_DIRS = [ "src" ]
 
list chktrcmp.TRACE_DEF_FILES = [ "include/freetype/internal/fttrace.h" ]
 
 chktrcmp.c_pathname_pat = re.compile( '^.*\.[ch]$', re.IGNORECASE )
 
 chktrcmp.trace_use_pat = re.compile( '^[ \t]*#define[ \t]+FT_COMPONENT[ \t]+trace_' )
 
 chktrcmp.src_pathname = os.path.join( p, f )
 
int chktrcmp.line_num = 0
 
 chktrcmp.src_line = src_line.strip()
 
 chktrcmp.component_name = trace_use_pat.sub( '', src_line )
 
 chktrcmp.trace_def_pat_opn = re.compile( '^.*FT_TRACE_DEF[ \t]*\([ \t]*' )
 
 chktrcmp.trace_def_pat_cls = re.compile( '[ \t\)].*$' )
 
 chktrcmp.hdr_line = hdr_line.strip()
 
dictionary chktrcmp.cmpnt = USED_COMPONENT.keys()