Package AEConstants :: Module Profile
[hide private]
[frames] | no frames]

Module Profile

source code

Profile constants.


Author: Peter Parente

Organization: IBM Corporation

Copyright: Copyright (c) 2005, 2007 IBM Corporation

License: The BSD License

All rights reserved. This program and the accompanying materials are made available under the terms of the BSD license which accompanies this distribution, and is available at http://www.opensource.org/licenses/bsd-license.php

Variables [hide private]
dictionary DEFAULT_ASSOCIATIONS = {'user': ['Keyboard', 'CliqueAudio', 'I...
Mapping from built-in profile name to UIElements that ship with LSR that should be part of the profile by default
list of string BUILTIN_PROFILES = DEFAULT_ASSOCIATIONS.keys()
Names of built-in, protected profiles
string DEFAULT_PROFILE = 'user'
Name of the default profile to use when none is specified
list of string GENERATE_PROFILES = ['user', 'developer']
Names of profiles to which generated Perks should be added automatically
Variables Details [hide private]

DEFAULT_ASSOCIATIONS

Mapping from built-in profile name to UIElements that ship with LSR that should be part of the profile by default
Type:
dictionary
Value:
{'user': ['Keyboard', 'CliqueAudio', 'IBMSpeech', 'DECtalkSpeech', 'El\
oquenceSpeech', 'LoquendoSpeech', 'SwiftSpeech', 'ThetaSpeech', 'Espea\
kSpeech', 'FreeTTSSpeech', 'SpeechDispatcher', 'FestivalSpeech', 'BrlA\
PIDevice', 'ReviewPerk', 'BasicSpeechPerk', 'BasicBraillePerk', 'Bookm\
arkPerk', 'DefaultDialogPerk', 'AltShiftPerk', 'MetacityPerk', 'GaimPe\
rk', 'GTerminalPerk', 'FirefoxPerk', 'SearchPerk', 'GKeybindingPerk', \
'GCalcPerk', 'GEditPerk'], 'developer': ['Keyboard', 'CliqueAudio', 'I\
BMSpeech', 'DECtalkSpeech', 'EloquenceSpeech', 'LoquendoSpeech', 'Swif\
...