view::threads::Threads Class Reference

Inheritance diagram for view::threads::Threads:

view::base::Base List of all members.

Public Member Functions

def __init__
def update
def clear
def on_thread_selected

Private Attributes

 __selected
 __debugger
 __model
 __view

Detailed Description

Threads View, displays the debuggee threads

Definition at line 32 of file threads.py.


Member Function Documentation

def view::threads::Threads::__init__ (   self,
  tree 
)

Definition at line 34 of file threads.py.

def view::threads::Threads::clear (   self  ) 

Definition at line 75 of file threads.py.

def view::threads::Threads::on_thread_selected (   self,
  view 
)

Definition at line 79 of file threads.py.

def view::threads::Threads::update (   self,
  event 
)

Definition at line 54 of file threads.py.


Member Data Documentation

view::threads::Threads::__debugger [private]

Definition at line 37 of file threads.py.

view::threads::Threads::__model [private]

Definition at line 38 of file threads.py.

view::threads::Threads::__selected [private]

Definition at line 36 of file threads.py.

view::threads::Threads::__view [private]

Definition at line 44 of file threads.py.


The documentation for this class was generated from the following file: