changed: in plugin 'menu'
menu_dir_tab ezc functions can be nested now (not finished yet) added: 'meta' winix function additional meta information for files and directories (not finished yet) git-svn-id: svn://ttmath.org/publicrep/winix/trunk@775 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
#define headerfile_winix_core_item
|
||||
|
||||
#include <string>
|
||||
#include "confparser.h"
|
||||
|
||||
|
||||
#define WINIX_ITEM_FILETYPE_NONE 0
|
||||
@@ -86,7 +87,6 @@ struct Item
|
||||
size_t file_size; // size of the file
|
||||
|
||||
|
||||
|
||||
std::wstring html_template;
|
||||
|
||||
|
||||
@@ -94,6 +94,10 @@ struct Item
|
||||
int sort_index;
|
||||
|
||||
|
||||
// meta information
|
||||
Space meta;
|
||||
|
||||
|
||||
// methods
|
||||
Item();
|
||||
void SetDateToNow();
|
||||
|
Reference in New Issue
Block a user