Пример #1
0
 def doPreExportStyle(self, style):
     styleDir        = self.config.stylesDir
     styleProperties = Style(styleDir/style)
     self.properties = styleProperties.renderPropertiesJSON()
     self.action     = 'PreExport'
     self.style      = style
Пример #2
0
 def doPreExportStyle(self, style):
     styleDir = self.config.stylesDir
     styleProperties = Style(styleDir / style)
     self.properties = styleProperties.renderPropertiesJSON()
     self.action = 'PreExport'
     self.style = style
Пример #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()
Пример #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()