DiaryControl

Incomplete documentation - sorry!

Note

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

methods and attributes

class lib_openmolar.client.qt4.diary.components.diary_control.DiaryControl(parent=None)[source]

Bases: PyQt4.QtGui.QWidget

A widget to allow user choice of parameters to show what information is displayed on the diary (date, clinician etc...)

__init__(parent=None)[source]
date_change()[source]
date_changed

signal indicating that the date has changed. supplies a QDate

diary_schedule_controller = None
diary_view_controller = None
refresh()[source]

called if the database changes

set_limits(start, end)[source]
sizeHint()[source]
view_change(i)[source]
view_changed

signal indicating that the user want to view a different style eg day, week, fortnight etc...

Table Of Contents

Previous topic

DiaryAppointment

Next topic

DiaryDataModel