Package wx :: Package lib :: Package analogclock :: Module helpers
[frames | no frames]

Module wx.lib.analogclock.helpers

Classes
Box Gathers info about the clock face and tick sets.
Dyer Stores info about colours and borders of clock Elements.
Element Base class for face, hands and tick marks.
ElementWithDyer Base class for clock face and hands.
Face Holds info about the clock face.
Hand Holds info about a clock hand.
HandSet Manages the set of hands.
TickBinary Holds info about a tick mark.
TickCircle Holds info about a tick mark.
TickDecimal Holds info about a tick mark.
TickHex Holds info about a tick mark.
TickNone Holds info about a tick mark.
TickPoly Holds info about a tick mark.
TickRoman Holds info about a tick mark.
TickSet Manages a set of tick marks.
TickSquare Holds info about a tick mark.

Variable Summary
dict allTickStyles = {64: <class wx.lib.analogclock.helpers.T...

Variable Details

allTickStyles

Type:
dict
Value:
{1: <class wx.lib.analogclock.helpers.TickNone at 0xb722cfbc>,
 2: <class wx.lib.analogclock.helpers.TickSquare at 0xb7252e6c>,
 4: <class wx.lib.analogclock.helpers.TickCircle at 0xb7252f5c>,
 8: <class wx.lib.analogclock.helpers.TickPoly at 0xb725c0ec>,
 16: <class wx.lib.analogclock.helpers.TickDecimal at 0xb722c4dc>,
 32: <class wx.lib.analogclock.helpers.TickRoman at 0xb722c80c>,
 64: <class wx.lib.analogclock.helpers.TickBinary at 0xb722caac>,
 128: <class wx.lib.analogclock.helpers.TickHex at 0xb722ccec>}        

Generated by Epydoc 2.1.20050511.rpd on Mon Apr 3 21:14:28 2006 http://epydoc.sf.net