OpenStructure
|
#include <python_shell.hh>
Inherits Widget.
Public Member Functions | |
PythonShell (QWidget *parent=NULL) | |
virtual bool | Restore (const QString &prefix) |
virtual bool | Save (const QString &prefix) |
PythonShellWidget * | PyShell () |
Public Member Functions inherited from Widget | |
Widget (QWidget *widget, QWidget *parent=NULL) | |
void | SetDestroyOnClose (bool flag) |
bool | DestroyOnClose () const |
virtual ActionList | GetActions () |
QWidget * | GetInternalWidget () |
void | SetInternalWidget (QWidget *widget) |
const QString & | GetUniqueID () const |
void | SetUniqueID (const QString &id) |
interactive python shell
Definition at line 34 of file python_shell.hh.
PythonShell | ( | QWidget * | parent = NULL | ) |
PythonShellWidget* PyShell | ( | ) |
|
virtual |
Implements Widget.
|
virtual |
Implements Widget.