Public Member Functions | |
DirEntry () | |
Public Attributes | |
bool | valid |
std::string | name |
bool | dir |
unsigned long | size |
unsigned long | start |
unsigned | prev |
unsigned | next |
unsigned | child |
libwpg::DirEntry::DirEntry | ( | ) | [inline] |
unsigned libwpg::DirEntry::child |
Referenced by libwpg::DirTree::children(), and libwpg::DirTree::load().
Referenced by libwpg::DirTree::fullName(), libwpg::DirTree::load(), and libwpg::StorageIO::streamIO().
std::string libwpg::DirEntry::name |
Referenced by libwpg::DirTree::entry(), libwpg::DirTree::fullName(), and libwpg::DirTree::load().
unsigned libwpg::DirEntry::next |
Referenced by dirtree_find_siblings(), and libwpg::DirTree::load().
unsigned libwpg::DirEntry::prev |
Referenced by dirtree_find_siblings(), and libwpg::DirTree::load().
unsigned long libwpg::DirEntry::size |
unsigned long libwpg::DirEntry::start |
Referenced by libwpg::DirTree::load(), and libwpg::StreamIO::StreamIO().