Version: 8.3.0
SMESHGUI_Displayer Class Reference

#include <SMESHGUI_Displayer.h>

Inheritance diagram for SMESHGUI_Displayer:

Public Member Functions

 SMESHGUI_Displayer (SalomeApp_Application *)
 
 ~SMESHGUI_Displayer ()
 
virtual SALOME_Prs * buildPresentation (const QString &, SALOME_View *=0)
 
virtual bool canBeDisplayed (const QString &, const QString &) const
 

Protected Member Functions

SalomeApp_Study * study () const
 

Private Attributes

SalomeApp_Application * myApp
 

Constructor & Destructor Documentation

SMESHGUI_Displayer::SMESHGUI_Displayer ( SalomeApp_Application *  app)
SMESHGUI_Displayer::~SMESHGUI_Displayer ( )

Member Function Documentation

SALOME_Prs * SMESHGUI_Displayer::buildPresentation ( const QString &  entry,
SALOME_View *  theViewFrame = 0 
)
virtual
bool SMESHGUI_Displayer::canBeDisplayed ( const QString &  entry,
const QString &  viewer_type 
) const
virtual
SalomeApp_Study * SMESHGUI_Displayer::study ( ) const
protected

References myApp.

Referenced by buildPresentation(), and canBeDisplayed().

Field Documentation

SalomeApp_Application* SMESHGUI_Displayer::myApp
private

Referenced by canBeDisplayed(), and study().