#include "VISU_I.hxx"#include "SALOMEconfig.h"#include "SALOME_NamingService.hxx"#include "SALOME_LifeCycleCORBA.hxx"#include "Utils_CorbaException.hxx"#include "utilities.h"#include "SALOMEDSClient_SObject.hxx"#include "SALOMEDSClient_Study.hxx"#include <QString>#include <QThread>#include <QFileInfo>#include <QApplication>#include <QMutex>#include <stdio.h>#include <map>#include <deque>#include <string>#include <sstream>#include <iostream>#include <stdexcept>
Go to the source code of this file.
Data Structures | |
| class | VISU.Base_i |
| class | VISU.Mutex |
| class | VISU.Storable |
Packages | |
| package | VISU |
Functions | |
| SUIT_Session * | VISU.GetSession () |
| SUIT_ResourceMgr * | VISU.GetResourceMgr () |
| QString | VISU.GenerateName (const std::string &theFmt, int) |
| PortableServer::ServantBase_var | VISU.GetServant (CORBA::Object_ptr theObject) |
| CORBA::Object_var | VISU.ClientSObjectToObject (_PTR(SObject) theSObject) |
| CORBA::Object_var | VISU.SObjectToObject (SALOMEDS::SObject_ptr theSObject) |
| VISU._PTR (SComponent) ClientFindOrCreateVisuComponent(_PTR(Study) theStudyDocument) | |
| SALOMEDS::SComponent_var | VISU.FindOrCreateVisuComponent (SALOMEDS::Study_ptr theStudyDocument) |
| std::string | VISU.CreateAttributes (SALOMEDS::Study_ptr theStudyDocument, const std::string &theFatherEntry, const std::string &theIconName, const std::string &theIOR, const std::string &theName, const std::string &thePersistentRef, const std::string &theComment, CORBA::Boolean theCreateNew) |
| std::string | VISU.CreateAttributes (_PTR(Study) theStudyDocument, const std::string &theFatherEntry, const std::string &theIconName, const std::string &theIOR, const std::string &theName, const std::string &thePersistentRef, const std::string &theComment, CORBA::Boolean theCreateNew) |
| SALOMEDS::SObject_var | VISU.GetSObject (_PTR(SObject) obj) |
| SALOMEDS::Study_var | VISU.GetDSStudy (_PTR(Study) theStudy) |
| SalomeApp_Study * | VISU.GetGUIStudy (SALOMEDS::Study_ptr theStudy) |
| void | VISU.RemoveFromStudy (SALOMEDS::SObject_ptr theSObject, bool theIsAttrOnly, bool theDestroySubObjects) |
| void | VISU.RemoveFromStudy (_PTR(SObject) theSObject, bool theIsAttrOnly, bool theDestroySubObjects) |
Variables | |
| const char *const | VISU.NO_ICON = "" |
| const char *const | VISU.NO_IOR = "" |
| const char *const | VISU.NO_NAME = "" |
| const char *const | VISU.NO_PERFSITENT_REF = "" |
| const char *const | VISU.NO_COMMENT = "" |