Home | Trees | Index | Help |
|
---|
Package aldrin :: Module hdrecorder :: Class HDRecorderDialog |
|
object
--+ |Object
--+ |EvtHandler
--+ |Window
--+ |TopLevelWindow
--+ |Dialog
--+ | HDRecorderDialog
Method Summary | |
---|---|
Initializer. | |
Handles clicks on the auto start/stop checkbox. | |
Handler for the "Rec" button. | |
Handler for the "Save As..." button. | |
Handler for the "Stop" button. | |
Called by timer event. | |
Inherited from object | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
x.__hash__() <==> hash(x) | |
T.__new__(S, ...) -> a new object with type S, a subtype of T | |
helper for pickle | |
helper for pickle | |
x.__setattr__('name', value) <==> x.name = value | |
x.__str__() <==> str(x) |
Class Variable Summary | |
---|---|
int |
AUTOSTARTSTOP = 110 |
int |
REC = 108 |
int |
SAVEAS = 107 |
int |
STOP = 109 |
str |
WILDCARD = 'PCM Waves (*.wav)|*.wav'
|
Instance Method Details |
---|
__init__(self,
*args,
**kwds)
Initializer.
|
on_autostartstop(self, event)Handles clicks on the auto start/stop checkbox. Updates the masters auto_write property.
|
on_rec(self, event)Handler for the "Rec" button.
|
on_saveas(self, event)Handler for the "Save As..." button.
|
on_stop(self, event)Handler for the "Stop" button.
|
on_timer(self, event)Called by timer event. Updates controls according to current state of recording.
|
Class Variable Details |
---|
AUTOSTARTSTOP
|
REC
|
SAVEAS
|
STOP
|
WILDCARD
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Sun Feb 4 18:01:15 2007 | http://epydoc.sf.net |