Classes | Functions | Variables
rqt_dyn_tune.syntax Namespace Reference

Classes

class  PythonHighlighter
 

Functions

def format (color, style='')
 

Variables

dictionary BRIGHT_STYLES
 
dictionary DARK_STYLES
 
 reformat = format
 

Function Documentation

def rqt_dyn_tune.syntax.format (   color,
  style = '' 
)
Return a QTextCharFormat with the given attributes.

Definition at line 8 of file syntax.py.

Variable Documentation

dictionary rqt_dyn_tune.syntax.BRIGHT_STYLES
Initial value:
1 = {
2  'defaults': format('black'),
3  'keyword': format('blue'),
4  'operator': format('red'),
5  'brace': format('black'),
6  'defclass': format('black', 'bold'),
7  'string': format('darkmagenta'),
8  'string2': format('green'),
9  'comment': format('darkGray', 'italic'),
10  'self': format('black', 'italic'),
11  'numbers': format('brown'),
12 }
def format(color, style='')
Definition: syntax.py:8

Definition at line 30 of file syntax.py.

dictionary rqt_dyn_tune.syntax.DARK_STYLES
Initial value:
1 = {
2  'defaults': format('white'),
3  'keyword': format('lightBlue', 'bold'),
4  'operator': format('orange'),
5  'brace': format('white'),
6  'defclass': format('lightGreen', 'bold'),
7  'string': format('darkmagenta'),
8  'string2': format('green'),
9  'comment': format('darkGray', 'italic'),
10  'self': format('white', 'italic'),
11  'numbers': format('brown'),
12 }
def format(color, style='')
Definition: syntax.py:8

Definition at line 43 of file syntax.py.

rqt_dyn_tune.syntax.reformat = format

Definition at line 26 of file syntax.py.



rqt_dyn_tune
Author(s):
autogenerated on Mon Jun 10 2019 14:52:09