added a special thread for making thumbnails (thumb.h thumb.cpp)
git-svn-id: svn://ttmath.org/publicrep/winix/trunk@700 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
18
core/item.h
18
core/item.h
@@ -69,28 +69,12 @@ Type type;
|
||||
long default_item;
|
||||
|
||||
|
||||
|
||||
|
||||
// external static file authorized by winix
|
||||
/*
|
||||
enum Auth
|
||||
{
|
||||
auth_none = 0, // there is not an external file
|
||||
auth_image = 1, // png, gif, jpg - only types available to render by a web browser
|
||||
auth_document = 2, // pdf doc xls txt
|
||||
auth_other = 3 // other file
|
||||
};
|
||||
|
||||
|
||||
Auth auth;
|
||||
std::wstring auth_path; // path to a file (if auth!=auth_none)
|
||||
*/
|
||||
|
||||
// static file (if exists)
|
||||
std::wstring file_path; // relative file path
|
||||
int file_fs; // file system type where the file was saved
|
||||
int file_type; // file type (none, image, doc, etc)
|
||||
|
||||
bool has_thumb;
|
||||
|
||||
|
||||
std::wstring html_template;
|
||||
|
Reference in New Issue
Block a user