|
OWLNext 7.0
Borland's Object Windows Library for the modern age
|
Container of parts with iterator. More...
#include <ocf/ocpart.h>
Additional Inherited Members | |
Public Types inherited from owl::TTypedArray< T, R, A > | |
| typedef void(* | IterFunc) (R, void *) |
| typedef bool(* | CondFunc) (R, void *) |
| typedef TPtrArrayIterator< R, TTypedArray< T, R, A > > | Iterator |
| typedef Iterator | iterator |
Static Public Attributes inherited from owl::TArrayBase | |
| static const int | NPOS = -1 |
Protected Member Functions inherited from owl::TTypedArray< T, R, A > | |
| void | Resize (int delta) |
| void | Remove (int index) |
Protected Attributes inherited from owl::TTypedArray< T, R, A > | |
| T * | Data |
Protected Attributes inherited from owl::TArrayBase | |
| uint | ItemCnt |
| uint | Reserved |
| ocf::TOcPartCollection::TOcPartCollection | ( | ) |
Definition at line 804 of file ocpart.cpp.
| ocf::TOcPartCollection::~TOcPartCollection | ( | ) |
Definition at line 808 of file ocpart.cpp.
References Clear().
| void ocf::TOcPartCollection::Clear | ( | ) |
Definition at line 853 of file ocpart.cpp.
References owl::TTypedArray< T, R, A >::Detach(), and Find().
| TOcPart * ocf::TOcPartCollection::Locate | ( | owl::TPoint & | point | ) |
walk thru Part collection & return the last one that logical point hits, (first one in Z order)
Definition at line 830 of file ocpart.cpp.
Select/unselect all parts.
Definition at line 845 of file ocpart.cpp.