|
| ZXCKSWriterOptions (const bool writeGeneratedElement=true, const bool writeFileSize=true, const bool writeFileDateTime=true, const bool useCompactXML=true, const bool useTabsforIndentation=false, const unsigned int nbIndentSpaces=default_indent_spaces, const bool checkReturnedChecksums=true, const std::string applicationWriter=std::string(), const std::string applicationVersion=std::string(), const bool writeLibXCKSVersion=false, const int compressionLevel=default_compression_level) |
| Constructor. More...
|
|
virtual | ~ZXCKSWriterOptions ()=default |
| Destructor. More...
|
|
virtual int | getCompressionLevel () const final |
| Returns the compression level to use. More...
|
|
virtual void | setCompressionLevel (const int level) final |
| Sets the compression level. More...
|
|
| XCKSWriterOptions (const bool writeGeneratedElement=true, const bool writeFileSize=true, const bool writeFileDateTime=true, const bool useCompactXML=false, const bool useTabsforIndentation=false, const unsigned int nbIndentSpaces=default_indent_spaces, const bool checkReturnedChecksums=true, const std::string applicationWriter=std::string(), const std::string applicationVersion=std::string(), const bool writeLibXCKSVersion=false) |
| Constructor. More...
|
|
virtual | ~XCKSWriterOptions ()=default |
| Destructor. More...
|
|
virtual bool | writeGeneratedElement () const final |
| Indicates whether the generated element must be written in the XCKS file. More...
|
|
virtual void | setWriteGeneratedElement (const bool writeGeneratedElement) final |
| Sets if the generated element must be written in the XCKS file. More...
|
|
virtual bool | writeFileSize () const final |
| Indicates whether the files' size must be written in the XCKS file. More...
|
|
virtual void | setWriteFileSize (const bool writeFileSize) final |
| Sets if the files' size must be written in the XCKS file. More...
|
|
virtual bool | writeFileDateTime () const final |
| Indicates whether the files' date/time must be written in the XCKS file. More...
|
|
virtual void | setWriteFileDateTime (const bool writeFileDateTime) final |
| Sets if the files' date/time must be written in the XCKS file. More...
|
|
virtual bool | useCompactXML () const final |
| Indicates whether the XCKS file must be written in its compact form or not. More...
|
|
virtual void | setUseCompactXML (const bool useCompactXML) final |
| Sets if the XCKS file must be written in its compact form or not. More...
|
|
virtual bool | useTabsforIndentation () const final |
| Indicates which type of indentation should be used when writing the XCKS file. More...
|
|
virtual void | setUseTabsforIndentation (const bool useTabsforIndentation) final |
| Sets which type of indentation should be used when writing the XCKS file. More...
|
|
virtual unsigned int | getIndentSpaces () const final |
| Returns the number of spaces to use for indention (meaningful only if useTabsforIndentation() returns false ). More...
|
|
virtual void | setIndentSpaces (const unsigned int nbIndentSpaces) final |
| Sets the number of spaces to use for indention (meaningful only if useTabsforIndentation() returns false ). More...
|
|
virtual bool | checkReturnedChecksums () const final |
| Indicates whether all checksums values returned by an XCKSWriterChecksumProvider instance must be verified. More...
|
|
virtual void | setCheckReturnedChecksums (const bool checkReturnedChecksums) final |
| Sets if all checksums values returned by an XCKSWriterChecksumProvider instance must be verified. More...
|
|
virtual std::string | getApplicationWriter () const final |
| Gets the name of the application using libxcks to write the XCKS file. More...
|
|
virtual void | setApplicationWriter (const std::string &applicationWriter) final |
| Sets the name of the application using libxcks to write the XCKS file. More...
|
|
virtual std::string | getApplicationWriterVersion () const final |
| Gets the version of the application using libxcks to write the XCKS file. More...
|
|
virtual void | setApplicationWriterVersion (const std::string &applicationVersion) final |
| Sets the version of the application using libxcks to write the XCKS file. More...
|
|
virtual bool | writeLibXCKSVersion () const final |
| Indicates whether the name and version of the libxcks must be written with the application name and version. More...
|
|
virtual void | setWriteLibXCKSVersion (const bool writeLibXCKSVersion) final |
| Sets if the name and version of the libxcks must be written with the application name and version. More...
|
|
Provides options for the XCKS writer.
Definition at line 1070 of file handlers.hpp.