Disk ARchive
2.4.11
|
class holding optional parameters used to list the contents of an existing archive More...
#include <archive_options.hpp>
Public Types | |
enum | listformat { normal, tree, xml } |
defines the way archive listing is done: | |
Public Member Functions | |
archive_options_listing (const archive_options_listing &ref) | |
const archive_options_listing & | operator= (const archive_options_listing &ref) |
void | clear () |
void | set_info_details (bool info_details) |
void | set_list_mode (listformat list_mode) |
void | set_selection (const mask &selection) |
void | set_subtree (const mask &subtree) |
void | set_filter_unsaved (bool filter_unsaved) |
void | set_display_ea (bool display_ea) |
bool | get_info_details () const |
listformat | get_list_mode () const |
const mask & | get_selection () const |
const mask & | get_subtree () const |
bool | get_filter_unsaved () const |
bool | get_display_ea () const |
class holding optional parameters used to list the contents of an existing archive
Definition at line 972 of file archive_options.hpp.