#include "SALOME_PYQT_Module.h"
#include "SALOME_PYQT_PyModule.h"
#include "SalomeApp_Application.h"
#include <SALOME_LifeCycleCORBA.hxx>
#include <Container_init_python.hxx>
#include <QCoreApplication>
Macros | |
#define | INIT_FUNCTION initSalomePyQtGUILight |
Functions | |
PyMODINIT_FUNC | initSalomePyQtGUILight () |
CAM_Module * | createModule () |
Module factory function. More... | |
#define INIT_FUNCTION initSalomePyQtGUILight |
CAM_Module * createModule | ( | ) |
Creates an instance of SALOME_PYQT_Module object by request of an application when the module is loaded and initialized.
References app, and INIT_FUNCTION.
PyMODINIT_FUNC initSalomePyQtGUILight | ( | ) |