#include "NOSelection.h"
Public Member Functions | |
NCommon::UInt32 | getNumberOfSelectedObjects () |
NCommon::UInt32 | getSelectedObjectInt (NCommon::UInt32 pIndex) |
NiXPSObjects::NOBase | getSelectedObject (NCommon::UInt32 pIndex) |
bool | hasObject (NCommon::UInt32 pId) |
NCommon::UInt32 NOSelection::getNumberOfSelectedObjects | ( | ) |
Gets the C-safe NOSelectionHandler from this object.
Return the number of selected objects
NCommon::UInt32 NiXPSObjects::NOSelection::getSelectedObjectInt | ( | NCommon::UInt32 | pIndex | ) |
Get selected object's ID at index pIndex.
NiXPSObjects::NOBase NOSelection::getSelectedObject | ( | NCommon::UInt32 | pIndex | ) |
Get selected object at index pIndex.
bool NOSelection::hasObject | ( | NCommon::UInt32 | pId | ) |
Convenience method for quickly checking whether the selection contains object pId.