PyANGKernel.OCITApValue

class OCITApValue

Synopsis

Methods

Note

This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE

__init__()
addInstance(pair)
Parameters:

pair – .std.pairint,int

clearInstances()
getByteCount()
Return type:

int

getCategory()
Return type:

str

getFieldWidth()
Return type:

int

getGraphicalView()
Return type:

bool

getId()
Return type:

int

getLongName()
Return type:

str

getMaximumIndex()
Return type:

int

getMaximumValue()
Return type:

int

getMinimumIndex()
Return type:

int

getMinimumValue()
Return type:

int

getName()
Return type:

str

instances()
Return type:

.list of int

setByteCount(count)
Parameters:

count – int

setCategory(aCategory)
Parameters:

aCategory – str

setFieldWidth(width)
Parameters:

width – int

setGraphicalView(graphical)
Parameters:

graphical – bool

setId(aId)
Parameters:

aId – int

setLongName(aLongname)
Parameters:

aLongname – str

setMaximumIndex(max)
Parameters:

max – int

setMaximumValue(max)
Parameters:

max – int

setMinimumIndex(min)
Parameters:

min – int

setMinimumValue(min)
Parameters:

min – int

setName(aName)
Parameters:

aName – str