Generated from class MR.CompressZipSettings. This is the const half of the class.
More...
|
| virtual unsafe void | Dispose (bool disposing) |
|
| unsafe MR.Std.Const_Vector_StdFilesystemPath | excludeFiles [get, protected set] |
| | files that should not be included to result zip
|
| unsafe int | compressionLevel [get] |
| | [0-9]: greater level means longer processing but better compression 0 is special value to use default level
|
| unsafe MR.Std.Const_String | password [get, protected set] |
| | if password is given then the archive will be encrypted
|
| unsafe MR.Std.Const_Function_Bool_From_Float | cb [get, protected set] |
| | an option to get progress notifications and cancel the operation
|
Generated from class MR.CompressZipSettings. This is the const half of the class.
◆ Const_CompressZipSettings() [1/5]
| unsafe MR.Const_CompressZipSettings.Const_CompressZipSettings |
( |
| ) |
|
|
inline |
Constructs an empty (default-constructed) instance.
◆ Const_CompressZipSettings() [2/5]
| unsafe MR.Const_CompressZipSettings.Const_CompressZipSettings |
( |
MR.Std._ByValue_Vector_StdFilesystemPath | excludeFiles, |
|
|
int | compressionLevel, |
|
|
string | password, |
|
|
MR.Std._ByValue_Function_Bool_From_Float | cb ) |
|
inline |
◆ Const_CompressZipSettings() [3/5]
| unsafe MR.Const_CompressZipSettings.Const_CompressZipSettings |
( |
MR._ByValue_CompressZipSettings | _other | ) |
|
|
inline |
◆ Const_CompressZipSettings() [4/5]
◆ Const_CompressZipSettings() [5/5]
◆ Dispose() [1/2]
| virtual void MR.Const_CompressZipSettings.Dispose |
( |
| ) |
|
|
inlinevirtual |
◆ Dispose() [2/2]
| virtual unsafe void MR.Const_CompressZipSettings.Dispose |
( |
bool | disposing | ) |
|
|
inlineprotectedvirtual |
◆ __ref_storage_compressionLevel
| unsafe int* MR.Const_CompressZipSettings.__ref_storage_compressionLevel |
|
protected |
◆ cb
| unsafe MR.Std.Const_Function_Bool_From_Float MR.Const_CompressZipSettings.cb |
|
getprotected set |
an option to get progress notifications and cancel the operation
◆ compressionLevel
| unsafe int MR.Const_CompressZipSettings.compressionLevel |
|
get |
[0-9]: greater level means longer processing but better compression 0 is special value to use default level
◆ excludeFiles
| unsafe MR.Std.Const_Vector_StdFilesystemPath MR.Const_CompressZipSettings.excludeFiles |
|
getprotected set |
files that should not be included to result zip
◆ password
| unsafe MR.Std.Const_String MR.Const_CompressZipSettings.password |
|
getprotected set |
if password is given then the archive will be encrypted
The documentation for this class was generated from the following file: