![]() |
Python_2
1.0
|
Public Member Functions | |
def | __init__ (self) |
def | __del__ (self) |
def | stop (self) |
def | run (self) |
Private Attributes | |
__pid | |
__on | |
Class for controlling the recording process.
def _11_tkradio.FMRec.__init__ | ( | self | ) |
Constructor.
def _11_tkradio.FMRec.__del__ | ( | self | ) |
Destructor. Stops the recording, before quitting.
References _07_alarme_class.alarm.stop(), _08a_pack_circles.Timer.stop(), _11_tkradio.IRRec.stop(), and _11_tkradio.FMRec.stop().
def _11_tkradio.FMRec.run | ( | self | ) |
def _11_tkradio.FMRec.stop | ( | self | ) |
Stops the recording, by killing the recorder process.
References _07_alarme_class.alarm.__on, _11_tkradio.IRRec.__on, _11_tkradio.FMRec.__on, _07_alarme_class.alarm.__pid, _11_tkradio.FMRec.__pid, and _11_tkradio.killProc().
Referenced by _11_tkradio.FMRec.__del__(), and _11_tkradio.FMRec.run().
|
private |
Referenced by _11_tkradio.FMRec.run(), and _11_tkradio.FMRec.stop().
|
private |
Referenced by _11_tkradio.FMRec.run(), and _11_tkradio.FMRec.stop().