pycrossword  0.3
Pure-Python implementation of a crossword puzzle generator and editor
Public Member Functions | Public Attributes | List of all members
pycross.utils.synteditor.SynEditorWidget Class Reference
Inheritance diagram for pycross.utils.synteditor.SynEditorWidget:

Public Member Functions

def __init__ (self, lexer=Qsci.QsciLexerPython(), source=None, minsize=(600, 400), icon='file.png', title='::Code Editor ::')
 
def add_elements (self, lexer, source)
 
def add_central (self, lexer, source)
 
def add_bottom (self)
 
def currenttext (self)
 

Public Attributes

 layout_main
 
 editor
 
 layout_bottom
 
 btn_OK
 
 btn_cancel
 

Constructor & Destructor Documentation

◆ __init__()

def pycross.utils.synteditor.SynEditorWidget.__init__ (   self,
  lexer = Qsci.QsciLexerPython(),
  source = None,
  minsize = (600, 400),
  icon = 'file.png',
  title = ':: Code Editor ::' 
)

Member Function Documentation

◆ add_bottom()

def pycross.utils.synteditor.SynEditorWidget.add_bottom (   self)

◆ add_central()

def pycross.utils.synteditor.SynEditorWidget.add_central (   self,
  lexer,
  source 
)

◆ add_elements()

def pycross.utils.synteditor.SynEditorWidget.add_elements (   self,
  lexer,
  source 
)

◆ currenttext()

def pycross.utils.synteditor.SynEditorWidget.currenttext (   self)

Member Data Documentation

◆ btn_cancel

pycross.utils.synteditor.SynEditorWidget.btn_cancel

◆ btn_OK

pycross.utils.synteditor.SynEditorWidget.btn_OK

◆ editor

pycross.utils.synteditor.SynEditorWidget.editor

◆ layout_bottom

pycross.utils.synteditor.SynEditorWidget.layout_bottom

◆ layout_main

pycross.utils.synteditor.SynEditorWidget.layout_main

The documentation for this class was generated from the following file: