Krita Source Code Documentation
Loading...
Searching...
No Matches
krita.sceditor Namespace Reference

Namespaces

namespace  assist
 
namespace  console
 
namespace  dockwidget
 
namespace  dockwidget_icons
 
namespace  highlighter
 
namespace  indenter
 
namespace  mainwindow
 
namespace  mainwindow_ui
 
namespace  widget
 

Functions

 launch (parent=None)
 

Variables

 editor_main_window = None
 

Function Documentation

◆ launch()

krita.sceditor.launch ( parent = None)

Definition at line 9 of file __init__.py.

9def launch(parent=None):
10 global editor_main_window
11 if not editor_main_window:
12 from sceditor.mainwindow import EditorMainWindow
13 editor_main_window = EditorMainWindow(parent)
14 editor_main_window.resize(640, 480)
15 editor_main_window.show()

Variable Documentation

◆ editor_main_window

krita.sceditor.editor_main_window = None

Definition at line 6 of file __init__.py.