#include <tvu_typesdef.h>
Inheritance diagram for CTStockObjects::

Public Methods | |
| CTStockObjects () | |
| Constructor/destructor. More... | |
| ~CTStockObjects () | |
| CTList | GetListObjects () |
| Get the list of objects in the stock. More... | |
| CTObject* | Find (TLPCSTR Name, TBOOL bRecurrent=TFALSE) |
| Find a object by name. More... | |
| TBOOL | Load (TLPCSTR FileName, TBOOL Reset=TFALSE) |
| Load the objects from a file. More... | |
| TBOOL | Load (LPCTFile pFile, TBOOL Reset=TFALSE) |
| TBOOL | Save (TLPCSTR FileName) |
| Save the objects to a file. More... | |
| TBOOL | Save (LPCTFile pFile, TINT Marge) |
| TBOOL | BuildUserDefinedClasses (CTList pObjects=TNULL) |
| Build the user-defined classes. More... | |
| void | Delete () |
| Destroy the stock. More... | |
Static Public Attributes | |
| CTStockObjects* | Default |
Protected Attributes | |
| CTList | m_ListObjects |
| List of tObjects. More... | |
|
|
Constructor/destructor.
|
|
|
Build the user-defined classes.
|
|
|
Destroy the stock.
|
|
|
Find a object by name.
|
|
|
Get the list of objects in the stock.
01139 { return m_ListObjects; };
|
|
|
Load the objects from a file.
|
|
|
Save the objects to a file.
Reimplemented from CTObject. |
|
|
List of tObjects.
|
1.2.8.1 written by Dimitri van Heesch,
© 1997-2001