ScummVM API documentation
Common::MacFinderInfo Struct Reference

#include <macresman.h>

Public Types

enum  FinderFlags {
  kFinderFlagAlias = (1 << 15), kFinderFlagInvisible = (1 << 14), kFinderFlagBundle = (1 << 13), kFinderFlagNameLocked = (1 << 12),
  kFinderFlagStationery = (1 << 11), kFinderFlagCustomIcon = (1 << 10), kFinderFlagInited = (1 << 8), kFinderFlagNoInit = (1 << 7),
  kFinderFlagShared = (1 << 6), kFinderFlagColorBit2 = (1 << 3), kFinderFlagColorBit1 = (1 << 2), kFinderFlagColorBit0 = (1 << 1)
}
 

Public Member Functions

 MacFinderInfo (const MacFinderInfoData &data)
 
MacFinderInfoData toData () const
 

Public Attributes

byte type [4]
 
byte creator [4]
 
uint16 flags
 
Common::Point position
 
int16 windowID
 

Detailed Description

Class containing Macintosh Finder Info.


The documentation for this struct was generated from the following file: