-
Notifications
You must be signed in to change notification settings - Fork 7
::Riggs::ObjectSelection
LB-- edited this page Nov 7, 2012
·
1 revision
This class is used for modifying MMF2's Selected Object list in the same way the Select Object Extension does. In fact, this class is based on the source code of the Select Object Extension. You can get access to an instance via ::Edif::Runtime::ObjectSelection. It has been modified from its original version to accommodate EDIF.
| class | ObjectSelection | ::Riggs::ObjectSelection |
|---|---|---|
| Signature | Name | Fully Qualified Name |
| ::Extension * | pExtension | ::Riggs::ObjectSelection::pExtension |
| <constructor>(::LPRH) | <constructor> | ::Riggs::ObjectSelection::ObjectSelection |
| void (short) | SelectAll | ::Riggs::ObjectSelection::SelectAll |
| void (short) | SelectNone | ::Riggs::ObjectSelection::SelectAll |
| void (::LPRO) | SelectOneObject | ::Riggs::ObjectSelection::SelectOneObject |
| void (short, ::LPRO *, int) | SelectObjects | ::Riggs::ObjectSelection::SelectObjects |
| bool (::LPRO, short) | ObjectIsOfType | ::Riggs::ObjectSelection::ObjectIsOfType |
| int (short) | GetNumberOfSelected | ::Riggs::ObjectSelection::GetNumberOfSelected |
| template<class T> bool (short, bool, T) | FilterObjects | ::Riggs::ObjectSelection::FilterObjects |
| Protected Members | ||
| ::LPRH | rhPtr | ::Riggs::ObjectSelection::rhPtr |
| ::LPOBL | ObjectList | ::Riggs::ObjectSelection::ObjectList |
| ::LPOIL | OiList | ::Riggs::ObjectSelection::OiList |
| ::LPQOI | ::Riggs::ObjectSelection::QualToOiList | ::Riggs::ObjectSelection::QualToOiList |
| int | oiListItemSize | ::Riggs::ObjectSelection::oiListItemSize |
| ::LPOIL (short) | GetOILFromOI | ::Riggs::ObjectSelection::GetOILFromOI |
| template<class T> bool (void *, T, ::LPRO) | DoCallback | ::Riggs::ObjectSelection::DoCallback |
| template<class T> bool (short, bool, T) | FilterQualifierObjects | ::Riggs::ObjectSelection::FilterQualifierObjects |
| template<class T> bool (short, bool, T) | FilterNonQualifierObjects | ::Riggs::ObjectSelection::FilterNonQualifierObjects |