view::stack::Stack Class Reference

Inheritance diagram for view::stack::Stack:

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

Public Member Functions

def __init__
def update
def clear
def on_selection_changed

Private Attributes

 __trace
 __thread
 __model

Static Private Attributes

dictionary __gsignals__

Detailed Description

Stack Trace View

Definition at line 33 of file stack.py.


Member Function Documentation

def view::stack::Stack::__init__ (   self,
  tree 
)

Definition at line 41 of file stack.py.

def view::stack::Stack::clear (   self  ) 

Definition at line 84 of file stack.py.

def view::stack::Stack::on_selection_changed (   self,
  sel 
)

Definition at line 88 of file stack.py.

def view::stack::Stack::update (   self,
  event 
)

Definition at line 65 of file stack.py.


Member Data Documentation

dictionary view::stack::Stack::__gsignals__ [static, private]

Initial value:

{
                "selection-changed" : ( 
                        gobject.SIGNAL_RUN_LAST, gobject.TYPE_NONE, (
                                gobject.TYPE_PYOBJECT, 
                                gobject.TYPE_PYOBJECT,) )
        }

Definition at line 35 of file stack.py.

view::stack::Stack::__model [private]

Definition at line 47 of file stack.py.

view::stack::Stack::__thread [private]

Definition at line 44 of file stack.py.

view::stack::Stack::__trace [private]

Definition at line 43 of file stack.py.


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