Itasca C++ Interface
ipfcpythonmodule.h
Go to the documentation of this file.
1 #pragma once
8 #include "shared/interface/signal.h"
9 
10 namespace itasca {
11 }
12 
13 namespace itascaxd {
14 }
15 
17 namespace python {
18  using namespace itasca;
19  using namespace itascaxd;
20 
23 
26  public:
27 
28  using prop_signal = shared::Signal<const QString &,const QVariant &>;
29 
30  };
32 
33 } // namespace python
34 // EoF
Interface for the PFC module.
Definition: ipfcpythonmodule.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