OWLNext 7.0
Borland's Object Windows Library for the modern age
|
Use when doing parts save and load. More...
#include <ocf/ocview.h>
Public Member Functions | |
TOcSaveLoad () | |
TOcSaveLoad (IStorage *storageI, bool sameAsLoad=true, bool remember=false, bool saveSelection=false, void *userData=0) | |
Public Attributes | |
IStorage * | StorageI |
bool | SameAsLoad |
Same IStorage as one used for loading. | |
bool | Remember |
whether to keep the IStorage ptr after save/load | |
bool | SaveSelection |
whether to save only the selection | |
void * | UserData |
User data. | |
|
inline |
Definition at line 331 of file ocview.h.
References Remember, SameAsLoad, SaveSelection, StorageI, and UserData.
bool ocf::TOcSaveLoad::Remember |
bool ocf::TOcSaveLoad::SameAsLoad |
bool ocf::TOcSaveLoad::SaveSelection |