Plugins/ViewManagerPlugins/Listspace/Listspace.py

changeset 486
e4711a55e482
parent 458
1695e7a2db54
child 495
b31b0bffa5b0
equal deleted inserted replaced
485:b17b3aea644e 486:e4711a55e482
121 Class implementing the listspace viewmanager class. 121 Class implementing the listspace viewmanager class.
122 122
123 @signal changeCaption(string) emitted if a change of the caption is necessary 123 @signal changeCaption(string) emitted if a change of the caption is necessary
124 @signal editorChanged(string) emitted when the current editor has changed 124 @signal editorChanged(string) emitted when the current editor has changed
125 """ 125 """
126 editorOpened = pyqtSignal(str)
127 lastEditorClosed = pyqtSignal()
128 checkActions = pyqtSignal(Editor)
129 cursorChanged = pyqtSignal(Editor)
130 breakpointToggled = pyqtSignal(Editor)
131
126 def __init__(self, parent): 132 def __init__(self, parent):
127 """ 133 """
128 Constructor 134 Constructor
129 135
130 @param parent parent widget (QWidget) 136 @param parent parent widget (QWidget)

eric ide

mercurial