#include <BdsD.h>
Public Member Functions | |
DataFormat (BList< BString > pnames=BList< BString >(), BString pdescription=BString(), BInt32 pread=BInt32(), BInt32 pwrite=BInt32(), BString pextension=BString()) | |
Public Attributes | |
BList< BString > | names |
The format names. | |
BString | description |
The description. | |
BInt32 | read |
Ability to read. | |
BInt32 | write |
Ability to write. | |
BString | extension |
Default filename extension. |
Bds::DataFormat::DataFormat | ( | BList< BString > | pnames = BList< BString >() , |
|
BString | pdescription = BString() , |
|||
BInt32 | pread = BInt32() , |
|||
BInt32 | pwrite = BInt32() , |
|||
BString | pextension = BString() | |||
) |
BString Bds::DataFormat::description |
The description.
BString Bds::DataFormat::extension |
Default filename extension.
BList<BString > Bds::DataFormat::names |
The format names.
BInt32 Bds::DataFormat::read |
Ability to read.
BInt32 Bds::DataFormat::write |
Ability to write.