Example #1
0
    def __init__(self, ):
        DOMBase.__init__(self, _name='LexerStyle')
        self.attrNameToTypeDict = {
            'name': (str, ''),
            'desc': (str, ''),
            'ext': (str, '')
        }

        self.wordStyles = []  # list of wordStyle objects
Example #2
0
 def __init__(self, _name=""):
     DOMBase.__init__(self, _name="WordStyle")
     self.attrNameToTypeDict = {
         "name": (str, ""),
         "styleID": (int, -1),
         "fgColor": (str, ""),
         "bgColor": (str, ""),
         "fontName": (str, ""),
         "fontStyle": (int, 0),
         "fontSize": (int, -1),
     }
Example #3
0
 def __init__(self, _name=''):
     DOMBase.__init__(self, _name='WordStyle')
     self.attrNameToTypeDict = {
         'name': (str, ''),
         'styleID': (int, -1),
         'fgColor': (str, ''),
         'bgColor': (str, ''),
         'fontName': (str, ''),
         'fontStyle': (int, 0),
         'fontSize': (int, -1)
     }
Example #4
0
 def __init__(self,_name=''):
     DOMBase.__init__(self,_name='WordStyle')
     self.attrNameToTypeDict={'name':(str,''),'styleID':(int,-1),'fgColor':(str,''),'bgColor':(str,''),'fontName':(str,''),'fontStyle':(int,0),'fontSize':(int,-1)}
Example #5
0
 def __init__(self,):
     DOMBase.__init__(self,_name='LexerStyle')    
     self.attrNameToTypeDict={'name':(str,''),'desc':(str,''),'ext':(str,'')}
     
     self.wordStyles=[] # list of wordStyle objects
Example #6
0
    def __init__(self,):
        DOMBase.__init__(self, _name="LexerStyle")
        self.attrNameToTypeDict = {"name": (str, ""), "desc": (str, ""), "ext": (str, "")}

        self.wordStyles = []  # list of wordStyle objects