#include <IPathSelectionList.h>
|
| enum | { kDefaultIID = IID_IPATHSELECTIONLIST } |
| |
A path point selection may contain anchor points and/or path segments (collectively known as path components). An anchor point is indicated by PointSelector::Selector() == kAnchorPt. A path segment is indicated by PointSelector::Selector() == kSegment.
Adds path component to selection
Adds path components to selection
Appends another path selection list onto this one
| virtual ErrorCode IPathSelectionList::Clear | ( | | ) | |
| pure virtual |
Clears all path components
| virtual ErrorCode IPathSelectionList::Clear | ( | const UIDRef & | item | ) | |
| pure virtual |
Clears all path components for this item
| virtual ErrorCode IPathSelectionList::Clear | ( | const UIDRef & | item, | | | const PointSelector & | handle | | ) | | |
| pure virtual |
Clears this path component for this item
Clears these path components for this item
Clears these path components
Return list of path components selected on object
| virtual IDataBase* IPathSelectionList::GetDataBase | ( | | ) | const |
| pure virtual |
Set the database Get the database
| virtual UIDList IPathSelectionList::GetItemList | ( | | ) | const |
| pure virtual |
Return list of objects with path components selected
| virtual bool16 IPathSelectionList::IsEmpty | ( | | ) | const |
| pure virtual |
Returns kTrue if there are no path components selected
| virtual bool16 IPathSelectionList::IsSelected | ( | const UIDRef & | item | ) | const |
| pure virtual |
Returns kTrue if one or more path components on this item are selected
| virtual bool16 IPathSelectionList::IsSelected | ( | const UIDRef & | item, | | | const PointSelector & | handle | | ) | | const |
| pure virtual |
Returns kTrue if this path component on this item is selected
| virtual int32 IPathSelectionList::Length | ( | | ) | const |
| pure virtual |
Return number of objects with path components selected
| virtual int32 IPathSelectionList::Length | ( | const UIDRef & | item | ) | const |
| pure virtual |
Return number of path components selected on object