#include <filemodel.h>
Data Fields | |
GString * | filename |
GString * | filename_display |
GString * | filetype |
GString * | directory_path |
gboolean | is_directory |
Definition at line 106 of file filemodel.h.
GString* filelist_entry_t::directory_path |
Definition at line 111 of file filemodel.h.
Referenced by activate_item(), activate_shortcut(), activate_shortcut_to_application(), create_shortcut_item(), delete_entry_at_offset(), delete_item(), delete_item_from_db(), filelist_entry_copy(), filelist_entry_free(), get_entry_at_cursor(), iter_to_entry(), and set_special_viewmode().
GString* filelist_entry_t::filename |
Definition at line 108 of file filemodel.h.
Referenced by activate_item(), activate_shortcut(), activate_shortcut_to_web_location(), create_shortcut_item(), delete_entry_at_offset(), delete_item(), delete_item_from_db(), filelist_entry_copy(), filelist_entry_free(), get_filename_at_cursor(), handle_special_item(), iter_to_entry(), set_special_viewmode(), and shortcut_allowed().
GString* filelist_entry_t::filename_display |
Definition at line 109 of file filemodel.h.
Referenced by activate_item(), activate_shortcut(), activate_shortcut_to_application(), activate_shortcut_to_web_location(), create_shortcut_item(), delete_entry_at_offset(), filelist_entry_copy(), filelist_entry_free(), and iter_to_entry().
GString* filelist_entry_t::filetype |
Definition at line 110 of file filemodel.h.
Referenced by activate_item(), activate_shortcut(), create_shortcut_item(), delete_entry_at_offset(), delete_item(), filelist_entry_copy(), filelist_entry_free(), iter_to_entry(), and shortcut_allowed().
gboolean filelist_entry_t::is_directory |
Definition at line 112 of file filemodel.h.
Referenced by activate_item(), activate_shortcut(), delete_entry_at_offset(), delete_item_from_db(), filelist_entry_copy(), filelist_entry_new(), and iter_to_entry().