|
|
__init__(self,
cu,
progIDs,
synSetup)
Initialise status from current CuSession task. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
initialise(self,
dictType,
tableStruct)
Initialise dictionary of filter or colour info |
source code
|
|
|
|
stripAddCols(self,
addColInfo)
Parses a string with additional colour info and edits colour group
accordingly. |
source code
|
|
|
|
testColours(self,
colList)
Tests whether filters that make up colours are available for this
programme. |
source code
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|
|
|
actionDict = {'++': 'start', '+-': 'startNot', '=-': 'finishNo...
|
|
|
methodDict = {'b': 'cycleThroughBorders', 'c': 'cycleThroughCo...
|
|
|
colourGroups = None
hash(x)
|
|
|
filterGroups = None
hash(x)
|
|
|
borderGroups = None
hash(x)
|
|
|
progGroups = None
hash(x)
|
|
|
splitTables = None
hash(x)
|
|
|
useProgSP = True
|
|
|
useProgSX = True
|
|
|
useProgHL = True
|
|
|
useProgSY = True
|
|
|
useProgSR = True
|
|
|
useProgFO = True
|
|
|
checkSpecNeigh = None
hash(x)
|
|
|
writeLine = True
|
|
|
dropTables = False
hash(x)
|
|
|
filters = None
hash(x)
|
|
|
colours = None
hash(x)
|
|
|
borders = None
hash(x)
|
|
|
useColours = False
hash(x)
|
|
|
useFilters = False
hash(x)
|
|
|
useBorders = False
hash(x)
|
|
|
tableOrder = [('main', True)]
|
|
|
neighView = None
hash(x)
|
|
|
neighs = None
hash(x)
|
|
|
useNeighs = False
hash(x)
|
|
|
lastIndex = None
hash(x)
|
|
|
maxIndex = None
hash(x)
|
|
|
progIndex = None
hash(x)
|
|
|
archive = None
DbSession connection to database.
|
|
|
programme = None
DataFactory.ProgrammeTable set to the current programme.
|
|
|
sysc = None
SystemConstants initialised for current archive.
|
|
|
synSetup = None
SynopticSetup from Programme table details for current programme.
|