|
OWLNext 6.32
|
Container of parts with iterator. More...
#include <ocpart.h>
Public Member Functions | |
| void | Clear () |
| int | Add (TOcPart *const &part) |
| int | IsEmpty () const |
| int | Find (TOcPart *const &part) |
| virtual unsigned | Count () const |
| int | Detach (TOcPart *const &part, int del=0) |
| TOcPart * | Locate (owl::TPoint &point) |
| bool | SelectAll (bool select=false) |
Container of parts with iterator.
| void ocf::TOcPartCollection::Clear | ( | ) |
Release parts in the collection.
| TOcPart * ocf::TOcPartCollection::Locate | ( | owl::TPoint & | point | ) |
walk thru Part collection & return the last one that logical point hits, (first one in Z order)
| bool ocf::TOcPartCollection::SelectAll | ( | bool | select = false | ) |
Select/unselect all parts.
1.7.4