Linux Perf
call-graph-from-sql.TreeModel Class Reference
Inheritance diagram for call-graph-from-sql.TreeModel:
Inheritance graph
Collaboration diagram for call-graph-from-sql.TreeModel:
Collaboration graph

Public Member Functions

def __init__ (self, db, parent=None)
 
def columnCount (self, parent)
 
def rowCount (self, parent)
 
def headerData (self, section, orientation, role)
 
def parent (self, child)
 
def index (self, row, column, parent)
 
def data (self, index, role)
 

Public Attributes

 db
 
 root
 

Detailed Description

Definition at line 222 of file call-graph-from-sql.py.

Constructor & Destructor Documentation

◆ __init__()

def call-graph-from-sql.TreeModel.__init__ (   self,
  db,
  parent = None 
)

Definition at line 224 of file call-graph-from-sql.py.

Member Function Documentation

◆ columnCount()

def call-graph-from-sql.TreeModel.columnCount (   self,
  parent 
)

Definition at line 229 of file call-graph-from-sql.py.

◆ data()

def call-graph-from-sql.TreeModel.data (   self,
  index,
  role 
)

Definition at line 264 of file call-graph-from-sql.py.

◆ headerData()

def call-graph-from-sql.TreeModel.headerData (   self,
  section,
  orientation,
  role 
)

Definition at line 239 of file call-graph-from-sql.py.

◆ index()

def call-graph-from-sql.TreeModel.index (   self,
  row,
  column,
  parent 
)

Definition at line 256 of file call-graph-from-sql.py.

◆ parent()

def call-graph-from-sql.TreeModel.parent (   self,
  child 
)

Definition at line 249 of file call-graph-from-sql.py.

◆ rowCount()

def call-graph-from-sql.TreeModel.rowCount (   self,
  parent 
)

Definition at line 232 of file call-graph-from-sql.py.

Member Data Documentation

◆ db

call-graph-from-sql.TreeModel.db

Definition at line 226 of file call-graph-from-sql.py.

◆ root

call-graph-from-sql.TreeModel.root

Definition at line 227 of file call-graph-from-sql.py.


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