Developer Documentation
Python.cc
1
#include "
CoreWidget.hh
"
2
3
void
CoreWidget::showPythonScriptInterpreter
() {
4
5
6
if
( OpenFlipper::Options::nogui() )
7
return
;
8
9
if
(
pythonWidget_
== 0 ) {
10
pythonWidget_
=
new
PythonWidget
(
this
);
11
}
12
13
pythonWidget_
->show();
14
}
PythonWidget
Definition:
pythonWidget.hh:49
CoreWidget.hh
CoreWidget::pythonWidget_
PythonWidget * pythonWidget_
Pointer to the about widget.
Definition:
CoreWidget.hh:1241
CoreWidget::showPythonScriptInterpreter
void showPythonScriptInterpreter()
Pointer to the OptionsWidget.
Definition:
Python.cc:3
OpenFlipper
widgets
coreWidget
Python.cc
Generated on Tue Mar 5 2019 16:53:50 for Developer Documentation by
1.8.13