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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user