view::listings::Listings Class Reference

Inheritance diagram for view::listings::Listings:

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

Public Member Functions

def __init__
def add
def show
def show_frame
def update
def clear

Private Member Functions

def __show

Private Attributes

 __current_view
 __book
 _Composite__views

Detailed Description

Display a collection of source code, disassembly, and mixed listing

Definition at line 34 of file listings.py.


Member Function Documentation

def view::listings::Listings::__init__ (   self,
  book 
)

Definition at line 36 of file listings.py.

def view::listings::Listings::__show (   self,
  thread,
  addr,
  sym,
  filename,
  line 
) [private]

Definition at line 72 of file listings.py.

def view::listings::Listings::add (   self,
  v,
  filename 
)

Definition at line 43 of file listings.py.

def view::listings::Listings::clear (   self  ) 

Reimplemented from view::base::Composite.

Definition at line 110 of file listings.py.

def view::listings::Listings::show (   self,
  thread,
  addr,
  sym 
)

Definition at line 58 of file listings.py.

def view::listings::Listings::show_frame (   self,
  stackView,
  thread,
  frame 
)

Definition at line 96 of file listings.py.

def view::listings::Listings::update (   self,
  event 
)

Reimplemented from view::base::Composite.

Definition at line 100 of file listings.py.


Member Data Documentation

view::listings::Listings::__book [private]

Definition at line 40 of file listings.py.

view::listings::Listings::__current_view [private]

Definition at line 38 of file listings.py.

view::listings::Listings::_Composite__views [private]

Definition at line 123 of file listings.py.


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