#include <filesystem.h>
Public Member Functions | |
| FileItem () | |
| FileItem (char *path, char *name, int is_dir, int64_t size, int month, int day, int year, int64_t calendar_time) | |
| ~FileItem () | |
| int | set_path (char *path) |
| int | set_name (char *name) |
| int | reset () |
Data Fields | |
| char * | path |
| char * | name |
| int | is_dir |
| int64_t | size |
| int | month |
| int | day |
| int | year |
| int64_t | calendar_time |
Definition at line 8 of file filesystem.h.
| FileItem::FileItem | ( | ) |
Definition at line 15 of file filesystem.C.
References name, path, and reset().

| FileItem::FileItem | ( | char * | path, | |
| char * | name, | |||
| int | is_dir, | |||
| int64_t | size, | |||
| int | month, | |||
| int | day, | |||
| int | year, | |||
| int64_t | calendar_time | |||
| ) |
Definition at line 22 of file filesystem.C.
| FileItem::~FileItem | ( | ) |
Definition at line 43 of file filesystem.C.
References reset().

| int FileItem::set_path | ( | char * | path | ) |
| int FileItem::set_name | ( | char * | name | ) |
| int FileItem::reset | ( | ) |
Definition at line 48 of file filesystem.C.
References calendar_time, day, is_dir, month, name, path, size, and year.
Referenced by FileItem(), and ~FileItem().
| char* FileItem::path |
Definition at line 25 of file filesystem.h.
Referenced by FileItem(), MWindow::init_plugin_path(), and reset().
| char* FileItem::name |
Definition at line 26 of file filesystem.h.
Referenced by MWindow::clean_indexes(), FileSystem::compare_items(), BC_FileBox::create_tables(), FileItem(), reset(), DeleteAllIndexes::run(), and FileSystem::test_filter().
| int FileItem::is_dir |
Definition at line 27 of file filesystem.h.
Referenced by FileSystem::compare_items(), BC_FileBox::create_tables(), reset(), FileSystem::test_filter(), and FileSystem::update().
| int64_t FileItem::size |
Definition at line 28 of file filesystem.h.
Referenced by FileSystem::compare_items(), BC_FileBox::create_tables(), reset(), and FileSystem::update().
| int FileItem::month |
Definition at line 29 of file filesystem.h.
Referenced by BC_FileBox::create_tables(), reset(), and FileSystem::update().
| int FileItem::day |
Definition at line 30 of file filesystem.h.
Referenced by BC_FileBox::create_tables(), reset(), and FileSystem::update().
| int FileItem::year |
Definition at line 31 of file filesystem.h.
Referenced by BC_FileBox::create_tables(), reset(), and FileSystem::update().
| int64_t FileItem::calendar_time |
Definition at line 32 of file filesystem.h.
Referenced by FileSystem::compare_items(), reset(), and FileSystem::update().
1.5.5