#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 | selectedObjects (list, theType, convertReferences, true) |
| return list | Extent () |
| return list Extent | ( | ) |
| Handle (SALOME_InteractiveObject) LightApp_SelectionMgr selectedObjects | ( | list | , |
| theType | , | ||
| convertReferences | , | ||
| true | |||
| ) |
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)