Itasca C++ Interface
Loading...
Searching...
No Matches
ipythonmodule.h
Go to the documentation of this file.
1#pragma once
8#include "shared/interface/signal.h"
9
10namespace itasca {
11}
12
13namespace itascaxd {
14}
15
17namespace python {
18 using namespace itasca;
19 using namespace itascaxd;
20
23
26 public:
27
28 virtual void setConsole(bool b)=0;
29
30 using prop_signal = shared::Signal<const QString &,const QVariant &>;
31
32 };
34
35} // namespace python
36// EoF
Interface for the PYTHON module.
Definition ipythonmodule.h:25
namespace Itasca
Definition basememory.cpp:10
Itasca Library standard namespace, specific to 2D or 3D.
Definition icontactmodule.h:4
PYTHON namespace.
Definition imoduledfnpython.h:6