ChartWidgetStatic

Incomplete documentation - sorry!

Note

Neil - please put some data in technical/class_headings/ChartWidgetStatic.rst

methods and attributes

class lib_openmolar.client.qt4.widgets.chart_widgets.chart_widget_static.ChartWidgetStatic(model=None, parent=None)[source]

Bases: lib_openmolar.client.qt4.widgets.chart_widgets.chart_widget_base.ChartWidgetBase

ChartWidget as used on the summary page

__init__(model=None, parent=None)[source]
draw_perio_data()[source]
draw_perio_lines()[source]
known_teeth_key[source]

returns a 64bit integer key of which teeth are present

paintEvent(event=None)[source]

overrides the paint event so that we can draw our grid note - other charts will re-implement this!

perio_lines[source]
resizeEvent(event=None)[source]
toggle_tooth_present()[source]

Table Of Contents

Previous topic

ChartWidgetCompleted

Next topic

ChartWidgetSummary