27 #ifndef SALOMEGUI_SWIG_HXX
28 #define SALOMEGUI_SWIG_HXX
56 void Erase(
const char* );
77 void setViewScale(
double parallelScale,
double x,
double y,
double z );
Python interface module for SALOME GUI.
Definition: SALOMEGUI_Swig.hxx:34
~SALOMEGUI_Swig()
Destructor.
Definition: SALOMEGUI_Swig.cxx:149
void AddIObject(const char *)
Add an object to the current selection.
Definition: SALOMEGUI_Swig.cxx:319
void setCameraViewUp(double x, double y, double z)
Set the view up direction for the camera.
Definition: SALOMEGUI_Swig.cxx:1076
SALOMEGUI_Swig()
Constructor.
Definition: SALOMEGUI_Swig.cxx:142
void setCameraFocalPoint(double x, double y, double z)
Set camera focal point of the active view.
Definition: SALOMEGUI_Swig.cxx:1062
bool hasDesktop()
Check GUI availability.
Definition: SALOMEGUI_Swig.cxx:170
void DisplayAll()
Display all active module's presentable child objects in the current view window.
Definition: SALOMEGUI_Swig.cxx:528
void EraseAll()
Erase all objects from the current view window.
Definition: SALOMEGUI_Swig.cxx:559
void Display(const char *)
Display an object in the current view window.
Definition: SALOMEGUI_Swig.cxx:411
void ViewLeft()
Switch current view window to show the left view.
Definition: SALOMEGUI_Swig.cxx:882
void FitIObjects(const std::list< std::string > &)
Definition: SALOMEGUI_Swig.cxx:713
void DisplayOnly(const char *)
Displays an object in the current view window and erases all other ones.
Definition: SALOMEGUI_Swig.cxx:448
const char * getViewParameters()
Definition: SALOMEGUI_Swig.cxx:957
const char * getActiveStudyName()
Get active study name.
Definition: SALOMEGUI_Swig.cxx:214
void UpdateView()
Update (repaint) current view window.
Definition: SALOMEGUI_Swig.cxx:624
void FitSelection()
Definition: SALOMEGUI_Swig.cxx:685
int SelectedCount()
Get number of selected items.
Definition: SALOMEGUI_Swig.cxx:303
void ViewRight()
Switch current view window to show the right view.
Definition: SALOMEGUI_Swig.cxx:890
const char * getComponentUserName(const char *)
Get title (user name) of the component by its name.
Definition: SALOMEGUI_Swig.cxx:255
void ViewBottom()
Switch current view window to show the bottom view.
Definition: SALOMEGUI_Swig.cxx:874
void ViewBack()
Switch current view window to show the back view.
Definition: SALOMEGUI_Swig.cxx:906
void setCameraPosition(double x, double y, double z)
Set camera position of the active view .
Definition: SALOMEGUI_Swig.cxx:1048
void ClearIObjects()
Clear selection (unselect all objects).
Definition: SALOMEGUI_Swig.cxx:384
void ResetView()
Reset current view window to the default state.
Definition: SALOMEGUI_Swig.cxx:745
void ViewFront()
Switch current view window to show the front view.
Definition: SALOMEGUI_Swig.cxx:898
const char * getSelected(int i)
Get entry of the specified selected item.
Definition: SALOMEGUI_Swig.cxx:308
void RemoveIObject(const char *)
Remove the object from the selection.
Definition: SALOMEGUI_Swig.cxx:346
void FitAll()
Fit current view window to display all its contents.
Definition: SALOMEGUI_Swig.cxx:650
void updateObjBrowser()
Update active study's Object Browser.
Definition: SALOMEGUI_Swig.cxx:178
bool IsInCurrentView(const char *)
Check it the object is displayed in the current view window.
Definition: SALOMEGUI_Swig.cxx:616
void setViewScale(double parallelScale, double x, double y, double z)
Set view scale.
Definition: SALOMEGUI_Swig.cxx:1091
void ViewTop()
Switch current view window to show the top view.
Definition: SALOMEGUI_Swig.cxx:866
const char * getComponentName(const char *)
Get name of the component by its title (user name)
Definition: SALOMEGUI_Swig.cxx:250
void Erase(const char *)
Erase an object in the current view window.
Definition: SALOMEGUI_Swig.cxx:492