This base interface for a multi-targets LPV object. More...
Public Member Functions | |
int | Count () |
BOOL | Empty () |
ILObject * | ItemObject (int objIndex) |
![]() | |
ILObject * | Copy () |
LPVErrorCode | Load (LString filename) |
void | Reset () |
LPVErrorCode | Save (LString filename) |
BOOL | Valid () |
Additional Inherited Members | |
![]() | |
LString | Name [get, set] |
Name of the object. By default, the object has no name. In most cases, LPV classes don't make use of the names. The name is drawn on canvas around the object if ILDrawable::SetDrawName() is enabled. More... | |
This base interface for a multi-targets LPV object.
int Count | ( | ) |
Get count of the LPV objects.
BOOL Empty | ( | ) |
Get whether the collection is empty
Return | true for empty, false otherwise. |