Package teamwork :: Package widgets :: Package PsychGUI :: Module ThemeSelector :: Class ThemeSel
[hide private]
[frames] | no frames]

Class ThemeSel

source code

Instance Methods [hide private]
 
__init__(self, parent, entities=None, balloon=None) source code
 
change(self, field, value) source code
 
addItem(self)
Takes the item currently indicated by the option menus and adds it to the current campaign
source code
 
removeItems(self) source code
 
getCampaign(self) source code
Class Variables [hide private]
  commonFields = ['sequence', 'actor', 'action', 'recipient']
  msgFields = ['themes', 'messageSubj', 'message', 'force', 'ove...
  cmdFields = ['comact', 'comrecipient']
  msgTypes = {'BombingHurtsInnocents': [], 'GovtPower': ['Powerf...
  labels = {'action': 'Action', 'actor': 'Actor', 'comact': 'Cmd...
Class Variable Details [hide private]

msgFields

Value:
['themes', 'messageSubj', 'message', 'force', 'overhear']

msgTypes

Value:
{'BombingHurtsInnocents': [],
 'GovtPower': ['Powerful'],
 'InevitableDefeat': ['Powerful',
                      'PunishViolence',
                      'SupportCortinaGov',
                      'SupportRCNG',
                      'SupportRCNGandGov',
                      'Weak'],
...

labels

Value:
{'action': 'Action',
 'actor': 'Actor',
 'comact': 'Cmd Verb',
 'comrecipient': 'Cmd Obj',
 'force': 'Force',
 'message': 'Msg Verb',
 'messageSubj': 'Msg Subj',
 'overhear': 'Overheard',
...