Public Member Functions | |
| None | __init__ (self) |
| None | __init__ (self, CompressZipSettings arg0) |
| None | __init__ (self, std_vector_std_filesystem_path excludeFiles, int compressionLevel, str password, func_bool_from_float cb) |
| func_bool_from_float | cb (self) |
| None | cb (self, func_bool_from_float arg1) |
| int | compressionLevel (self) |
| None | compressionLevel (self, int arg1) |
| std_vector_std_filesystem_path | excludeFiles (self) |
| None | excludeFiles (self, std_vector_std_filesystem_path arg1) |
| str | password (self) |
| None | password (self, str arg1) |
Static Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| CompressZipSettings | operator (*args, **kwargs) |
| CompressZipSettings | operator (*args, **kwargs) |
Static Protected Attributes | |
| typing | _offsetof_cb = 64 |
| typing | _offsetof_compressionLevel = 24 |
| typing | _offsetof_excludeFiles = 0 |
| typing | _offsetof_password = 32 |
Generated from: MR::CompressZipSettings
|
static |
| None mrmeshpy.CompressZipSettings.__init__ | ( | self | ) |
| None mrmeshpy.CompressZipSettings.__init__ | ( | self, | |
| CompressZipSettings | arg0 ) |
Implicit copy constructor.
| None mrmeshpy.CompressZipSettings.__init__ | ( | self, | |
| std_vector_std_filesystem_path | excludeFiles, | ||
| int | compressionLevel, | ||
| str | password, | ||
| func_bool_from_float | cb ) |
Implicit aggregate constructor.
| func_bool_from_float mrmeshpy.CompressZipSettings.cb | ( | self | ) |
an option to get progress notifications and cancel the operation
| None mrmeshpy.CompressZipSettings.cb | ( | self, | |
| func_bool_from_float | arg1 ) |
| int mrmeshpy.CompressZipSettings.compressionLevel | ( | self | ) |
[0-9]: greater level means longer processing but better compression 0 is special value to use default level
| None mrmeshpy.CompressZipSettings.compressionLevel | ( | self, | |
| int | arg1 ) |
| std_vector_std_filesystem_path mrmeshpy.CompressZipSettings.excludeFiles | ( | self | ) |
files that should not be included to result zip
| None mrmeshpy.CompressZipSettings.excludeFiles | ( | self, | |
| std_vector_std_filesystem_path | arg1 ) |
|
static |
|
static |
| str mrmeshpy.CompressZipSettings.password | ( | self | ) |
if password is given then the archive will be encrypted
| None mrmeshpy.CompressZipSettings.password | ( | self, | |
| str | arg1 ) |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |