#include "LightApp_SelectionMgr.h"#include "LightApp_Study.h"#include "LightApp_DataOwner.h"#include "LightApp_DataSubOwner.h"#include "LightApp_Application.h"#include <SUIT_Session.h>#include <SUIT_Selector.h>#include <SALOME_ListIO.hxx>#include <TColStd_MapIteratorOfMapOfInteger.hxx>#include <TCollection_AsciiString.hxx>#include <QtCore/QSet>Functions | |
| Handle (SALOME_InteractiveObject) LightApp_SelectionMgr | |
| Handle | ( | SALOME_InteractiveObject | ) |
Get a sole selected objects from selection manager. If more than one object selected, return NULL. Useful to optimize performance in case of large number of objects (IPAL0054049)
Get all selected objects from selection manager
Append selected objects.
Sets table interactive object of curve
| io | - SALOME_InteractiveObject |
References LightApp_SelectionMgr::Handle(), and LightApp_SelectionMgr::selectedObjects().