OWLNext    7.0
Borland's Object Windows Library for the modern age
Loading...
Searching...
No Matches
ocf::TOcSaveLoad Class Reference

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

IStorageStorageI
 
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
 
voidUserData
 User data.
 

Detailed Description

Use when doing parts save and load.

Definition at line 326 of file ocview.h.

Constructor & Destructor Documentation

◆ TOcSaveLoad() [1/2]

ocf::TOcSaveLoad::TOcSaveLoad ( )
inline

Definition at line 328 of file ocview.h.

◆ TOcSaveLoad() [2/2]

ocf::TOcSaveLoad::TOcSaveLoad ( IStorage * storageI,
bool sameAsLoad = true,
bool remember = false,
bool saveSelection = false,
void * userData = 0 )
inline

Definition at line 331 of file ocview.h.

References Remember, SameAsLoad, SaveSelection, StorageI, and UserData.

Member Data Documentation

◆ Remember

bool ocf::TOcSaveLoad::Remember

whether to keep the IStorage ptr after save/load

Definition at line 344 of file ocview.h.

◆ SameAsLoad

bool ocf::TOcSaveLoad::SameAsLoad

Same IStorage as one used for loading.

Definition at line 343 of file ocview.h.

◆ SaveSelection

bool ocf::TOcSaveLoad::SaveSelection

whether to save only the selection

Definition at line 345 of file ocview.h.

◆ StorageI

IStorage* ocf::TOcSaveLoad::StorageI

Definition at line 342 of file ocview.h.

◆ UserData

void* ocf::TOcSaveLoad::UserData

User data.

Definition at line 346 of file ocview.h.


The documentation for this class was generated from the following file: