MOC = @MOC@
UIC = @UIC@
+# msg2qm
+MSG2QM = @MSG2QM@
#QWT
ac_cxx_namespaces.m4 check_omniorb.m4 pyembed.m4 \
ac_cxx_partial_specialization.m4 check_opengl.m4 python.m4 \
ac_cxx_typename.m4 check_pthreads.m4 check_cas.m4 \
-ac_cc_warnings.m4 check_qt.m4 check_med2.m4 \
-check_swig.m4
+ac_cc_warnings.m4 check_qt.m4 check_swig.m4
$(top_srcdir)/aclocal.m4: $(ACLOCAL_SRC:%=@KERNEL_ROOT_DIR@/salome_adm/unix/config_files/%)
cd $(top_srcdir) ; aclocal --acdir=adm_local/unix/config_files -I @KERNEL_ROOT_DIR@/salome_adm/unix/config_files
CHECK_KERNEL
+echo
+echo ---------------------------------------------
+echo testing msg2qm
+echo ---------------------------------------------
+echo
+
+CHECK_MSG2QM
+
echo
echo ---------------------------------------------
echo Testing Visu
echo
echo Configure
-variables="cc_ok lex_yacc_ok python_ok swig_ok threads_ok OpenGL_ok qt_ok vtk_ok hdf5_ok med2_ok omniORB_ok occ_ok doxygen_ok graphviz_ok Kernel_ok"
+variables="cc_ok lex_yacc_ok python_ok swig_ok threads_ok OpenGL_ok qt_ok vtk_ok hdf5_ok omniORB_ok occ_ok doxygen_ok graphviz_ok Kernel_ok msg2qm_ok"
for var in $variables
do
import salome
-sg=salome.SalomeGUI()
+sg=salome.sg
sgPyQt=SalomePyQt.SalomePyQt()
+
+# Communication with Salome : desktop, signal and slots
+desktop=sgPyQt.getDesktop()
+
+
import salomedsgui
aGuiDS=salomedsgui.guiDS()
print "EFicasGUI :: :::::::::::::::::::::::::::::::::::::::::::::::::::::"
WORKSPACE=workSpace
print "WORKSPACE: ",WORKSPACE
# le desktop
- d=sgPyQt.getDesktop()
+ desktop=sgPyQt.getDesktop()
+ print "setWorkSpace Desktop: ",desktop
# creation d'une message box
#qt.QMessageBox.information(d,"titre","message")
print "setSettings: currentStudyId = " + str(currentStudyId)
# _CS_gbo_ Voir si on peut utiliser directement sgPyQt.getStudyId()
# dans salomedsgui?
+ # le desktop
+ desktop=sgPyQt.getDesktop()
+ print "setSetting Desktop: ",desktop
# -----------------------------------------------------------------------------
currentStudyId=ID
print "_CS_GBO_ : EFICASGUI.activeStudyChanged : currentStudyId = ", currentStudyId
print "_CS_GBO_ : EFICASGUI.activeStudyChanged : sgPyQt.getStudyId() = ", sgPyQt.getStudyId()
+ # le desktop
+ desktop=sgPyQt.getDesktop()
+ print "activeStudyChanged Desktop: ",desktop
def definePopup(theContext, theObject, theParent):
print "EFICASGUI --- definePopup"