#include "SALOMEGUI_Swig.hxx"#include <SUIT_Session.h>#include <SUIT_Desktop.h>#include <SUIT_ViewWindow.h>#include <SUIT_ViewManager.h>#include <SUIT_DataObjectIterator.h>#include <CAM_DataModel.h>#include <LightApp_Application.h>#include <LightApp_Displayer.h>#include <LightApp_Study.h>#include <LightApp_Module.h>#include <LightApp_DataObject.h>#include <LightApp_SelectionMgr.h>#include <LightApp_DataOwner.h>#include <SALOME_Prs.h>#include <SOCC_ViewModel.h>#include <SVTK_ViewModel.h>#include <SVTK_ViewWindow.h>#include <SOCC_ViewWindow.h>#include <SPlot2d_ViewWindow.h>#include <SALOME_Event.h>#include <SALOME_ListIO.hxx>#include <SALOME_InteractiveObject.hxx>#include <SALOME_ListIteratorOfListIO.hxx>
Data Structures | |
| class | THasDesktopEvent |
| class | TGetActiveStudyIdEvent |
| class | TGetActiveStudyNameEvent |
| class | TGetComponentNameEvent |
| class | TGetSelectedEvent |
| class | TIsInViewerEvent |
Enumerations | |
| enum | { __ViewTop, __ViewBottom, __ViewLeft, __ViewRight, __ViewFront, __ViewBack } |
View operation type. More... | |
Functions | |
| static LightApp_Application * | getApplication () |
| Get active application object. | |
| static LightApp_Study * | getActiveStudy () |
| Get active study object. | |
| static void | setView (int view) |
| Change the view of the current view window. | |
| anonymous enum |
| static LightApp_Application* getApplication | ( | ) | [static] |
References SUIT_Session.activeApplication(), and SUIT_Session.session().
| static LightApp_Study* getActiveStudy | ( | ) | [static] |
References SUIT_Application.activeStudy(), and getApplication().
| PyObject * setView | ( | int | type | ) | [static] |
Set view type for the current VTK viewer.
| view | view operation type |
If there is no active VTK viewer, nothing happens.
| type | view type |
References __ViewBack, __ViewBottom, __ViewFront, __ViewLeft, __ViewRight, __ViewTop, SALOME_Event.Execute(), getApplication(), and ProcessVoidEvent().