示例#1
0
 def __init__(self, component_manager):
     Filter.__init__(self, component_manager)
     if (self.config()["cat_colors"] == None):
         self.config()["cat_colors"] = {}
     if (self.config()["cat_color_default"] == None):
         self.config()["cat_color_default"] = 0xFFFFFFFF
     self.cat_colors = self.config()["cat_colors"]
     self.default_cat_color = self.config()["cat_color_default"]
示例#2
0
 def __init__(self, component_manager):
     Filter.__init__(self, component_manager)
     self.last_filename = None
示例#3
0
 def __init__(self, component_manager):
     Filter.__init__(self, component_manager)
     self.last_filename = None