Exemplo n.º 1
0
    def reindex(self):
        barMBATParser.reindex(self)
        self.indexer.hierarchy       = self.parents
        self.indexer.fullNameMapping = self.fullNameMapping
        self.indexer.colorMapping    = self.structureColours

        # Fix the full name of the root element name
        self.indexer.groups[C_HIERARCHY_ROOT_ELEMENT_ABBREV].fullname = \
                C_HIERARCHY_ROOT_ELEMENT_FULLNAME

        self.writeIndex()
Exemplo n.º 2
0
 def reindex(self):
     barMBATParser.reindex(self)
     self.indexer.fullNameMapping = self.fullNameMapping
     self.indexer.colorMapping = self.structureColours
     self.writeIndex()
Exemplo n.º 3
0
 def reindex(self): 
     barMBATParser.reindex(self)
     self.indexer.hierarchy       = self.parents
     self.indexer.fullNameMapping = self.fullNameMapping
     self.indexer.colorMapping    = self.structureColours
     self.writeIndex()