#include <VISU_PrsObject_i.hh>

Public Types | |
| typedef Storable | TSuperClass |
| typedef std::map< std::string, QString > | TRestoringMap |
| typedef Storable *(* | TStorableEngine )(SALOMEDS::SObject_ptr theSObject, const TRestoringMap &theMap, const std::string &thePrefix, CORBA::Boolean theIsMultiFile) |
| typedef std::map< std::string, TStorableEngine > | TStorableEngineMap |
| typedef std::string | TFileName |
| typedef std::vector< TFileName > | TFileNames |
| typedef VISU::Base | TInterface |
Public Member Functions | |
| virtual | ~RemovableObject_i () |
| SALOMEDS::Study_var | GetStudyDocument () const |
| SalomeApp_Study * | GetGUIStudy () const |
| virtual std::string | GetEntry () |
| virtual std::string | GetName () const |
| virtual void | SetName (const std::string &theName, bool theIsUpdateStudyAttr) |
| std::string | ToString () |
| virtual const char * | GetComment () const =0 |
| virtual CORBA::Boolean | CanCopy (SALOMEDS::SObject_ptr theObject) |
| virtual bool | CopyFrom (SALOMEDS::SObject_ptr theObject, CORBA::Long &theObjectID, const std::string &theTmpDir, TFileNames &theFileNames) |
| virtual char * | GetID () |
| virtual VISU::VISUType | GetType ()=0 |
Static Public Member Functions | |
| static void | RegistryStorableEngine (const std::string &theComment, TStorableEngine theEngine) |
| static Storable * | Create (SALOMEDS::SObject_ptr theSObject, const std::string &theLocalPersistentID, const std::string &thePrefix, CORBA::Boolean theIsMultiFile) |
| static VISU::VISUType | Comment2Type (const std::string &theComment) |
| static VISU::VISUType | RestoringMap2Type (const TRestoringMap &theRestoringMap) |
| static VISU::VISUType | Stream2Type (const std::string &thePersistentString) |
| static VISU::VISUType | SObject2Type (const _PTR(SObject)&theSObject) |
| static std::string | CorrectPersistentString (const std::string &thePersistentString) |
| static std::string | FindEntry (SALOMEDS::Study_ptr theStudyDocument, const std::string &theStartEntry, const TRestoringMap &theRestoringMap, int IsAllLevels=true) |
| static QString | FindValue (const TRestoringMap &theMap, const std::string &theArg, bool *theIsFind=NULL) |
| static QString | FindValue (const TRestoringMap &theMap, const std::string &theArg, const QString &theDefaultValue) |
| static void | StringToMap (const QString &theString, TRestoringMap &theMap) |
| static TRestoringMap | GetStorableMap (_PTR(SObject) theSObject) |
| static SALOMEDS::SObject_ptr | GetResultSO (SALOMEDS::SObject_ptr theSObject) |
| static void | DataToStream (std::ostringstream &theStr, const QString &theName, const QString &theVal) |
| static void | DataToStream (std::ostringstream &theStr, const QString &theName, int theVal) |
| static void | DataToStream (std::ostringstream &theStr, const QString &theName, long theVal) |
| static void | DataToStream (std::ostringstream &theStr, const QString &theName, double theVal) |
| static CORBA::ORB_var | GetORB () |
| static PortableServer::POA_var | GetPOA () |
| static SALOME_NamingService * | GetNS () |
| static SALOME_LifeCycleCORBA * | GetLCC () |
| static VISU_Gen_i * | GetVisuGenImpl () |
Protected Member Functions | |
| RemovableObject_i () | |
| void | SetStudyDocument (SALOMEDS::Study_ptr theStudy) |
| virtual void | ToStream (std::ostringstream &theStr)=0 |
Protected Attributes | |
| std::string | myID |
Static Protected Attributes | |
| static QMutex * | myMutex = NULL |
| static CORBA::ORB_var | myOrb |
| static PortableServer::POA_var | myPoa |
| static SALOME_NamingService * | myNamingService |
| static VISU_Gen_i * | myVisuGenImpl |
| static SALOME_LifeCycleCORBA * | myEnginesLifeCycle |
Private Member Functions | |
| RemovableObject_i (const RemovableObject_i &) | |
Private Attributes | |
| std::string | myName |
| SalomeApp_Study * | myGUIStudy |
| SALOMEDS::Study_var | myStudyDocument |
Reimplemented in VISU.ColoredPrs3d_i, VISU.CutLines_i, VISU.CutLinesBase_i, VISU.CutPlanes_i, VISU.CutSegment_i, VISU.DeformedShape_i, VISU.DeformedShapeAndScalarMap_i, VISU.GaussPoints_i, VISU.IsoSurfaces_i, VISU.Mesh_i, VISU.MonoColorPrs_i, VISU.Plot3D_i, VISU.Prs3d_i, VISU.PrsObject_i, VISU.ScalarMap_i, VISU.StreamLines_i, and VISU.Vectors_i.
typedef std::map<std::string, QString> VISU.Storable.TRestoringMap [inherited] |
typedef Storable*(* VISU.Storable.TStorableEngine)(SALOMEDS::SObject_ptr theSObject, const TRestoringMap &theMap, const std::string &thePrefix, CORBA::Boolean theIsMultiFile) [inherited] |
typedef std::map<std::string, TStorableEngine> VISU.Storable.TStorableEngineMap [inherited] |
typedef std::string VISU.Storable.TFileName [inherited] |
Reimplemented in VISU.Result_i.
typedef std::vector<TFileName> VISU.Storable.TFileNames [inherited] |
Reimplemented in VISU.Result_i.
typedef VISU::Base VISU.Base_i.TInterface [inherited] |
Reimplemented in VISU.ColoredPrs3d_i, VISU.CutLines_i, VISU.CutLinesBase_i, VISU.CutPlanes_i, VISU.CutSegment_i, VISU.DeformedShape_i, VISU.DeformedShapeAndScalarMap_i, VISU.GaussPoints_i, VISU.IsoSurfaces_i, VISU.Mesh_i, VISU.MonoColorPrs_i, VISU.Plot3D_i, VISU.Prs3d_i, VISU.ScalarMap_i, VISU.StreamLines_i, VISU.Vectors_i, VISU.XYPlot_i, VISU.TableView_i, and VISU.View3D_i.
| VISU.RemovableObject_i.RemovableObject_i | ( | const RemovableObject_i & | ) | [private] |
| SALOMEDS::Study_var VISU.RemovableObject_i::GetStudyDocument | ( | ) | const |
Reimplemented in VISU.Result_i.
| SalomeApp_Study * VISU.RemovableObject_i::GetGUIStudy | ( | ) | const |
| std::string VISU.RemovableObject_i::GetEntry | ( | ) | [virtual] |
Reimplemented in VISU.Result_i.
| std::string VISU.RemovableObject_i::GetName | ( | ) | const [virtual] |
| void VISU.RemovableObject_i::SetName | ( | const std::string & | theName, |
| bool | theIsUpdateStudyAttr | ||
| ) | [virtual] |
| void VISU.RemovableObject_i::SetStudyDocument | ( | SALOMEDS::Study_ptr | theStudy | ) | [protected] |
References VISU.GetGUIStudy().
| std::string VISU.Storable::ToString | ( | ) | [inherited] |
References VISU.Storable.DataToStream(), MESSAGE, and MYDEBUG.
| virtual const char* VISU.Storable.GetComment | ( | ) | const [pure virtual, inherited] |
Implemented in VISU.ColoredPrs3dCache_i, VISU.ColoredPrs3dHolder_i, VISU.CutLines_i, VISU.CutPlanes_i, VISU.CutSegment_i, VISU.DeformedShape_i, VISU.DeformedShapeAndScalarMap_i, VISU.GaussPoints_i, VISU.IsoSurfaces_i, VISU.Mesh_i, VISU.Plot3D_i, VISU.PointMap3d_i, VISU.Prs3d_i, VISU.Result_i, VISU.ScalarMap_i, VISU.StreamLines_i, VISU.Table_i, VISU.Curve_i, VISU.Container_i, VISU.Vectors_i, VISU.View_i, and VISU.View3D_i.
| void VISU.Storable::RegistryStorableEngine | ( | const std::string & | theComment, |
| TStorableEngine | theEngine | ||
| ) | [static, inherited] |
| Storable * VISU.Storable::Create | ( | SALOMEDS::SObject_ptr | theSObject, |
| const std::string & | theLocalPersistentID, | ||
| const std::string & | thePrefix, | ||
| CORBA::Boolean | theIsMultiFile | ||
| ) | [static, inherited] |
References VISU.Storable.FindValue(), MESSAGE, and MYDEBUG.
| VISU::VISUType VISU.Storable::Comment2Type | ( | const std::string & | theComment | ) | [static, inherited] |
References VISU.TALL, VISU.TANIMATION, VISU.TCONTAINER, VISU.TCURVE, VISU.TCUTPLANES, VISU.TCUTSEGMENT, VISU.TDEFORMEDSHAPE, VISU.TDEFORMEDSHAPEANDSCALARMAP, VISU.TENTITY, VISU.TEVOLUTION, VISU.TFAMILY, VISU.TFIELD, VISU.TGAUSSPOINTS, VISU.TGAUSSVIEW, VISU.TGROUP, VISU.TISOSURFACES, VISU.TMESH, VISU.TNONE, VISU.TPART, VISU.TPLOT3D, VISU.TPOINTMAP3D, VISU.TRESULT, VISU.TSCALARMAP, VISU.TSTREAMLINES, VISU.TTABLE, VISU.TTABLEVIEW, VISU.TTIMESTAMP, VISU.TVECTORS, VISU.TVIEW3D, VISU.TVIEWMANAGER, VISU.TVISUGEN, and VISU.TXYPLOT.
| VISU::VISUType VISU.Storable::RestoringMap2Type | ( | const TRestoringMap & | theRestoringMap | ) | [static, inherited] |
References VISU.Storable.FindValue().
| VISU::VISUType VISU.Storable::Stream2Type | ( | const std::string & | thePersistentString | ) | [static, inherited] |
References VISU.Storable.StringToMap(), and VISU.TNONE.
| VISU::VISUType VISU.Storable::SObject2Type | ( | const _PTR(SObject)& | theSObject | ) | [static, inherited] |
References VISU._PTR(), and VISU.TNONE.
| std::string VISU.Storable::CorrectPersistentString | ( | const std::string & | thePersistentString | ) | [static, inherited] |
References VISU.Storable.FindValue(), and VISU.Storable.StringToMap().
| std::string VISU.Storable::FindEntry | ( | SALOMEDS::Study_ptr | theStudyDocument, |
| const std::string & | theStartEntry, | ||
| const TRestoringMap & | theRestoringMap, | ||
| int | IsAllLevels = true |
||
| ) | [static, inherited] |
References VISU.Storable.StringToMap().
| QString VISU.Storable::FindValue | ( | const TRestoringMap & | theMap, |
| const std::string & | theArg, | ||
| bool * | theIsFind = NULL |
||
| ) | [static, inherited] |
| QString VISU.Storable::FindValue | ( | const TRestoringMap & | theMap, |
| const std::string & | theArg, | ||
| const QString & | theDefaultValue | ||
| ) | [static, inherited] |
| void VISU.Storable::StringToMap | ( | const QString & | theString, |
| TRestoringMap & | theMap | ||
| ) | [static, inherited] |
References batchmode_visu_table.aName, MESSAGE, and MYDEBUG.
| Storable::TRestoringMap VISU.Storable::GetStorableMap | ( | _PTR(SObject) | theSObject | ) | [static, inherited] |
References VISU._PTR(), and VISU.Storable.StringToMap().
| static SALOMEDS::SObject_ptr VISU.Storable.GetResultSO | ( | SALOMEDS::SObject_ptr | theSObject | ) | [static, inherited] |
| void VISU.Storable::DataToStream | ( | std::ostringstream & | theStr, |
| const QString & | theName, | ||
| const QString & | theVal | ||
| ) | [static, inherited] |
| void VISU.Storable::DataToStream | ( | std::ostringstream & | theStr, |
| const QString & | theName, | ||
| int | theVal | ||
| ) | [static, inherited] |
| void VISU.Storable::DataToStream | ( | std::ostringstream & | theStr, |
| const QString & | theName, | ||
| long | theVal | ||
| ) | [static, inherited] |
| void VISU.Storable::DataToStream | ( | std::ostringstream & | theStr, |
| const QString & | theName, | ||
| double | theVal | ||
| ) | [static, inherited] |
| CORBA::Boolean VISU.Storable::CanCopy | ( | SALOMEDS::SObject_ptr | theObject | ) | [virtual, inherited] |
Reimplemented in VISU.Result_i.
| bool VISU.Storable::CopyFrom | ( | SALOMEDS::SObject_ptr | theObject, |
| CORBA::Long & | theObjectID, | ||
| const std::string & | theTmpDir, | ||
| TFileNames & | theFileNames | ||
| ) | [virtual, inherited] |
Reimplemented in VISU.Result_i.
References VISU_Example_06.aFileName.
| virtual void VISU.Storable.ToStream | ( | std::ostringstream & | theStr | ) | [protected, pure virtual, inherited] |
Implemented in VISU.ColoredPrs3d_i, VISU.ColoredPrs3dCache_i, VISU.ColoredPrs3dHolder_i, VISU.CutLines_i, VISU.CutLinesBase_i, VISU.CutPlanes_i, VISU.CutSegment_i, VISU.DeformedShape_i, VISU.DeformedShapeAndScalarMap_i, VISU.GaussPoints_i, VISU.IsoSurfaces_i, VISU.Mesh_i, VISU.MonoColorPrs_i, VISU.Plot3D_i, VISU.PointMap3d_i, VISU.Prs3d_i, VISU.Result_i, VISU.ScalarMap_i, VISU.StreamLines_i, VISU.Table_i, VISU.Curve_i, VISU.Container_i, VISU.Vectors_i, VISU.View_i, and VISU.View3D_i.
| char * VISU.Base_i::GetID | ( | ) | [virtual, inherited] |
Reimplemented in VISU.VISU_Gen_i, and VISU.VISU_Gen_i.
| virtual VISU::VISUType VISU.Base_i.GetType | ( | ) | [pure virtual, inherited] |
Implemented in VISU.VISU_Gen_i, VISU.ColoredPrs3dCache_i, VISU.ColoredPrs3dHolder_i, VISU.CutLines_i, VISU.CutPlanes_i, VISU.CutSegment_i, VISU.DeformedShape_i, VISU.DeformedShapeAndScalarMap_i, VISU_Evolution_i, VISU.GaussPoints_i, VISU.VISU_Gen_i, VISU.IsoSurfaces_i, VISU.Mesh_i, VISU.Plot3D_i, VISU.PointMap3d_i, VISU.Result_i, VISU.ScalarMap_i, VISU.StreamLines_i, VISU.Table_i, VISU.Curve_i, VISU.Container_i, VISU_TimeAnimation_i, VISU.Vectors_i, VISU.XYPlot_i, VISU.TableView_i, VISU.View3D_i, and VISU.ViewManager_i.
| static CORBA::ORB_var VISU.Base_i.GetORB | ( | ) | [static, inherited] |
| static PortableServer::POA_var VISU.Base_i.GetPOA | ( | ) | [static, inherited] |
| static SALOME_NamingService* VISU.Base_i.GetNS | ( | ) | [static, inherited] |
References visu.myNamingService.
| static SALOME_LifeCycleCORBA* VISU.Base_i.GetLCC | ( | ) | [static, inherited] |
| static VISU_Gen_i* VISU.Base_i.GetVisuGenImpl | ( | ) | [static, inherited] |
std::string VISU.RemovableObject_i.myName [private] |
SalomeApp_Study* VISU.RemovableObject_i.myGUIStudy [private] |
SALOMEDS::Study_var VISU.RemovableObject_i.myStudyDocument [private] |
Reimplemented in VISU.Result_i.
std::string VISU.Base_i.myID [protected, inherited] |
QMutex * VISU.Base_i::myMutex = NULL [static, protected, inherited] |
CORBA::ORB_var VISU.Base_i::myOrb [static, protected, inherited] |
PortableServer::POA_var VISU.Base_i::myPoa [static, protected, inherited] |
SALOME_NamingService * VISU.Base_i::myNamingService [static, protected, inherited] |
VISU_Gen_i * VISU.Base_i::myVisuGenImpl [static, protected, inherited] |
SALOME_LifeCycleCORBA * VISU.Base_i::myEnginesLifeCycle [static, protected, inherited] |