Home | Trees | Indices | Help |
---|
|
twisted.application.service.Service --+ | twisted.application.service.MultiService --+ | Application
The sparked base class.
Spark applications inherit from this class.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
state = None A StateMachine instance which represents the main state of the Spark application. |
|||
baseOpts = None the basic options that are given on the sparked commandline; instance of sparked.launcher.Options. |
|||
appOpts = None the additional applocation commandline options; instance of your application's yourapplication.Options .
|
|||
quitFlag = None A launcher.QuitFlag instance controlling the clean shutdown of the program. |
|||
title =
The human-readable title of the application. |
|||
monitors = None the monitors.MonitorContainer instance with system monitors. |
|||
statusWindow = None the status window with information about the applictaion. |
|||
stage = None the stage for the display of graphics |
|
|
The application has just been started. Add your own services, create the stage, the status windows, etc, etc, here. |
|
|
quitFlagA launcher.QuitFlag instance controlling the clean shutdown of the program. Set by tap.makeService.
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Thu Sep 30 15:21:52 2010 | http://epydoc.sourceforge.net |