Package peppy :: Package plugins :: Module process_list :: Class ProcessSidebar
[frames] | no frames]

Class ProcessSidebar

                   object --+        
                            |        
    lib.userparams.ClassPrefs --+    
                                |    
                   object --+   |    
                            |   |    
             debug.debugmixin --+    
                                |    
                  sidebar.Sidebar --+
                                    |
                  wx.ListCtrl --+   |
                                |   |
                   object --+   |   |
                            |   |   |
lib.processmanager.debugmixin --+   |
                                |   |
   lib.processmanager.ProcessList --+
                                    |
                       object --+   |
                                |   |
                 debug.debugmixin --+
                                    |
                                   ProcessSidebar

A sidebar showing the running processes

This is a global plugin that displays any subprocesses currently active. Any processes started using the ProcessManager will be displayed here.

Nested Classes

Inherited from lib.userparams.ClassPrefs: __metaclass__

Instance Methods
 
__init__(self, parent)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
 
paneInfoHook(self, paneinfo)
Hook to modify the paneinfo object before the major mode does anything with it.

Inherited from sidebar.Sidebar: getDefaultPaneInfo, getPaneInfo

Inherited from lib.processmanager.ProcessList: OnIdle, OnItemActivated, ResizeColumns, createColumns, kill, msgFinished, msgStarted, reset

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Methods

Inherited from sidebar.Sidebar: getClasses

Inherited from debug.debugmixin: dprint

Class Variables
  keyword = "processes"
  caption = _("Running Jobs")
  default_classprefs = IntParam('best_width', 500), IntParam('be...

Inherited from sidebar.Sidebar: classprefs

Inherited from lib.userparams.ClassPrefs: preferences_sort_weight

Inherited from debug.debugmixin: debuglevel

Properties

Inherited from object: __class__

Method Details

__init__(self, parent)
(Constructor)

 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

paneInfoHook(self, paneinfo)

 

Hook to modify the paneinfo object before the major mode does anything with it.

Overrides: sidebar.Sidebar.paneInfoHook
(inherited documentation)

Class Variable Details

default_classprefs

Value:
IntParam('best_width', 500), IntParam('best_height', 50), IntParam('mi\
n_width', 100), IntParam('min_height', 20), BoolParam('show', False),