#include <VISU_View_i.hh>

Public Types | |
| typedef VISU::XYPlot | TInterface |
| 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 |
Public Member Functions | |
| XYPlot_i (SalomeApp_Application *theApplication) | |
| virtual | ~XYPlot_i () |
| virtual VISU::VISUType | GetType () |
| virtual void | SetTitle (const char *theTitle) |
| virtual char * | GetTitle () |
| virtual void | SetSubTitle (const char *theTitle) |
| virtual char * | GetSubTitle () |
| virtual void | SetCurveType (VISU::XYPlot::CurveType theType) |
| virtual VISU::XYPlot::CurveType | GetCurveType () |
| virtual void | SetMarkerSize (CORBA::Long theSize) |
| virtual CORBA::Long | GetMarkerSize () |
| virtual void | EnableXGrid (CORBA::Boolean theMajor, CORBA::Long theNumMajor, CORBA::Boolean theMinor, CORBA::Long theNumMinor) |
| virtual void | EnableYGrid (CORBA::Boolean theMajor, CORBA::Long theNumMajor, CORBA::Boolean theMinor, CORBA::Long theNumMinor) |
| virtual void | EnableYGrid (CORBA::Boolean theMajor, CORBA::Long theNumMajor, CORBA::Boolean theMinor, CORBA::Long theNumMinor, CORBA::Boolean the2Major, CORBA::Long the2NumMajor, CORBA::Boolean the2Minor, CORBA::Long the2NumMinor) |
| virtual void | SetHorScaling (VISU::Scaling theScaling) |
| virtual VISU::Scaling | GetHorScaling () |
| virtual void | SetVerScaling (VISU::Scaling theScaling) |
| virtual VISU::Scaling | GetVerScaling () |
| virtual void | SetXTitle (const char *theTitle) |
| virtual char * | GetXTitle () |
| virtual void | SetYTitle (const char *theTitle) |
| virtual char * | GetYTitle () |
| virtual void | ShowLegend (CORBA::Boolean theShowing) |
| virtual void | EraseAll () |
| virtual void | Erase (PrsObject_ptr thePrsObj) |
| virtual void | Display (PrsObject_ptr thePrsObj) |
| virtual void | DisplayOnly (PrsObject_ptr thePrsObj) |
| virtual void | Update () |
| virtual void | FitAll () |
| virtual void | FitXRange (CORBA::Double xMin, CORBA::Double xMax) |
| virtual void | FitYRange (CORBA::Double yMin, CORBA::Double yMax) |
| virtual void | FitRange (CORBA::Double xMin, CORBA::Double xMax, CORBA::Double yMin, CORBA::Double yMax) |
| virtual void | GetFitRanges (double &xMin, double &xMax, double &yMin, double &yMax) |
| virtual void | Close () |
| Plot2d_ViewFrame * | GetView () |
| virtual Storable * | Create (int theNew) |
| virtual void | ShowPart (VISU::View::ViewRepresentation ViewRepr, CORBA::Boolean state) |
| virtual CORBA::Boolean | IsPartShown (VISU::View::ViewRepresentation ViewRepr) |
| virtual void | SplitRight () |
| virtual void | SplitLeft () |
| virtual void | SplitBottom () |
| virtual void | SplitTop () |
| virtual void | OnTop () |
| virtual void | Attract (VISU::View_ptr theView) |
| virtual void | AttractAll (VISU::View_ptr theView) |
| virtual void | SetRelativePositionInSplitter (CORBA::Double thePosition) |
| virtual void | SetRelativeSizeInSplitter (CORBA::Double theSize) |
| virtual void | SetRelativePositionX (CORBA::Double thePosition) |
| virtual void | SetRelativePositionY (CORBA::Double thePosition) |
| virtual void | SetRelativeSizeX (CORBA::Double theSize) |
| virtual void | SetRelativeSizeY (CORBA::Double theSize) |
| virtual void | SetViewWidth (CORBA::Long Width) |
| virtual void | SetViewHeight (CORBA::Long Height) |
| virtual CORBA::Long | GetViewWidth () |
| virtual CORBA::Long | GetViewHeight () |
| virtual void | SetViewPositionHorizontal (VISU::View::ViewPosition ViewPosHor) |
| virtual void | SetViewPositionVertical (VISU::View::ViewPosition ViewPosVer) |
| virtual void | SetRelativePosition (CORBA::Double x, CORBA::Double y) |
| virtual void | SetRelativeSize (CORBA::Double x, CORBA::Double y) |
| virtual void | Minimize () |
| virtual void | Restore () |
| virtual void | Maximize () |
| virtual void | SetBackground (const SALOMEDS::Color &theColor) |
| virtual SALOMEDS::Color | GetBackground () |
| virtual void | DisplayAll () |
| virtual CORBA::Boolean | SavePicture (const char *theFileName) |
| virtual void | ToStream (std::ostringstream &theStr) |
| virtual const char * | GetComment () const |
| SUIT_ViewWindow * | GetViewWindow () |
| void | SetViewWindow (SUIT_ViewWindow *theViewWindow) |
| std::string | ToString () |
| 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 () |
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 () |
Data Fields | |
| QWidget * | myWorkspace |
| SalomeApp_Application * | myApplication |
| SUIT_ViewManager * | myViewManager |
Protected Attributes | |
| Plot2d_ViewFrame * | myView |
| 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 |
| typedef VISU::XYPlot VISU.XYPlot_i.TInterface |
Reimplemented from VISU.Base_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.
| virtual VISU::VISUType VISU.XYPlot_i.GetType | ( | ) | [virtual] |
Implements VISU.Base_i.
References VISU.TXYPLOT.
| void VISU.XYPlot_i::SetTitle | ( | const char * | theTitle | ) | [virtual] |
References VISU.View_i.GetViewWindow().
| char * VISU.XYPlot_i::GetTitle | ( | ) | [virtual] |
References VISU.View_i.GetViewWindow().
| void VISU.XYPlot_i::SetSubTitle | ( | const char * | theTitle | ) | [virtual] |
References VISU.View_i.GetViewWindow(), and VISU.XYPlot_i.myView.
| char * VISU.XYPlot_i::GetSubTitle | ( | ) | [virtual] |
References VISU.View_i.GetViewWindow(), and VISU.XYPlot_i.myView.
| void VISU.XYPlot_i::SetCurveType | ( | VISU::XYPlot::CurveType | theType | ) | [virtual] |
References VISU.View_i.GetViewWindow(), and VISU.XYPlot_i.myView.
| VISU::XYPlot::CurveType VISU.XYPlot_i::GetCurveType | ( | ) | [virtual] |
References VISU.View_i.GetViewWindow(), VISU.XYPlot_i.myView, and VISU.XYPlot.POINTS.
| void VISU.XYPlot_i::SetMarkerSize | ( | CORBA::Long | theSize | ) | [virtual] |
References VISU.View_i.GetViewWindow(), and VISU.XYPlot_i.myView.
| CORBA::Long VISU.XYPlot_i::GetMarkerSize | ( | ) | [virtual] |
References VISU.View_i.GetViewWindow(), and VISU.XYPlot_i.myView.
| void VISU.XYPlot_i::EnableXGrid | ( | CORBA::Boolean | theMajor, |
| CORBA::Long | theNumMajor, | ||
| CORBA::Boolean | theMinor, | ||
| CORBA::Long | theNumMinor | ||
| ) | [virtual] |
References VISU.Execute(), VISU.View_i.GetViewWindow(), and VISU.XYPlot_i.myView.
| void VISU.XYPlot_i::EnableYGrid | ( | CORBA::Boolean | theMajor, |
| CORBA::Long | theNumMajor, | ||
| CORBA::Boolean | theMinor, | ||
| CORBA::Long | theNumMinor | ||
| ) | [virtual] |
| void VISU.XYPlot_i::EnableYGrid | ( | CORBA::Boolean | theMajor, |
| CORBA::Long | theNumMajor, | ||
| CORBA::Boolean | theMinor, | ||
| CORBA::Long | theNumMinor, | ||
| CORBA::Boolean | the2Major, | ||
| CORBA::Long | the2NumMajor, | ||
| CORBA::Boolean | the2Minor, | ||
| CORBA::Long | the2NumMinor | ||
| ) | [virtual] |
References VISU.Execute(), VISU.View_i.GetViewWindow(), and VISU.XYPlot_i.myView.
| void VISU.XYPlot_i::SetHorScaling | ( | VISU::Scaling | theScaling | ) | [virtual] |
References VISU.View_i.GetViewWindow(), VISU.LOGARITHMIC, and VISU.XYPlot_i.myView.
| VISU::Scaling VISU.XYPlot_i::GetHorScaling | ( | ) | [virtual] |
References VISU.View_i.GetViewWindow(), VISU.LINEAR, and VISU.XYPlot_i.myView.
| void VISU.XYPlot_i::SetVerScaling | ( | VISU::Scaling | theScaling | ) | [virtual] |
References VISU.View_i.GetViewWindow(), VISU.LOGARITHMIC, and VISU.XYPlot_i.myView.
| VISU::Scaling VISU.XYPlot_i::GetVerScaling | ( | ) | [virtual] |
References VISU.View_i.GetViewWindow(), VISU.LINEAR, and VISU.XYPlot_i.myView.
| void VISU.XYPlot_i::SetXTitle | ( | const char * | theTitle | ) | [virtual] |
References VISU.View_i.GetViewWindow(), and VISU.XYPlot_i.myView.
| char * VISU.XYPlot_i::GetXTitle | ( | ) | [virtual] |
References VISU.View_i.GetViewWindow(), and VISU.XYPlot_i.myView.
| void VISU.XYPlot_i::SetYTitle | ( | const char * | theTitle | ) | [virtual] |
References VISU.View_i.GetViewWindow(), and VISU.XYPlot_i.myView.
| char * VISU.XYPlot_i::GetYTitle | ( | ) | [virtual] |
References VISU.View_i.GetViewWindow(), and VISU.XYPlot_i.myView.
| void VISU.XYPlot_i::ShowLegend | ( | CORBA::Boolean | theShowing | ) | [virtual] |
References VISU.View_i.GetViewWindow(), and VISU.XYPlot_i.myView.
| void VISU.XYPlot_i::EraseAll | ( | ) | [virtual] |
Reimplemented from VISU.View_i.
References VISU.View_i.GetViewWindow(), and VISU.XYPlot_i.myView.
| void VISU.XYPlot_i::Erase | ( | PrsObject_ptr | thePrsObj | ) | [virtual] |
Reimplemented from VISU.View_i.
References VISU.eErase, VISU.View_i.GetViewWindow(), VISU.View_i.myApplication, and VISU.XYPlot_i.myView.
| void VISU.XYPlot_i::Display | ( | PrsObject_ptr | thePrsObj | ) | [virtual] |
Reimplemented from VISU.View_i.
References VISU.eDisplay, VISU.View_i.GetViewWindow(), VISU.View_i.myApplication, and VISU.XYPlot_i.myView.
| void VISU.XYPlot_i::DisplayOnly | ( | PrsObject_ptr | thePrsObj | ) | [virtual] |
Reimplemented from VISU.View_i.
References VISU.eDisplayOnly, VISU.View_i.GetViewWindow(), VISU.View_i.myApplication, and VISU.XYPlot_i.myView.
| void VISU.XYPlot_i::Update | ( | ) | [virtual] |
Reimplemented from VISU.View_i.
References VISU.XYPlot_i.myView.
| void VISU.XYPlot_i::FitAll | ( | ) | [virtual] |
References VISU.View_i.GetViewWindow(), and VISU.XYPlot_i.myView.
| void VISU.XYPlot_i::FitXRange | ( | CORBA::Double | xMin, |
| CORBA::Double | xMax | ||
| ) | [virtual] |
References VISU.XYPlot_i.myView.
| void VISU.XYPlot_i::FitYRange | ( | CORBA::Double | yMin, |
| CORBA::Double | yMax | ||
| ) | [virtual] |
References VISU.XYPlot_i.myView.
| void VISU.XYPlot_i::FitRange | ( | CORBA::Double | xMin, |
| CORBA::Double | xMax, | ||
| CORBA::Double | yMin, | ||
| CORBA::Double | yMax | ||
| ) | [virtual] |
References VISU.XYPlot_i.myView.
| void VISU.XYPlot_i::GetFitRanges | ( | double & | xMin, |
| double & | xMax, | ||
| double & | yMin, | ||
| double & | yMax | ||
| ) | [virtual] |
References VISU.XYPlot_i.myView.
| void VISU.XYPlot_i::Close | ( | ) | [virtual] |
Implements VISU.View_i.
References VISU.View_i.GetViewWindow().
| Plot2d_ViewFrame* VISU.XYPlot_i.GetView | ( | ) |
References batchmode_visu_view3d.myView.
| Storable * VISU.XYPlot_i::Create | ( | int | theNew | ) | [virtual] |
References VISU.XYPlot_i.myView.
| void VISU.View_i::ShowPart | ( | VISU::View::ViewRepresentation | ViewRepr, |
| CORBA::Boolean | state | ||
| ) | [virtual, inherited] |
| CORBA::Boolean VISU.View_i::IsPartShown | ( | VISU::View::ViewRepresentation | ViewRepr | ) | [virtual, inherited] |
References VISU.View_i.myApplication.
| void VISU.View_i::SplitRight | ( | ) | [virtual, inherited] |
References VISU.View_i.GetViewWindow(), and VISU.View_i.myApplication.
| void VISU.View_i::SplitLeft | ( | ) | [virtual, inherited] |
References VISU.View_i.GetViewWindow(), and VISU.View_i.myApplication.
| void VISU.View_i::SplitBottom | ( | ) | [virtual, inherited] |
References VISU.View_i.GetViewWindow(), and VISU.View_i.myApplication.
| void VISU.View_i::SplitTop | ( | ) | [virtual, inherited] |
References VISU.View_i.GetViewWindow(), and VISU.View_i.myApplication.
| void VISU.View_i::OnTop | ( | ) | [virtual, inherited] |
References VISU.Execute(), and VISU.View_i.GetViewWindow().
| void VISU.View_i::Attract | ( | VISU::View_ptr | theView | ) | [virtual, inherited] |
References VISU.GetServant(), VISU.View_i.GetViewWindow(), and VISU.View_i.myApplication.
| void VISU.View_i::AttractAll | ( | VISU::View_ptr | theView | ) | [virtual, inherited] |
References VISU.GetServant(), VISU.View_i.GetViewWindow(), and VISU.View_i.myApplication.
| void VISU.View_i::SetRelativePositionInSplitter | ( | CORBA::Double | thePosition | ) | [virtual, inherited] |
References VISU.View_i.GetViewWindow(), and VISU.View_i.myApplication.
| void VISU.View_i::SetRelativeSizeInSplitter | ( | CORBA::Double | theSize | ) | [virtual, inherited] |
References VISU.View_i.GetViewWindow(), and VISU.View_i.myApplication.
| void VISU.View_i::SetRelativePositionX | ( | CORBA::Double | thePosition | ) | [virtual, inherited] |
References VISU.View_i.GetViewWindow(), and VISU.View_i.myApplication.
| void VISU.View_i::SetRelativePositionY | ( | CORBA::Double | thePosition | ) | [virtual, inherited] |
References VISU.View_i.GetViewWindow(), and VISU.View_i.myApplication.
| void VISU.View_i::SetRelativeSizeX | ( | CORBA::Double | theSize | ) | [virtual, inherited] |
References VISU.View_i.GetViewWindow(), and VISU.View_i.myApplication.
| void VISU.View_i::SetRelativeSizeY | ( | CORBA::Double | theSize | ) | [virtual, inherited] |
References VISU.View_i.GetViewWindow(), and VISU.View_i.myApplication.
| void VISU.View_i::SetViewWidth | ( | CORBA::Long | Width | ) | [virtual, inherited] |
References VISU.View_i.myViewWindow.
| void VISU.View_i::SetViewHeight | ( | CORBA::Long | Height | ) | [virtual, inherited] |
References VISU.View_i.myViewWindow.
| CORBA::Long VISU.View_i::GetViewWidth | ( | ) | [virtual, inherited] |
References VISU.View_i.myViewWindow.
| CORBA::Long VISU.View_i::GetViewHeight | ( | ) | [virtual, inherited] |
References VISU.View_i.myViewWindow.
| void VISU.View_i::SetViewPositionHorizontal | ( | VISU::View::ViewPosition | ViewPosHor | ) | [virtual, inherited] |
References VISU.View.CENTER, VISU.View.LEFT, VISU.View_i.myViewWindow, VISU.View_i.myWorkspace, and VISU.View.RIGHT.
| void VISU.View_i::SetViewPositionVertical | ( | VISU::View::ViewPosition | ViewPosVer | ) | [virtual, inherited] |
References VISU.View.BOTTOM, VISU.View.CENTER, VISU.View_i.myViewWindow, VISU.View_i.myWorkspace, and VISU.View.TOP.
| void VISU.View_i::SetRelativePosition | ( | CORBA::Double | x, |
| CORBA::Double | y | ||
| ) | [virtual, inherited] |
References VISU.Execute(), VISU.View_i.myViewWindow, and VISU.View_i.myWorkspace.
| void VISU.View_i::SetRelativeSize | ( | CORBA::Double | x, |
| CORBA::Double | y | ||
| ) | [virtual, inherited] |
References VISU.Execute(), VISU.View_i.myViewWindow, and VISU.View_i.myWorkspace.
| void VISU.View_i::Minimize | ( | ) | [virtual, inherited] |
References VISU.View_i.GetViewWindow().
| void VISU.View_i::Restore | ( | ) | [virtual, inherited] |
References VISU.View_i.GetViewWindow().
| void VISU.View_i::Maximize | ( | ) | [virtual, inherited] |
References VISU.View_i.GetViewWindow().
| void VISU.View_i::SetBackground | ( | const SALOMEDS::Color & | theColor | ) | [virtual, inherited] |
References batchmode_visu_view3d.aColor, VISU.Execute(), and VISU.View_i.GetViewWindow().
| SALOMEDS::Color VISU.View_i::GetBackground | ( | ) | [virtual, inherited] |
References VISU.View_i.GetViewWindow().
| void VISU.View_i::DisplayAll | ( | ) | [virtual, inherited] |
Reimplemented in VISU.View3D_i.
| CORBA::Boolean VISU.View_i::SavePicture | ( | const char * | theFileName | ) | [virtual, inherited] |
References VISU.View_i.GetViewWindow().
| void VISU.View_i::ToStream | ( | std::ostringstream & | theStr | ) | [virtual, inherited] |
Implements VISU.Storable.
Reimplemented in VISU.View3D_i.
| const char * VISU.View_i::GetComment | ( | ) | const [virtual, inherited] |
Implements VISU.Storable.
Reimplemented in VISU.View3D_i.
| SUIT_ViewWindow * VISU.View_i::GetViewWindow | ( | ) | [inherited] |
References VISU.View_i.myViewManager, and VISU.View_i.myViewWindow.
| void VISU.View_i::SetViewWindow | ( | SUIT_ViewWindow * | theViewWindow | ) | [inherited] |
References VISU.View_i.myViewWindow.
| std::string VISU.Storable::ToString | ( | ) | [inherited] |
References VISU.Storable.DataToStream(), MESSAGE, and MYDEBUG.
| 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.
| char * VISU.Base_i::GetID | ( | ) | [virtual, inherited] |
Reimplemented in VISU.VISU_Gen_i, and VISU.VISU_Gen_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] |
Plot2d_ViewFrame* VISU.XYPlot_i.myView [protected] |
QWidget* VISU.View_i.myWorkspace [inherited] |
SalomeApp_Application* VISU.View_i.myApplication [inherited] |
SUIT_ViewManager* VISU.View_i.myViewManager [inherited] |
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] |