OpenStructure
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Data Fields
TableModel Class Reference

Inherits QAbstractTableModel.

Public Member Functions

def __init__
 
def rowCount
 
def headerData
 
def columnCount
 
def sort
 
def data
 

Data Fields

 table
 

Detailed Description

Definition at line 7 of file table.py.

Constructor & Destructor Documentation

def __init__ (   self,
  table,
  parent = None 
)

Definition at line 8 of file table.py.

Member Function Documentation

def columnCount (   self,
  index 
)

Definition at line 20 of file table.py.

def data (   self,
  index,
  role 
)

Definition at line 30 of file table.py.

def headerData (   self,
  section,
  orientation,
  role 
)

Definition at line 15 of file table.py.

def rowCount (   self,
  index 
)

Definition at line 12 of file table.py.

def sort (   self,
  column,
  order 
)

Definition at line 23 of file table.py.

Field Documentation

table

Definition at line 10 of file table.py.


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