|
init(self,
system,
scripts,
installed,
associated,
profile,
devices,
timestamp,
**kwargs)
Creates and shows the settings dialog and its components |
source code
|
|
|
activate(self,
timestamp,
present=True,
**kwargs)
Try to bring the window to the foreground. |
source code
|
|
gtk.Widget
|
|
gtk.Widget
|
|
gtk.Widget
|
|
gtk.Widget
|
|
gtk.Widget
|
|
|
_createSystemSettingsView(self)
Populates the system settings profile panel. |
source code
|
|
|
_createProfileView(self,
associated,
installed)
Populates all of the profile view tab panels. |
source code
|
|
|
_createScriptSettingsView(self)
Populates the list of configurable AccessEngine.AEScripts and
selects the first to generate its settings panel. |
source code
|
|
|
_createDeviceSettingsView(self)
Populates the list of configurable AEInput and AEOutput devices and selects the first to generate
its settings panel. |
source code
|
|
|
|
|
|
|
|
dictionary of string : list of string
|
|
|
_onOK(self,
widget)
Closes the dialog and sends a signal indicating the OK action. |
source code
|
|
|
_onCancel(self,
widget)
Closes the dialog and sends a signal indicating the Cancel
action. |
source code
|
|
|
|
|
close(self)
Closes the chooser, preventing further chooser interaction with
the user. |
source code
|
|
string
|
|
|
|
Inherited from AccessEngine.AEChooser.AEChooser :
__call__ ,
__init__ ,
update
Inherited from AccessEngine.AEUserInterface.AEUserInterface :
getClassName ,
getDescription ,
getPath
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|
boolean
|
GLOBAL_SINGLETON = True
Allow only one instance of a chooser to exist at a time globally?
This flag should be overriden by a subclass to indicate whether the
chooser is a global singleton or not.
|
integer
|
SCRIPT = 0
Tab number for configuring scripts
|
integer
|
DEVICE = 1
Tab number for configuring devices
|
integer
|
SYSTEM = 2
Tab number for configuring system settings
|
integer
|
PROFILE = 3
Tab number for configuring the profile
|
string
|
FRAME_MARKUP = '<span size="xx-large" weight="bold">%s</span>'
Pango markup for frame panels to make text larger
|
integer
|
RAISE = RAISE
Raise priority of a AEUserInterface for handling events or getting
loaded
|
integer
|
LOWER = LOWER
Lower priority of a AEUserInterface for handling events or getting
loaded
|
integer
|
TO_LOAD = TO_LOAD
Indicates a AEUserInterface is now set to be loaded
|
integer
|
TO_UNLOAD = TO_UNLOAD
Indicates a AEUserInterface is now set to be unloaded
|
Inherited from AccessEngine.AEChooser.AEChooser :
APPLY ,
APP_SINGLETON ,
CANCEL ,
OK
|
list of string
|
associated
All UIE class names associated with this profile
|
gtk.TreeView
|
device_tv
List of configurable AEInput and AEOutput devices
|
dictionary of string : AEState
|
devices
Per AEOutput device settings keyed by human readable
device name
|
gtk.Dialog
|
dialog
Dialog widget for configuring SUE settings
|
WidgetFactory
|
factory
Factory used to create gtk widget for settings
|
dictionary of string : 3-tuple of string
|
installed
All UIE class names, human readable names, and descriptions
installed keyed by their type
|
GTKUIEView.UIEView
|
profile_choosers
View of AEChoosers installed
|
GTKUIEView.UIEView
|
profile_devices
Aids selection of preferred AEOutput and AEInput devices associated with this profile
|
GTKUIEView.UIEView
|
profile_monitors
Aids selection of AEMonitors to associate with the profile
|
GTKUIEView.UIEView
|
profile_scripts
Aids selection of AccessEngine.AEScripts to associate with the
profile
|
gtk.TreeView
|
script_tv
List of configurable AccessEngine.AEScripts
|
dictionary of string : AEState
|
scripts
AccessEngine.AEScript settings keyed by human readable script
name
|
gtk.Notebook
|
section_nb
Main tabbed panel
|
AEState
|
system
SUE system wide settings
|
gtk.Viewport
|
system_vp
Panel for system settings
|
Inherited from AccessEngine.AEChooser.AEChooser :
aid ,
block_signals
|