Esempio n. 1
0
 def doPreExportStyle(self, style):
     styleDir        = self.config.stylesDir
     styleProperties = Style(styleDir/style)
     self.properties = styleProperties.renderPropertiesJSON()
     self.action     = 'PreExport'
     self.style      = style
Esempio n. 2
0
 def doPreExportStyle(self, style):
     styleDir = self.config.stylesDir
     styleProperties = Style(styleDir / style)
     self.properties = styleProperties.renderPropertiesJSON()
     self.action = 'PreExport'
     self.style = style
Esempio n. 3
0
 def doPropertiesStyle(self, style):
     styleDir        = self.config.stylesDir
     styleProperties = Style(styleDir/style)
     self.properties = styleProperties.renderPropertiesJSON()
     self.action     = 'Properties'
     self.style      = styleProperties.get_name()
Esempio n. 4
0
 def doPropertiesStyle(self, style):
     styleDir = self.config.stylesDir
     styleProperties = Style(styleDir / style)
     self.properties = styleProperties.renderPropertiesJSON()
     self.action = 'Properties'
     self.style = styleProperties.get_name()