Trees | Indices | Help |
|
---|
|
object --+ | sip.simplewrapper --+ | sip.wrapper --+ | PyQt4.QtCore.QObject --+ | PyQt4.QtCore.QAbstractItemModel --+ | PyQt4.QtCore.QAbstractTableModel --+ | Qt.QtCore.QAbstractTableModel --+ | CoordinatesModel
A base class for cordinates models used for constraint and scan coordinates in Scan and Optimization tabs. This class should not(!) be initialized on its own. This model is used with Qt view.
|
|||
|
|||
|
|||
int |
|
||
int |
|
||
bool |
|
||
|
|||
bool |
|
||
bool |
|
||
int or None |
|
||
Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from |
|
|||
object |
COLUMN = None class that contains information about columns in which coordinates data is displayed. |
||
Inherited from |
|
|||
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
Retrieve the requested header data. This data is used to show Qt view column/row headers.
|
Return the number of rows in the model
|
Return the number of columns in the model
|
This function check whether this coordinate is already present in this model.
|
Remove any existing data
|
Removes the given row from the child items of the parent specified. Returns true if the row is removed; otherwise returns false.
|
This function searches for a given coordinate. If match is found coordinate is removed.
|
This function searches for coordinate defined by atoms list and coordinate type. If match is found this function returns row index and None otherwise.
|
|
COLUMNclass that contains information about columns in which coordinates data is displayed. It should contain NAMES variable for column names and indices of columns. This object needs to be initialize in derived classes.
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Oct 26 00:59:45 2016 | http://epydoc.sourceforge.net |