change_branch.ChangeBranchDialogModel Class Reference

Public Member Functions

int columnCount (self, QtCore.QModelIndex parent=QtCore.QModelIndex())
 
def data (self, QtCore.QModelIndex index, int role=QtCore.Qt.DisplayRole)
 
def headerData (self, int section, QtCore.Qt.Orientation orientation, int role=QtCore.Qt.DisplayRole)
 
int rowCount (self, QtCore.QModelIndex parent=QtCore.QModelIndex())
 

Public Attributes

 refs
 
 repo
 

Static Public Attributes

 DataSortRole = QtCore.Qt.UserRole
 
list display_data = []
 
int RefAccessRole = QtCore.Qt.UserRole + 1
 
list refs = []
 

Member Function Documentation

◆ columnCount()

int change_branch.ChangeBranchDialogModel.columnCount (   self,
QtCore.QModelIndex   parent = QtCore.QModelIndex() 
)

◆ data()

◆ headerData()

def change_branch.ChangeBranchDialogModel.headerData (   self,
int  section,
QtCore.Qt.Orientation  orientation,
int   role = QtCore.Qt.DisplayRole 
)

◆ rowCount()

int change_branch.ChangeBranchDialogModel.rowCount (   self,
QtCore.QModelIndex   parent = QtCore.QModelIndex() 
)

Member Data Documentation

◆ DataSortRole

change_branch.ChangeBranchDialogModel.DataSortRole = QtCore.Qt.UserRole
static

◆ display_data

list change_branch.ChangeBranchDialogModel.display_data = []
static

◆ RefAccessRole

int change_branch.ChangeBranchDialogModel.RefAccessRole = QtCore.Qt.UserRole + 1
static

◆ refs [1/2]

list change_branch.ChangeBranchDialogModel.refs = []
static

◆ refs [2/2]

change_branch.ChangeBranchDialogModel.refs

◆ repo


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