#include <VISU_View_i.hh>

Public Types | |
| typedef VISU::View3D | 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 | |
| View3D_i (SalomeApp_Application *theApplication) | |
| virtual | ~View3D_i () |
| virtual VISU::VISUType | GetType () |
| virtual void | SetTitle (const char *theTitle) |
| virtual char * | GetTitle () |
| virtual void | EraseAll () |
| virtual void | DisplayAll () |
| 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 | SetView (VISU::View3D::ViewType theType) |
| virtual void | SetPointOfView (const VISU::View3D::XYZ theCoord) |
| virtual VISU::View3D::XYZ_slice * | GetPointOfView () |
| virtual void | SetViewUp (const VISU::View3D::XYZ theDir) |
| virtual VISU::View3D::XYZ_slice * | GetViewUp () |
| virtual void | SetFocalPoint (const VISU::View3D::XYZ theCoord) |
| virtual VISU::View3D::XYZ_slice * | GetFocalPoint () |
| virtual void | SetParallelScale (CORBA::Double theScale) |
| virtual CORBA::Double | GetParallelScale () |
| virtual void | ScaleView (VISU::View3D::Axis theAxis, CORBA::Double theParam) |
| virtual void | RemoveScale () |
| virtual CORBA::Boolean | SaveViewParams (const char *theViewParamsName) |
| virtual CORBA::Boolean | RestoreViewParams (const char *theViewParamsName) |
| virtual void | Close () |
| virtual PresentationType | GetPresentationType (ScalarMap_ptr thePrs) |
| virtual CORBA::Boolean | IsShrinked (ScalarMap_ptr thePrs) |
| virtual CORBA::Boolean | IsShaded (ScalarMap_ptr thePrs) |
| virtual CORBA::Double | GetOpacity (ScalarMap_ptr thePrs) |
| virtual CORBA::Double | GetLineWidth (ScalarMap_ptr thePrs) |
| virtual Quadratic2DPresentationType | GetQuadratic2DPresentationType (ScalarMap_ptr thePrs) |
| virtual char * | SetPresentationType (ScalarMap_ptr thePrs, PresentationType thePrsType) |
| virtual char * | SetShrinked (ScalarMap_ptr thePrs, CORBA::Boolean isShrinked) |
| virtual char * | SetShaded (ScalarMap_ptr thePrs, CORBA::Boolean isShaded) |
| virtual char * | SetOpacity (ScalarMap_ptr thePrs, CORBA::Double theOpacity) |
| virtual char * | SetLineWidth (ScalarMap_ptr thePrs, CORBA::Double theLineWidth) |
| virtual char * | SetQuadratic2DPresentationType (ScalarMap_ptr thePrs, Quadratic2DPresentationType theType) |
| virtual Storable * | Create (int theNew) |
| virtual void | ToStream (std::ostringstream &theStr) |
| virtual const char * | GetComment () const |
| 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 CORBA::Boolean | SavePicture (const char *theFileName) |
| 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 | SetBackground (SUIT_ViewWindow *theViewWindow, const SALOMEDS::Color &theColor) |
| static SALOMEDS::Color | GetBackground (SUIT_ViewWindow *theViewWindow) |
| static void | SetPointOfView (SUIT_ViewWindow *theViewWindow, const CORBA::Double thePosition[3]) |
| static void | GetPointOfView (SUIT_ViewWindow *theViewWindow, CORBA::Double thePosition[3]) |
| static void | SetViewUp (SUIT_ViewWindow *theViewWindow, const CORBA::Double theViewUp[3]) |
| static void | GetViewUp (SUIT_ViewWindow *theViewWindow, CORBA::Double theViewUp[3]) |
| static void | SetFocalPoint (SUIT_ViewWindow *theViewWindow, const CORBA::Double theFocalPnt[3]) |
| static void | GetFocalPoint (SUIT_ViewWindow *theViewWindow, CORBA::Double theFocalPnt[3]) |
| static void | SetParallelScale (SUIT_ViewWindow *theViewWindow, CORBA::Double theScale) |
| static CORBA::Double | GetParallelScale (SUIT_ViewWindow *theViewWindow) |
| static void | ScaleView (SUIT_ViewWindow *theViewWindow, VISU::View3D::Axis theAxis, CORBA::Double theParam) |
| static std::string | ToString (SUIT_ViewWindow *theViewWindow) |
| static void | ToStream (SUIT_ViewWindow *theViewWindow, std::ostringstream &theStr) |
| static bool | SaveViewParams (SUIT_ViewManager *theViewManager, const std::string &theName) |
| static bool | RestoreViewParams (SUIT_ViewManager *theViewManager, const std::string &theName) |
| static QString | GenerateViewParamsName () |
| static void | Restore (SUIT_ViewWindow *theViewWindow, const Storable::TRestoringMap &theMap) |
| 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 |
Static Public Attributes | |
| static const std::string | myComment = "VIEW3D" |
Protected Attributes | |
| std::string | myID |
Static Protected Attributes | |
| static int | myNbViewParams = 0 |
| 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::View3D VISU.View3D_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.View3D_i.GetType | ( | ) | [virtual] |
Implements VISU.Base_i.
References VISU.TVIEW3D.
| void VISU.View3D_i::SetTitle | ( | const char * | theTitle | ) | [virtual] |
References VISU.View_i.GetViewWindow().
| char * VISU.View3D_i::GetTitle | ( | ) | [virtual] |
References VISU.View_i.GetViewWindow().
| void VISU.View3D_i::SetBackground | ( | SUIT_ViewWindow * | theViewWindow, |
| const SALOMEDS::Color & | theColor | ||
| ) | [static] |
References batchmode_visu_view3d.aColor.
| SALOMEDS::Color VISU.View3D_i::GetBackground | ( | SUIT_ViewWindow * | theViewWindow | ) | [static] |
References batchmode_visu_view3d.aColor, and VISU.GetRenderer().
| void VISU.View3D_i::EraseAll | ( | ) | [virtual] |
Reimplemented from VISU.View_i.
References VISU.eEraseAll, VISU.View_i.GetViewWindow(), MESSAGE, and MYDEBUG.
| void VISU.View3D_i::DisplayAll | ( | ) | [virtual] |
Reimplemented from VISU.View_i.
References VISU.eDisplayAll, VISU.View_i.GetViewWindow(), MESSAGE, and MYDEBUG.
| void VISU.View3D_i::Erase | ( | PrsObject_ptr | thePrsObj | ) | [virtual] |
Reimplemented from VISU.View_i.
References visu_apply_properties.aPrs, VISU.eErase, VISU.GetServant(), VISU.View_i.GetViewWindow(), MESSAGE, and MYDEBUG.
| void VISU.View3D_i::Display | ( | PrsObject_ptr | thePrsObj | ) | [virtual] |
Reimplemented from VISU.View_i.
References visu_apply_properties.aPrs, batchmode_visu_view3d.aTable, VISU.eDisplay, VISU.GetServant(), VISU.View_i.GetViewWindow(), MESSAGE, and MYDEBUG.
| void VISU.View3D_i::DisplayOnly | ( | PrsObject_ptr | thePrsObj | ) | [virtual] |
Reimplemented from VISU.View_i.
References visu_apply_properties.aPrs, batchmode_visu_view3d.aTable, VISU.eDisplayOnly, VISU.GetServant(), VISU.View_i.GetViewWindow(), MESSAGE, and MYDEBUG.
| void VISU.View3D_i::Update | ( | ) | [virtual] |
Reimplemented from VISU.View_i.
References VISU.Execute(), VISU.View_i.GetViewWindow(), VISU.View_i.myViewWindow, and VISU.RepaintView().
| void VISU.View3D_i::FitAll | ( | ) | [virtual] |
References VISU.View_i.GetViewWindow(), and VISU.View3D_i.Update().
| void VISU.View3D_i::SetView | ( | VISU::View3D::ViewType | theType | ) | [virtual] |
| void VISU.View3D_i::SetPointOfView | ( | SUIT_ViewWindow * | theViewWindow, |
| const CORBA::Double | thePosition[3] | ||
| ) | [static] |
References VISU.GetCamera().
| void VISU.View3D_i::SetPointOfView | ( | const VISU::View3D::XYZ | theCoord | ) | [virtual] |
References VISU.View_i.GetViewWindow(), MESSAGE, MYDEBUG, and VISU.View3D_i.SetPointOfView().
| void VISU.View3D_i::GetPointOfView | ( | SUIT_ViewWindow * | theViewWindow, |
| CORBA::Double | thePosition[3] | ||
| ) | [static] |
References VISU.GetCamera().
| VISU::View3D::XYZ_slice * VISU.View3D_i::GetPointOfView | ( | ) | [virtual] |
References VISU.View_i.GetViewWindow(), MESSAGE, and MYDEBUG.
| void VISU.View3D_i::SetViewUp | ( | SUIT_ViewWindow * | theViewWindow, |
| const CORBA::Double | theViewUp[3] | ||
| ) | [static] |
References VISU.GetCamera().
| void VISU.View3D_i::SetViewUp | ( | const VISU::View3D::XYZ | theDir | ) | [virtual] |
References VISU.View_i.GetViewWindow(), MESSAGE, MYDEBUG, and VISU.View3D_i.SetViewUp().
| void VISU.View3D_i::GetViewUp | ( | SUIT_ViewWindow * | theViewWindow, |
| CORBA::Double | theViewUp[3] | ||
| ) | [static] |
References VISU.GetCamera().
| VISU::View3D::XYZ_slice * VISU.View3D_i::GetViewUp | ( | ) | [virtual] |
References visu_view3d_parameters.aViewUp, VISU.GetCamera(), VISU.View_i.GetViewWindow(), MESSAGE, and MYDEBUG.
| void VISU.View3D_i::SetFocalPoint | ( | SUIT_ViewWindow * | theViewWindow, |
| const CORBA::Double | theFocalPnt[3] | ||
| ) | [static] |
References VISU.GetCamera().
| void VISU.View3D_i::SetFocalPoint | ( | const VISU::View3D::XYZ | theCoord | ) | [virtual] |
References VISU.View_i.GetViewWindow(), MESSAGE, MYDEBUG, and VISU.View3D_i.SetFocalPoint().
| void VISU.View3D_i::GetFocalPoint | ( | SUIT_ViewWindow * | theViewWindow, |
| CORBA::Double | theFocalPnt[3] | ||
| ) | [static] |
References VISU.GetCamera().
| VISU::View3D::XYZ_slice * VISU.View3D_i::GetFocalPoint | ( | ) | [virtual] |
References VISU.View_i.GetViewWindow(), MESSAGE, and MYDEBUG.
| void VISU.View3D_i::SetParallelScale | ( | SUIT_ViewWindow * | theViewWindow, |
| CORBA::Double | theScale | ||
| ) | [static] |
References VISU.GetCamera().
| void VISU.View3D_i::SetParallelScale | ( | CORBA::Double | theScale | ) | [virtual] |
References VISU.View_i.GetViewWindow(), MESSAGE, MYDEBUG, and VISU.View3D_i.SetParallelScale().
| CORBA::Double VISU.View3D_i::GetParallelScale | ( | SUIT_ViewWindow * | theViewWindow | ) | [static] |
References VISU.GetCamera().
| CORBA::Double VISU.View3D_i::GetParallelScale | ( | ) | [virtual] |
References VISU.View_i.GetViewWindow(), MESSAGE, and MYDEBUG.
| void VISU.View3D_i::ScaleView | ( | SUIT_ViewWindow * | theViewWindow, |
| VISU::View3D::Axis | theAxis, | ||
| CORBA::Double | theParam | ||
| ) | [static] |
References visu_pointmap3d.aScaleFactor.
| void VISU.View3D_i::ScaleView | ( | VISU::View3D::Axis | theAxis, |
| CORBA::Double | theParam | ||
| ) | [virtual] |
References VISU_Example_02.aScale, VISU.View_i.GetViewWindow(), MESSAGE, MYDEBUG, and VISU.SetScaleView().
| void VISU.View3D_i::RemoveScale | ( | ) | [virtual] |
References VISU_Example_02.aScale, VISU.View_i.GetViewWindow(), MESSAGE, MYDEBUG, and VISU.SetScaleView().
| string VISU.View3D_i::ToString | ( | SUIT_ViewWindow * | theViewWindow | ) | [static] |
References VISU.Storable.DataToStream(), MESSAGE, VISU.View3D_i.myComment, MYDEBUG, and VISU.View3D_i.ToStream().
| void VISU.View3D_i::ToStream | ( | SUIT_ViewWindow * | theViewWindow, |
| std::ostringstream & | theStr | ||
| ) | [static] |
| bool VISU.View3D_i::SaveViewParams | ( | SUIT_ViewManager * | theViewManager, |
| const std::string & | theName | ||
| ) | [static] |
References VISU._PTR(), VISU.CreateAttributes(), MESSAGE, VISU.View3D_i.myComment, MYDEBUG, and VISU.Storable.ToString().
| CORBA::Boolean VISU.View3D_i::SaveViewParams | ( | const char * | theViewParamsName | ) | [virtual] |
References VISU.View_i.myViewManager.
| bool VISU.View3D_i::RestoreViewParams | ( | SUIT_ViewManager * | theViewManager, |
| const std::string & | theName | ||
| ) | [static] |
| CORBA::Boolean VISU.View3D_i::RestoreViewParams | ( | const char * | theViewParamsName | ) | [virtual] |
References VISU.View_i.myViewManager.
| QString VISU.View3D_i::GenerateViewParamsName | ( | ) | [static] |
References VISU.GenerateName(), and VISU.View3D_i.myNbViewParams.
| void VISU.View3D_i::Restore | ( | SUIT_ViewWindow * | theViewWindow, |
| const Storable::TRestoringMap & | theMap | ||
| ) | [static] |
References batchmode_visu_view3d.aColor, visu_pointmap3d.aScaleFactor, visu_view3d_parameters.aViewUp, VISU.Storable.FindValue(), VISU.View3D_i.ScaleView(), VISU.View3D_i.SetBackground(), VISU.View3D_i.SetFocalPoint(), VISU.View3D_i.SetParallelScale(), VISU.View3D_i.SetPointOfView(), VISU.View3D_i.SetViewUp(), VISU.View3D.XAxis, VISU.View3D.YAxis, and VISU.View3D.ZAxis.
| void VISU.View3D_i::Close | ( | ) | [virtual] |
Implements VISU.View_i.
References VISU.View_i.GetViewWindow().
| PresentationType VISU.View3D_i::GetPresentationType | ( | ScalarMap_ptr | thePrs | ) | [virtual] |
| CORBA::Boolean VISU.View3D_i::IsShrinked | ( | ScalarMap_ptr | thePrs | ) | [virtual] |
| CORBA::Boolean VISU.View3D_i::IsShaded | ( | ScalarMap_ptr | thePrs | ) | [virtual] |
| CORBA::Double VISU.View3D_i::GetOpacity | ( | ScalarMap_ptr | thePrs | ) | [virtual] |
| CORBA::Double VISU.View3D_i::GetLineWidth | ( | ScalarMap_ptr | thePrs | ) | [virtual] |
| Quadratic2DPresentationType VISU.View3D_i::GetQuadratic2DPresentationType | ( | ScalarMap_ptr | thePrs | ) | [virtual] |
| char * VISU.View3D_i::SetPresentationType | ( | ScalarMap_ptr | thePrs, |
| PresentationType | thePrsType | ||
| ) | [virtual] |
| char * VISU.View3D_i::SetShrinked | ( | ScalarMap_ptr | thePrs, |
| CORBA::Boolean | isShrinked | ||
| ) | [virtual] |
| char * VISU.View3D_i::SetShaded | ( | ScalarMap_ptr | thePrs, |
| CORBA::Boolean | isShaded | ||
| ) | [virtual] |
| char * VISU.View3D_i::SetOpacity | ( | ScalarMap_ptr | thePrs, |
| CORBA::Double | theOpacity | ||
| ) | [virtual] |
| char * VISU.View3D_i::SetLineWidth | ( | ScalarMap_ptr | thePrs, |
| CORBA::Double | theLineWidth | ||
| ) | [virtual] |
| char * VISU.View3D_i::SetQuadratic2DPresentationType | ( | ScalarMap_ptr | thePrs, |
| Quadratic2DPresentationType | theType | ||
| ) | [virtual] |
| Storable * VISU.View3D_i::Create | ( | int | theNew | ) | [virtual] |
References MESSAGE, VISU.View_i.myApplication, MYDEBUG, and VISU.View_i.SetViewWindow().
| void VISU.View3D_i::ToStream | ( | std::ostringstream & | theStr | ) | [virtual] |
Reimplemented from VISU.View_i.
References VISU.View_i.GetViewWindow(), and VISU.View3D_i.ToStream().
| const char * VISU.View3D_i::GetComment | ( | ) | const [virtual] |
Reimplemented from VISU.View_i.
References VISU.View3D_i.myComment.
| 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().
| CORBA::Boolean VISU.View_i::SavePicture | ( | const char * | theFileName | ) | [virtual, inherited] |
References VISU.View_i.GetViewWindow().
| 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] |
int VISU.View3D_i::myNbViewParams = 0 [static, protected] |
const string VISU.View3D_i::myComment = "VIEW3D" [static] |
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] |