|
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) |
|
◆ __init__()
def pycross.utils.synteditor.SynEditorWidget.__init__ |
( |
|
self, |
|
|
|
lexer = Qsci.QsciLexerPython() , |
|
|
|
source = None , |
|
|
|
minsize = (600, 400) , |
|
|
|
icon = 'file.png' , |
|
|
|
title = ':: Code Editor ::' |
|
) |
| |
◆ 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 | ) |
|
◆ 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: