def __init__(self, ): DOMBase.__init__(self, _name='LexerStyle') self.attrNameToTypeDict = { 'name': (str, ''), 'desc': (str, ''), 'ext': (str, '') } self.wordStyles = [] # list of wordStyle objects
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), }
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) }
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)}
def __init__(self,): DOMBase.__init__(self,_name='LexerStyle') self.attrNameToTypeDict={'name':(str,''),'desc':(str,''),'ext':(str,'')} self.wordStyles=[] # list of wordStyle objects
def __init__(self,): DOMBase.__init__(self, _name="LexerStyle") self.attrNameToTypeDict = {"name": (str, ""), "desc": (str, ""), "ext": (str, "")} self.wordStyles = [] # list of wordStyle objects