Version: 5.1.6

MedGUI Class Reference

#include <MedGUI.h>

Inheritance diagram for MedGUI:
Inheritance graph

Public Slots

virtual bool deactivateModule (SUIT_Study *)
virtual bool activateModule (SUIT_Study *)
void onGUIEvent ()
void onWindowActivated (SUIT_ViewWindow *)

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 ()

Constructor & Destructor Documentation

MedGUI::MedGUI (  ) 

Member Function Documentation

void MedGUI::initialize ( CAM_Application *  app  )  [virtual]

References createMedAction().

QString MedGUI::engineIOR (  )  const [virtual]

References InitMedGen().

void MedGUI::windows ( QMap< int, int > &  mappa  )  const [virtual]
bool MedGUI::OnGUIEvent ( int  theCommandID  )  [virtual]
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 = "" 
)
SALOME_MED::MED_Gen_ptr MedGUI::InitMedGen (  )  const

References ASSERT, and MESSAGE.

bool MedGUI::DumpMesh ( SALOME_MED::MESH_var  aMesh  )  [static]
bool MedGUI::DumpSubMesh ( SALOME_MED::FAMILY_var  Fam  )  [static]

References SALOME_MED.MED_NONE.

void MedGUI::setOrb (  )  [static]

References _orb, ASSERT, and init.

void MedGUI::EmitSignalCloseAllDialogs (  ) 
void MedGUI.SignalCloseAllDialogs (  )  [signal]
bool MedGUI::deactivateModule ( SUIT_Study *  study  )  [virtual, slot]
bool MedGUI::activateModule ( SUIT_Study *  study  )  [virtual, slot]

References onWindowActivated().

void MedGUI::onGUIEvent (  )  [slot]

References OnGUIEvent().

void MedGUI::onWindowActivated ( SUIT_ViewWindow *   )  [slot]