#include <MEDGUI.h>

Public Slots | |
| virtual bool | deactivateModule (SUIT_Study *) |
| virtual bool | activateModule (SUIT_Study *) |
Signals | |
| void | SignalCloseAllDialogs () |
Public Member Functions | |
| MedGUI () | |
| virtual void | initialize (CAM_Application *) |
| virtual QString | engineIOR () const |
| virtual void | windows (QMap< int, int > &mappa) const |
| virtual bool | OnGUIEvent (int theCommandID) |
| virtual bool | OnKeyPress (QKeyEvent *pe, SUIT_ViewWindow *) |
| virtual bool | OnMousePress (QMouseEvent *pe, SUIT_ViewWindow *) |
| virtual bool | OnMouseMove (QMouseEvent *pe, SUIT_ViewWindow *) |
| void | createMedAction (const int, const QString &, const QString &="") |
| SALOME_MED::MED_Gen_ptr | InitMedGen () const |
| void | EmitSignalCloseAllDialogs () |
Static Public Member Functions | |
| static bool | DumpMesh (SALOME_MED::MESH_var aMesh) |
| static bool | DumpSubMesh (SALOME_MED::FAMILY_var Fam) |
| static void | setOrb () |
Protected Attributes | |
| MEDGUIDataBaseDockWidget * | _data_base |
Private Slots | |
| void | onGUIEvent () |
| void | onWindowActivated (SUIT_ViewWindow *) |
| MedGUI::MedGUI | ( | ) |
| void MedGUI::initialize | ( | CAM_Application * | app | ) | [virtual] |
References _data_base, and createMedAction().
| QString MedGUI::engineIOR | ( | ) | const [virtual] |
References InitMedGen().
| bool MedGUI::OnGUIEvent | ( | int | theCommandID | ) | [virtual] |
References _data_base, _orb, DumpMesh(), Med_Gen_test.fieldName, InitMedGen(), Med_Gen_test.meshName, MESSAGE, TestMEDCouplingCorbaServ.mgr, and setOrb().
| bool MedGUI::OnKeyPress | ( | QKeyEvent * | pe, |
| SUIT_ViewWindow * | wnd | ||
| ) | [virtual] |
References MESSAGE.
| bool MedGUI::OnMousePress | ( | QMouseEvent * | pe, |
| SUIT_ViewWindow * | wnd | ||
| ) | [virtual] |
References MESSAGE.
| bool MedGUI::OnMouseMove | ( | QMouseEvent * | pe, |
| SUIT_ViewWindow * | wnd | ||
| ) | [virtual] |
| void MedGUI::createMedAction | ( | const int | id, |
| const QString & | po_id, | ||
| const QString & | icon_id = "" |
||
| ) |
References TestMEDCouplingCorbaServ.mgr, and onGUIEvent().
| bool MedGUI::DumpMesh | ( | SALOME_MED::MESH_var | aMesh | ) | [static] |
References coords, SALOME_MED.MED_FULL_INTERLACE, SALOME_MED.MED_NODE, SALOME_MED.MED_NONE, MESSAGE, and medClient_test.name.
| bool MedGUI::DumpSubMesh | ( | SALOME_MED::FAMILY_var | Fam | ) | [static] |
References SALOME_MED.MED_NONE.
| void MedGUI::EmitSignalCloseAllDialogs | ( | ) |
References SignalCloseAllDialogs().
| void MedGUI.SignalCloseAllDialogs | ( | ) | [signal] |
| bool MedGUI::deactivateModule | ( | SUIT_Study * | study | ) | [virtual, slot] |
References _data_base, EmitSignalCloseAllDialogs(), and onWindowActivated().
| bool MedGUI::activateModule | ( | SUIT_Study * | study | ) | [virtual, slot] |
References _data_base, and onWindowActivated().
| void MedGUI::onGUIEvent | ( | ) | [private, slot] |
References OnGUIEvent().
| void MedGUI::onWindowActivated | ( | SUIT_ViewWindow * | ) | [private, slot] |
MEDGUIDataBaseDockWidget* MedGUI._data_base [protected] |