Generated from class MR.CompressZipSettings. This is the non-const half of the class.
More...
|
| new unsafe MR.Std.Vector_StdFilesystemPath | excludeFiles [get, protected set] |
| | files that should not be included to result zip
|
| new unsafe ref int | compressionLevel [get] |
| | [0-9]: greater level means longer processing but better compression 0 is special value to use default level
|
| new unsafe MR.Std.String | password [get, protected set] |
| | if password is given then the archive will be encrypted
|
| new unsafe MR.Std.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 non-const half of the class.
◆ CompressZipSettings() [1/5]
| unsafe MR.CompressZipSettings.CompressZipSettings |
( |
| ) |
|
|
inline |
Constructs an empty (default-constructed) instance.
◆ CompressZipSettings() [2/5]
| unsafe MR.CompressZipSettings.CompressZipSettings |
( |
MR.Std._ByValue_Vector_StdFilesystemPath | excludeFiles, |
|
|
int | compressionLevel, |
|
|
string | password, |
|
|
MR.Std._ByValue_Function_BoolFuncFromFloat | cb ) |
|
inline |
◆ CompressZipSettings() [3/5]
| unsafe MR.CompressZipSettings.CompressZipSettings |
( |
MR._ByValue_CompressZipSettings | _other | ) |
|
|
inline |
◆ CompressZipSettings() [4/5]
| MR.CompressZipSettings.CompressZipSettings |
( |
Const_CompressZipSettings | _other | ) |
|
|
inline |
◆ CompressZipSettings() [5/5]
◆ assign()
Generated from method MR::CompressZipSettings::operator=.
◆ cb
| new unsafe MR.Std.Function_Bool_From_Float MR.CompressZipSettings.cb |
|
getprotected set |
an option to get progress notifications and cancel the operation
◆ compressionLevel
| new unsafe ref int MR.CompressZipSettings.compressionLevel |
|
get |
[0-9]: greater level means longer processing but better compression 0 is special value to use default level
◆ excludeFiles
| new unsafe MR.Std.Vector_StdFilesystemPath MR.CompressZipSettings.excludeFiles |
|
getprotected set |
files that should not be included to result zip
◆ password
| new unsafe MR.Std.String MR.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: