misc/libphysfs/lzma/CPP/7zip/PropID.h
author Wuzzy <Wuzzy2@mail.ru>
Thu, 15 Mar 2018 21:15:16 +0100
changeset 13221 02bf6902eeb0
parent 12213 bb5522e88ab2
permissions -rw-r--r--
Remove Qt SVG and Qt OpenGL as hard dependencies Qt SVG is not used in the frontend (no SVGs are rendered). Neither is Qt OpenGL used. Qt OpenGL is discouraged anyway.

// Interface/PropID.h

#ifndef __INTERFACE_PROPID_H
#define __INTERFACE_PROPID_H

enum
{
  kpidNoProperty = 0,
  
  kpidHandlerItemIndex = 2,
  kpidPath,
  kpidName,
  kpidExtension,
  kpidIsFolder,
  kpidSize,
  kpidPackedSize,
  kpidAttributes,
  kpidCreationTime,
  kpidLastAccessTime,
  kpidLastWriteTime,
  kpidSolid, 
  kpidCommented, 
  kpidEncrypted, 
  kpidSplitBefore, 
  kpidSplitAfter, 
  kpidDictionarySize, 
  kpidCRC, 
  kpidType,
  kpidIsAnti,
  kpidMethod,
  kpidHostOS,
  kpidFileSystem,
  kpidUser,
  kpidGroup,
  kpidBlock,
  kpidComment,
  kpidPosition,
  kpidPrefix,
  kpidNumSubFolders,
  kpidNumSubFiles,
  kpidUnpackVer,
  kpidVolume,
  kpidIsVolume,
  kpidOffset,
  kpidLinks,
  kpidNumBlocks,
  kpidNumVolumes,

  kpidTotalSize = 0x1100,
  kpidFreeSpace, 
  kpidClusterSize,
  kpidVolumeName,

  kpidLocalName = 0x1200,
  kpidProvider,

  kpidUserDefined = 0x10000
};

#endif