CAnnotation: Annotation text with user id and time

CCP4Data.CData -> CCP4Annotation.CAnnotation

Contents of class:

textCString
authorCUserId
timeCTime

Qualifiers for class:

allowUndefinedboolTrue
defaultdictNotImplemented
toolTipstrEnter your comments
guiLabelstrNotImplemented
guiDefinitiondict{}
helpFilestrNotImplemented
saveToDbboolFalseSave this data in the database

CAnnotationList: A list of annotation

CCP4Data.CData -> CCP4Data.CCollection -> CCP4Data.CList -> CCP4Annotation.CAnnotationList

Contents of class:

List of CAnnotation

Qualifiers for class:

allowUndefinedboolTrue
defaultlistNotImplemented
toolTipstrNotImplemented
guiLabelstrNotImplemented
guiDefinitiondict{}
helpFilestrNotImplemented
saveToDbboolFalseSave this data in the database
listMinLengthint0Inclusive minimum length of list
listMaxLengthintNotImplementedInclusive maximum length of list
listCompareintNotImplementedIf has value 1/-1 consecutive items in list must be greater/less than preceeding item. The list item class must have a __cmp__() method.

CAuthor: Placeholder for bibliographic author

CCP4Data.CData -> CCP4Data.CBaseData -> CCP4Data.CString -> CCP4Annotation.CAuthor

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

CBibReference: Bibliographic reference

CCP4Data.CData -> CCP4Annotation.CBibReference

Contents of class:

authorListCList
titleCString
urlCString
selectedCBoolean
sourceCString
pmidCInt

Qualifiers for class:

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

CBibReferenceGroup: Set of bibliographic references for a task

CCP4Data.CData -> CCP4Annotation.CBibReferenceGroup

Contents of class:

taskNameCString
versionCString
referencesCList
titleCString

Qualifiers for class:

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

CFont: Simplified Qt font options

CCP4Data.CData -> CCP4Annotation.CFont

Contents of class:

styleCInt
pointSizeCInt
weightCInt
familyCString

Qualifiers for class:

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

CHostName: Computer name

CCP4Data.CData -> CCP4Data.CBaseData -> CCP4Data.CString -> CCP4Annotation.CHostName

Contents of class:

This is a simple class without contents

Qualifiers for class:

allowUndefinedboolTrue
defaultstrNotImplemented
toolTipstrHostname as mycomputer.myplace.ac.uk
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

CHostname

CCP4Data.CData -> CCP4Data.CBaseData -> CCP4Data.CString -> CCP4Annotation.CHostName -> CCP4Annotation.CHostname

Contents of class:

This is a simple class without contents

Qualifiers for class:

allowUndefinedboolTrue
defaultstrNotImplemented
toolTipstrHostname as mycomputer.myplace.ac.uk
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

CMetaDataTag: This class will extend list of enumerators if new value for string is entered

CCP4Data.CData -> CCP4Annotation.CMetaDataTag

Contents of class:

tagCString

Qualifiers for class:

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

CMetaDataTagList

CCP4Data.CData -> CCP4Data.CCollection -> CCP4Data.CList -> CCP4Annotation.CMetaDataTagList

Contents of class:

List of CMetaDataTag

Qualifiers for class:

allowUndefinedboolTrue
defaultlistNotImplemented
toolTipstrNotImplemented
guiLabelstrNotImplemented
guiDefinitiondict{}
helpFilestrNotImplemented
saveToDbboolFalseSave this data in the database
listMinLengthint1Inclusive minimum length of list
listMaxLengthintNotImplementedInclusive maximum length of list
listCompareintNotImplementedIf has value 1/-1 consecutive items in list must be greater/less than preceeding item. The list item class must have a __cmp__() method.

CServerGroup: One or more compute servers used in "remote" running

CCP4Data.CData -> CCP4Annotation.CServerGroup

Contents of class:

customCodeFileCDataFile
keyFilenameCString
ccp4DirCString
tempDirCString
validateCString
maxTriesCInt
sge_rootCString
nameCString
mechanismCString
timeoutCFloat
queueOptionsFileCDataFile
serverListCList
userExtensibleCBoolean

Qualifiers for class:

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

CTime: The time. Uses Python time module

CCP4Data.CData -> CCP4Data.CBaseData -> CCP4Data.CInt -> CCP4Annotation.CTime

Contents of class:

This is a simple class without contents

Qualifiers for class:

allowUndefinedboolTrue
defaultintNotImplemented
toolTipstrTime and date as hh:mm dd/mm/yyyy
guiLabelstrNotImplemented
guiDefinitiondict{}
helpFilestrNotImplemented
saveToDbboolFalseSave this data in the database
charWidthint10
minint0The 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
formatstr%H:%M %d/%b/%yArgument to Python time.strftime to display time in human readable format

CUserAddress: User id and platform node

CCP4Data.CData -> CCP4Annotation.CUserAddress

Contents of class:

userIdCUserId
platformNodeCString

Qualifiers for class:

allowUndefinedboolTrue
defaultdictNotImplemented
toolTipstrUser id as me@myplace.ac.uk and machine name
guiLabelstrNotImplemented
guiDefinitiondict{}
helpFilestrNotImplemented
saveToDbboolFalseSave this data in the database

CUserId: A user ID

CCP4Data.CData -> CCP4Data.CBaseData -> CCP4Data.CString -> CCP4Annotation.CUserId

Contents of class:

This is a simple class without contents

Qualifiers for class:

allowUndefinedboolTrue
defaultstrNotImplemented
toolTipstrUser id as me@myplace.ac.uk
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