Package Volume :: Package Pvv :: Module loadAllCommands
[hide private]
[frames] | no frames]

Module loadAllCommands

source code

Module implements a command that allows to load all available Pvv commands.

Classes [hide private]
  LoadAll
Command to load all available Python Volume Viewer commands

Functions [hide private]
  initModule(viewer)

Variables [hide private]
  commandGUI = CommandGUI()
  menuName = 'Load All Commands'
  menuIndex = 25
  commandNames = {'vli': 'LoadAll', 'utvolren': 'LoadAll'}
  commandList = [{'name': '', 'cmd': None, 'gui': None}]

Function Details [hide private]

initModule(viewer)

source code 
None

Variables Details [hide private]

commandGUI

None
Value:
CommandGUI()                                                           
      

menuName

None
Value:
'Load All Commands'                                                    
      

menuIndex

None
Value:
25                                                                     
      

commandNames

None
Value:
{'vli': 'LoadAll', 'utvolren': 'LoadAll'}                              
      

commandList

None
Value:
[{'name': '', 'cmd': None, 'gui': None}]