Full complete rework of the columnViews, Every column should now work

regardless if the type of view it was put in.
This commit is contained in:
cncfanatics
2010-11-11 15:49:05 +01:00
parent 67058d37e7
commit ea66f6f147
30 changed files with 300 additions and 591 deletions

View File

@@ -47,13 +47,14 @@ class ViewColumn(object):
raise NotImplementedError()
def getText(self, mod):
raise NotImplementedError()
return ""
def getImageId(self, mod):
raise NotImplementedError()
return -1
def getParameters(self):
raise NotImplementedError()
@staticmethod
def getParameters():
return tuple()
def delayedText(self, display, colItem):
raise NotImplementedError()