Trees | Indices | Help |
|
---|
|
object --+ | TS_Appearance
Holds color and font preferences.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
font_size size in points of the default font |
|||
font_bold (bool) default font is bold? |
|||
opengl True if OpenGL is allowed |
|||
line_width multiplier, default=1.0 |
|||
hide_hidden_signals False to show controls for all signals |
|||
multi_line_data True to add lines when lo-res data is expanded |
|||
auto_scale_data True to auto-scale data signals |
|||
color_idealized True to draw idealization with class colors |
|||
gauss_intensity True to draw fit curve with intensity gradient (otherwise +/- 1 std) |
|||
OnAddColor WeakEvent(name, (r,g,b,a)) when a color is looked up for the first time |
|||
OnSetAutoScaleData WeakEvent(bool) |
|||
OnSetColor WeakEvent(name, (r,g,b,a)) when a color is changed |
|||
OnSetColorIdealized WeakEvent(bool) |
|||
OnSetFontSize WeakEvent(font_size) when set_font_size() is called |
|||
OnSetGaussIntensity WeakEvent(bool) |
|||
OnSetHideHiddenSignals WeakEvent(bool) |
|||
OnSetLineWidth WeakEvent(line_width) when set_line_width() is called |
|||
OnSetMultiLineData WeakEvent(bool) |
|||
OnSetOpenGL WeakEvent(opengl) when set_opengl() is called |
|||
color_by_name dict: name -> TS_Color |
|||
colordef_by_name dict: name -> (r,g,b,a); values from color_preset() which haven't been requested by any components yet. |
|||
colors dict: name -> TS_Color |
|||
emsize width in pixels of a capital 'M' |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
|
font_sizesize in points of the default font
|
font_bold(bool) default font is bold?
|
openglTrue if OpenGL is allowed
|
line_widthmultiplier, default=1.0
|
hide_hidden_signalsFalse to show controls for all signals
|
multi_line_dataTrue to add lines when lo-res data is expanded
|
auto_scale_dataTrue to auto-scale data signals
|
color_idealizedTrue to draw idealization with class colors
|
gauss_intensityTrue to draw fit curve with intensity gradient (otherwise +/- 1 std)
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Dec 15 19:07:38 2017 | http://epydoc.sourceforge.net |