#include <SalomeApp_Application.h>#include <SalomeApp_Study.h>#include <LightApp_SelectionMgr.h>#include <SUIT_ResourceMgr.h>#include "SALOMEconfig.h"#include <CORBA_SERVER_HEADER(SALOMEDS)>#include <SALOME_InteractiveObject.hxx>#include <SALOME_KernelServices.hxx>#include "SalomeGuiHelpers.hxx"Go to the source code of this file.
Namespaces | |
| namespace | GUI |
Functions | |
| SalomeApp_Application * | GUI::getSalomeApplication () |
| LightApp_SelectionMgr * | GUI::getSelectionManager () |
| SUIT_ResourceMgr * | GUI::getResourcesManager () |
| SALOMEDS::Study_ptr | GUI::getActiveStudy () |
| This returns the current active study if an active study is defined in the SALOME session, returns null otherwise. More... | |
| int | GUI::getActiveStudyId () |
| This returns the current active study id if an active study is defined in the SALOME session, returns -1 otherwise. More... | |
| SalomeApp_Study * | GUI::getSalomeAppActiveStudy () |
| SALOMEDS::SObject_ptr | GUI::IObjectToSObject (const Handle(SALOME_InteractiveObject)&iobject) |
| template<class TInterface > | |
| TInterface::_var_type | GUI::IObjectToInterface (const Handle(SALOME_InteractiveObject)&iobject) |