digiKam
|
This is the complete list of members for heif::Box_iloc, including all inherited members.
append_child_box(std::shared_ptr< Box > box) | heif::Box | inline |
append_data(heif_item_id item_ID, const std::vector< uint8_t > &data, uint8_t construction_method=0) | heif::Box_iloc | |
Box() | heif::Box | inline |
Box(const BoxHeader &hdr) | heif::Box | inline |
Box_iloc() | heif::Box_iloc | inline |
Box_iloc(const BoxHeader &hdr) | heif::Box_iloc | inline |
BoxHeader() | heif::BoxHeader | |
derive_box_version() override | heif::Box_iloc | virtual |
derive_box_version_recursive() | heif::Box | |
dump(Indent &) const override | heif::Box_iloc | virtual |
dump_children(Indent &) const | heif::Box | protected |
get_all_child_boxes() const | heif::Box | inline |
get_box_size() const | heif::BoxHeader | inline |
get_child_box(uint32_t short_type) const | heif::Box | |
get_child_boxes(uint32_t short_type) const | heif::Box | |
get_flags() const | heif::BoxHeader | inline |
get_header_size() const | heif::BoxHeader | inline |
get_items() const | heif::Box_iloc | inline |
get_short_type() const | heif::BoxHeader | inline |
get_type() const | heif::BoxHeader | |
get_type_string() const | heif::BoxHeader | |
get_version() const | heif::BoxHeader | inline |
is_full_box_header() const | heif::BoxHeader | inline |
m_children | heif::Box | protected |
parse(BitstreamRange &range) override | heif::Box_iloc | protectedvirtual |
parse_full_box_header(BitstreamRange &range) | heif::BoxHeader | |
prepend_header(StreamWriter &, size_t box_start) const | heif::BoxHeader | |
read(BitstreamRange &range, std::shared_ptr< heif::Box > *box) | heif::Box | static |
read_children(BitstreamRange &range, int number=READ_CHILDREN_ALL) | heif::Box | protected |
READ_CHILDREN_ALL | heif::Box | protectedstatic |
read_data(const Item &item, std::shared_ptr< StreamReader > istr, const std::shared_ptr< class Box_idat > &, std::vector< uint8_t > *dest) const | heif::Box_iloc | |
reserve_box_header_space(StreamWriter &writer) const | heif::BoxHeader | |
set_flags(uint32_t flags) | heif::BoxHeader | inline |
set_is_full_box(bool flag=true) | heif::BoxHeader | inline |
set_min_version(uint8_t min_version) | heif::Box_iloc | inline |
set_short_type(uint32_t type) | heif::BoxHeader | inline |
set_version(uint8_t version) | heif::BoxHeader | inline |
size_until_end_of_file | heif::BoxHeader | static |
write(StreamWriter &writer) const override | heif::Box_iloc | virtual |
write_children(StreamWriter &writer) const | heif::Box | protected |
write_mdat_after_iloc(StreamWriter &writer) | heif::Box_iloc | |
~BoxHeader() | heif::BoxHeader | inlinevirtual |