
Public Member Functions | |
| bool | hasDesktop () |
| Check GUI availability. | |
| void | updateObjBrowser (bool) |
| Update active study's Object Browser. | |
| int | getActiveStudyId () |
| Get active study identifier. | |
| const char * | getActiveStudyName () |
| Get active study name. | |
| const char * | getComponentName (const char *) |
| Get name of the component by its title (user name) | |
| const char * | getComponentUserName (const char *) |
| Get title (user name) of the component by its name. | |
| int | SelectedCount () |
| Get number of selected items. | |
| const char * | getSelected (int i) |
| Get entry of the specified selected item. | |
| void | AddIObject (const char *) |
| Add an object to the current selection. | |
| void | RemoveIObject (const char *) |
| Remove the object from the selection. | |
| void | ClearIObjects () |
| Clear selection (unselect all objects). | |
| void | Display (const char *) |
| Display an object in the current view window. | |
| void | DisplayOnly (const char *) |
| Displays an object in the current view window and erases all other ones. | |
| void | Erase (const char *) |
| Erase an object in the current view window. | |
| void | DisplayAll () |
| Display all active module's presentable child objects in the current view window. | |
| void | EraseAll () |
| Erase all objects from the current view window. | |
| bool | IsInCurrentView (const char *) |
| Check it the object is displayed in the current view window. | |
| void | UpdateView () |
| Update (repaint) current view window. | |
| void | FitAll () |
| Fit current view window to display all its contents. | |
| void | ResetView () |
| Reset current view window to the default state. | |
| void | ViewTop () |
| Switch current view window to show the top view. | |
| void | ViewBottom () |
| Switch current view window to show the bottom view. | |
| void | ViewLeft () |
| Switch current view window to show the left view. | |
| void | ViewRight () |
| Switch current view window to show the right view. | |
| void | ViewFront () |
| Switch current view window to show the front view. | |
| void | ViewBack () |
| Switch current view window to show the back view. | |
Static Public Attributes | |
| getAllSelected = SalomeGUIgetAllSelected | |
| bool SALOMEGUI_Swig::hasDesktop | ( | ) | [inherited] |
true if GUI is available References ProcessEvent().
| void SALOMEGUI_Swig::updateObjBrowser | ( | bool | ) | [inherited] |
| updateSelection | this parameter is obsolete |
References getApplication(), and ProcessVoidEvent().
| int SALOMEGUI_Swig::getActiveStudyId | ( | ) | [inherited] |
References ProcessEvent().
| const char * SALOMEGUI_Swig::getActiveStudyName | ( | ) | [inherited] |
References ProcessEvent().
| const char * SALOMEGUI_Swig::getComponentName | ( | const char * | componentUserName | ) | [inherited] |
| componentUserName | component title (user name) |
References ProcessEvent().
| const char * SALOMEGUI_Swig::getComponentUserName | ( | const char * | componentName | ) | [inherited] |
| componentName | component name |
References ProcessEvent().
| int SALOMEGUI_Swig::SelectedCount | ( | ) | [inherited] |
References ProcessEvent().
| const char * SALOMEGUI_Swig::getSelected | ( | int | index | ) | [inherited] |
| index | selected object index |
References ProcessEvent().
| void SALOMEGUI_Swig::AddIObject | ( | const char * | theEntry | ) | [inherited] |
| theEntry | object entry |
References SALOME_ListIO.Append(), getApplication(), ProcessVoidEvent(), and LightApp_SelectionMgr.setSelectedObjects().
| void SALOMEGUI_Swig::RemoveIObject | ( | const char * | theEntry | ) | [inherited] |
| theEntry | object entry |
References getApplication(), SALOME_ListIteratorOfListIO.More(), SALOME_ListIteratorOfListIO.Next(), ProcessVoidEvent(), SALOME_ListIO.Remove(), LightApp_SelectionMgr.selectedObjects(), LightApp_SelectionMgr.setSelectedObjects(), and SALOME_ListIteratorOfListIO.Value().
| void SALOMEGUI_Swig::ClearIObjects | ( | ) | [inherited] |
References SUIT_SelectionMgr.clearSelected(), getApplication(), and ProcessVoidEvent().
| void SALOMEGUI_Swig::Display | ( | const char * | theEntry | ) | [inherited] |
The presentable object should be previously created and displayed in this viewer.
| theEntry | object entry |
References LightApp_Study.children(), LightApp_Study.componentDataType(), LightApp_Displayer.Display(), salome_pluginsmanager.entries(), LightApp_Displayer.FindDisplayer(), getActiveStudy(), getApplication(), LightApp_Study.isComponent(), CAM_Application.moduleTitle(), ProcessVoidEvent(), and LightApp_Study.referencedToEntry().
| void SALOMEGUI_Swig::DisplayOnly | ( | const char * | theEntry | ) | [inherited] |
The presentable object should be previously created and displayed in this viewer.
| theEntry | object entry |
References LightApp_Study.children(), LightApp_Study.componentDataType(), LightApp_Study.components(), LightApp_Displayer.Display(), salome_pluginsmanager.entries(), LightApp_Displayer.EraseAll(), LightApp_Displayer.FindDisplayer(), getActiveStudy(), getApplication(), LightApp_Study.isComponent(), CAM_Application.moduleTitle(), ProcessVoidEvent(), and LightApp_Study.referencedToEntry().
| void SALOMEGUI_Swig::Erase | ( | const char * | theEntry | ) | [inherited] |
The presentable object should be previously created and displayed in this viewer.
| theEntry | object entry |
References LightApp_Study.children(), LightApp_Study.componentDataType(), salome_pluginsmanager.entries(), LightApp_Displayer.Erase(), LightApp_Displayer.FindDisplayer(), getActiveStudy(), getApplication(), LightApp_Study.isComponent(), CAM_Application.moduleTitle(), ProcessVoidEvent(), and LightApp_Study.referencedToEntry().
| void SALOMEGUI_Swig::DisplayAll | ( | ) | [inherited] |
The presentable objects should be previously created and displayed in this viewer.
References LightApp_Study.centry(), LightApp_Study.children(), LightApp_Study.components(), LightApp_Displayer.Display(), salome_pluginsmanager.entries(), LightApp_Displayer.FindDisplayer(), getActiveStudy(), getApplication(), CAM_Application.moduleTitle(), ProcessVoidEvent(), and LightApp_Study.referencedToEntry().
| void SALOMEGUI_Swig::EraseAll | ( | ) | [inherited] |
| bool SALOMEGUI_Swig::IsInCurrentView | ( | const char * | theEntry | ) | [inherited] |
VSR: For the current moment implemented for OCC and VTK viewers only.
| theEntry | object entry |
true if the object with given entry is displayed in the current viewer References ProcessEvent().
| void SALOMEGUI_Swig::UpdateView | ( | ) | [inherited] |
| void SALOMEGUI_Swig::FitAll | ( | ) | [inherited] |
References getApplication(), and ProcessVoidEvent().
| void SALOMEGUI_Swig::ResetView | ( | ) | [inherited] |
References getApplication(), and ProcessVoidEvent().
| void SALOMEGUI_Swig::ViewBottom | ( | ) | [inherited] |
References __ViewBottom, and setView().
| void SALOMEGUI_Swig::ViewLeft | ( | ) | [inherited] |
References __ViewLeft, and setView().
| void SALOMEGUI_Swig::ViewRight | ( | ) | [inherited] |
References __ViewRight, and setView().
| void SALOMEGUI_Swig::ViewFront | ( | ) | [inherited] |
References __ViewFront, and setView().
| void SALOMEGUI_Swig::ViewBack | ( | ) | [inherited] |
References __ViewBack, and setView().
salome.SalomeGUI.getAllSelected = SalomeGUIgetAllSelected [static] |