CBoolean: A Boolean

CCP4Data.CData -> CCP4Data.CBaseData -> CCP4Data.CBoolean

Contents of class:

This is a simple class without contents

Qualifiers for class:

allowUndefinedboolTrue
defaultboolNotImplemented
toolTipstrNotImplemented
guiLabelstrNotImplemented
guiDefinitiondict{}
helpFilestrNotImplemented
saveToDbboolFalseSave this data in the database
charWidthint10

CFloat: A float

CCP4Data.CData -> CCP4Data.CBaseData -> CCP4Data.CFloat

Contents of class:

This is a simple class without contents

Qualifiers for class:

allowUndefinedboolTrue
defaultfloatNotImplemented
toolTipstrNotImplemented
guiLabelstrNotImplemented
guiDefinitiondict{}
helpFilestrNotImplemented
saveToDbboolFalseSave this data in the database
charWidthint10
minfloatNoneThe inclusive minimum value
maxfloatNoneThe inclusive maximum value
onlyEnumeratorsboolFalseIf this is true then the enumerators are obligatory - otherwise they are treated as recommended values
enumeratorslist[]A Python list of allowed or recommended values - see onlyEnumerators
menuTextlist[]A Python list of strings, matching items in enumerators list, to appear on GUI menu

CFloatRange: Two floats defining start and end of range

CCP4Data.CData -> CCP4Data.CRange -> CCP4Data.CFloatRange

Contents of class:

startCFloat
endCFloat

Qualifiers for class:

allowUndefinedboolTrue
defaultdictNotImplemented
toolTipstrNotImplemented
guiLabelstrNotImplemented
guiDefinitiondict{}
helpFilestrNotImplemented
saveToDbboolFalseSave this data in the database
compareintNotImplementedIf value is 1/-1 the end value must be greater/less than start.

CFollowFromJob

CCP4Data.CData -> CCP4Data.CBaseData -> CCP4Data.CString -> CCP4Data.CUUID -> CCP4Data.CFollowFromJob

Contents of class:

This is a simple class without contents

Qualifiers for class:

allowUndefinedboolTrue
defaultstrNotImplemented
toolTipstrNotImplemented
guiLabelstrNotImplemented
guiDefinitiondict{}
helpFilestrNotImplemented
saveToDbboolFalseSave this data in the database
charWidthint-1
minLengthintNoneMinimum length of string
maxLengthintNoneMaximum length of string
onlyEnumeratorsboolFalseIf this is true then the enumerators are obligatory - otherwise they are treated as recommended values
enumeratorslist[]A list of allowed or recommended values for string
menuTextlist[]A list of strings equivalent to the enumerators that will appear in the GUI
allowedCharsCodeint0Flag if the text is limited to set of allowed characters

CI2DataType

CCP4Data.CData -> CCP4Data.CBaseData -> CCP4Data.CString -> CCP4Data.CI2DataType

Contents of class:

This is a simple class without contents

Qualifiers for class:

allowUndefinedboolTrue
defaultstrNotImplemented
toolTipstrNotImplemented
guiLabelstrNotImplemented
guiDefinitiondict{}
helpFilestrNotImplemented
saveToDbboolFalseSave this data in the database
charWidthint-1
minLengthintNoneMinimum length of string
maxLengthintNoneMaximum length of string
onlyEnumeratorsboolFalseIf this is true then the enumerators are obligatory - otherwise they are treated as recommended values
enumeratorslist['CPdbDataFile', 'CSeqDataFile', 'CObsDataFile', 'CPhsDataFile', 'CMapCoeffsDataFile', 'CFreeRDataFile', 'CMtzDataFile', 'CDictDataFile', 'CDataFile', 'CInt', 'CFloat', 'CString']A list of allowed or recommended values for string
menuTextlist['Atomic model - CPdbDataFile', 'Sequence - CSeqDataFile', 'Reflections - CObsDataFile', 'Phases - CPhsDataFile', 'Map coefficients - CMapCoeffsDataFile', 'Free R set - CFreeRDataFile', 'Experimental data - CMtzDataFile', 'Geometry dictionary - CDictDataFile', 'CDataFile', 'CInt', 'CFloat', 'CString']A list of strings equivalent to the enumerators that will appear in the GUI
allowedCharsCodeint0Flag if the text is limited to set of allowed characters

CInt: An integer

CCP4Data.CData -> CCP4Data.CBaseData -> CCP4Data.CInt

Contents of class:

This is a simple class without contents

Qualifiers for class:

allowUndefinedboolTrue
defaultintNotImplemented
toolTipstrNotImplemented
guiLabelstrNotImplemented
guiDefinitiondict{}
helpFilestrNotImplemented
saveToDbboolFalseSave this data in the database
charWidthint10
minintNoneThe inclusive maximum allowed value
maxintNoneThe inclusive minimum allowed value
onlyEnumeratorsboolFalseIf this is true then the enumerators are obligatory - otherwise they are treated as recommended values
enumeratorslist[]A Python list of allowed or recommended values - see onlyEnumerators
menuTextlist[]A Python list of strings, matching items in enumerators list, to appear on GUI menu

CIntRange: Two integers defining start and end of range

CCP4Data.CData -> CCP4Data.CRange -> CCP4Data.CIntRange

Contents of class:

startCInt
endCInt

Qualifiers for class:

allowUndefinedboolTrue
defaultdictNotImplemented
toolTipstrNotImplemented
guiLabelstrNotImplemented
guiDefinitiondict{}
helpFilestrNotImplemented
saveToDbboolFalseSave this data in the database
compareintNotImplementedIf value is 1/-1 the end value must be greater/less than start.

CJobStatus

CCP4Data.CData -> CCP4Data.CBaseData -> CCP4Data.CInt -> CCP4Data.CJobStatus

Contents of class:

This is a simple class without contents

Qualifiers for class:

allowUndefinedboolTrue
defaultintNotImplemented
toolTipstrNotImplemented
guiLabelstrNotImplemented
guiDefinitiondict{}
helpFilestrNotImplemented
saveToDbboolFalseSave this data in the database
charWidthint10
minintNoneThe inclusive maximum allowed value
maxintNoneThe inclusive minimum allowed value
onlyEnumeratorsboolFalseIf this is true then the enumerators are obligatory - otherwise they are treated as recommended values
enumeratorslist[]A Python list of allowed or recommended values - see onlyEnumerators
menuTextlist[]A Python list of strings, matching items in enumerators list, to appear on GUI menu

CJobTitle

CCP4Data.CData -> CCP4Data.CBaseData -> CCP4Data.CString -> CCP4Data.CJobTitle

Contents of class:

This is a simple class without contents

Qualifiers for class:

allowUndefinedboolTrue
defaultstrNotImplemented
toolTipstrNotImplemented
guiLabelstrNotImplemented
guiDefinitiondict{}
helpFilestrNotImplemented
saveToDbboolFalseSave this data in the database
charWidthint-1
minLengthintNoneMinimum length of string
maxLengthintNoneMaximum length of string
onlyEnumeratorsboolFalseIf this is true then the enumerators are obligatory - otherwise they are treated as recommended values
enumeratorslist[]A list of allowed or recommended values for string
menuTextlist[]A list of strings equivalent to the enumerators that will appear in the GUI
allowedCharsCodeint0Flag if the text is limited to set of allowed characters

COneWord: A single word string - no white space

CCP4Data.CData -> CCP4Data.CBaseData -> CCP4Data.CString -> CCP4Data.COneWord

Contents of class:

This is a simple class without contents

Qualifiers for class:

allowUndefinedboolTrue
defaultstrNotImplemented
toolTipstrNotImplemented
guiLabelstrNotImplemented
guiDefinitiondict{}
helpFilestrNotImplemented
saveToDbboolFalseSave this data in the database
charWidthint-1
minLengthintNoneMinimum length of string
maxLengthintNoneMaximum length of string
onlyEnumeratorsboolFalseIf this is true then the enumerators are obligatory - otherwise they are treated as recommended values
enumeratorslist[]A list of allowed or recommended values for string
menuTextlist[]A list of strings equivalent to the enumerators that will appear in the GUI
allowedCharsCodeint0Flag if the text is limited to set of allowed characters

CPatchSelection

CCP4Data.CData -> CCP4Data.CPatchSelection

Contents of class:

taskNameCString
patchCString

Qualifiers for class:

allowUndefinedboolTrue
defaultdictNotImplemented
toolTipstrNotImplemented
guiLabelstrNotImplemented
guiDefinitiondict{}
helpFilestrNotImplemented
saveToDbboolFalseSave this data in the database

CRange: Base class for CIntRange and CFloatRange

CCP4Data.CData -> CCP4Data.CRange

Contents of class:

This is a simple class without contents

Qualifiers for class:

allowUndefinedboolTrue
defaultdictNotImplemented
toolTipstrNotImplemented
guiLabelstrNotImplemented
guiDefinitiondict{}
helpFilestrNotImplemented
saveToDbboolFalseSave this data in the database
compareintNotImplementedIf value is 1/-1 the end value must be greater/less than start.

CRangeSelection

CCP4Data.CData -> CCP4Data.CBaseData -> CCP4Data.CString -> CCP4Data.CRangeSelection

Contents of class:

This is a simple class without contents

Qualifiers for class:

allowUndefinedboolTrue
defaultstrNotImplemented
toolTipstrNotImplemented
guiLabelstrNotImplemented
guiDefinitiondict{}
helpFilestrNotImplemented
saveToDbboolFalseSave this data in the database
charWidthint-1
minLengthintNoneMinimum length of string
maxLengthintNoneMaximum length of string
onlyEnumeratorsboolFalseIf this is true then the enumerators are obligatory - otherwise they are treated as recommended values
enumeratorslist[]A list of allowed or recommended values for string
menuTextlist[]A list of strings equivalent to the enumerators that will appear in the GUI
allowedCharsCodeint0Flag if the text is limited to set of allowed characters

CString: A string

CCP4Data.CData -> CCP4Data.CBaseData -> CCP4Data.CString

Contents of class:

This is a simple class without contents

Qualifiers for class:

allowUndefinedboolTrue
defaultstrNotImplemented
toolTipstrNotImplemented
guiLabelstrNotImplemented
guiDefinitiondict{}
helpFilestrNotImplemented
saveToDbboolFalseSave this data in the database
charWidthint-1
minLengthintNoneMinimum length of string
maxLengthintNoneMaximum length of string
onlyEnumeratorsboolFalseIf this is true then the enumerators are obligatory - otherwise they are treated as recommended values
enumeratorslist[]A list of allowed or recommended values for string
menuTextlist[]A list of strings equivalent to the enumerators that will appear in the GUI
allowedCharsCodeint0Flag if the text is limited to set of allowed characters

CTable

CCP4Data.CData -> CCP4Data.CCollection -> CCP4Data.CTable

Contents of class:

This is a simple class without contents

Qualifiers for class:

allowUndefinedboolTrue
defaultdictNotImplemented
toolTipstrNotImplemented
guiLabelstrNotImplemented
guiDefinitiondict{}
helpFilestrNotImplemented
saveToDbboolFalseSave this data in the database
allowUndefinedHeaderboolFalse
uniqueHeaderboolTrue
rowLabelstrrow
columnLabelstrcolumn

CUUID

CCP4Data.CData -> CCP4Data.CBaseData -> CCP4Data.CString -> CCP4Data.CUUID

Contents of class:

This is a simple class without contents

Qualifiers for class:

allowUndefinedboolTrue
defaultstrNotImplemented
toolTipstrNotImplemented
guiLabelstrNotImplemented
guiDefinitiondict{}
helpFilestrNotImplemented
saveToDbboolFalseSave this data in the database
charWidthint-1
minLengthintNoneMinimum length of string
maxLengthintNoneMaximum length of string
onlyEnumeratorsboolFalseIf this is true then the enumerators are obligatory - otherwise they are treated as recommended values
enumeratorslist[]A list of allowed or recommended values for string
menuTextlist[]A list of strings equivalent to the enumerators that will appear in the GUI
allowedCharsCodeint0Flag if the text is limited to set of allowed characters