ClanLib
2.3.7
|
Virtual File System (VFS) directory listing entry class. More...
#include <virtual_directory_listing_entry.h>
Public Member Functions | |
Construction | |
CL_VirtualDirectoryListingEntry () | |
virtual | ~CL_VirtualDirectoryListingEntry () |
Attributes | |
CL_String | get_filename () |
Returns the file name of the item in the listing. More... | |
bool | is_directory () |
Returns true if item is a directory. More... | |
bool | is_hidden () |
Returns true if item is hidden. More... | |
bool | is_writable () |
Returns true if item is writable. More... | |
bool | is_readable () |
Returns true if item is readable. More... | |
Operations | |
void | set_filename (const CL_String &) |
void | set_directory (bool) |
void | set_hidden (bool) |
void | set_writable (bool) |
void | set_readable (bool) |
Virtual File System (VFS) directory listing entry class.
CL_VirtualDirectoryListingEntry::CL_VirtualDirectoryListingEntry | ( | ) |
|
virtual |
CL_String CL_VirtualDirectoryListingEntry::get_filename | ( | ) |
Returns the file name of the item in the listing.
bool CL_VirtualDirectoryListingEntry::is_directory | ( | ) |
Returns true if item is a directory.
bool CL_VirtualDirectoryListingEntry::is_hidden | ( | ) |
Returns true if item is hidden.
bool CL_VirtualDirectoryListingEntry::is_readable | ( | ) |
Returns true if item is readable.
bool CL_VirtualDirectoryListingEntry::is_writable | ( | ) |
Returns true if item is writable.
void CL_VirtualDirectoryListingEntry::set_directory | ( | bool | ) |
void CL_VirtualDirectoryListingEntry::set_filename | ( | const CL_String & | ) |
void CL_VirtualDirectoryListingEntry::set_hidden | ( | bool | ) |
void CL_VirtualDirectoryListingEntry::set_readable | ( | bool | ) |
void CL_VirtualDirectoryListingEntry::set_writable | ( | bool | ) |