Home
   Home  |  Preliminary Docs  |  Design Diagrams  |  Reference  |  Development Docs  |  Download  |  Source Code  |  Final Reports  |
SOLPACKBASETYPE Enumeration

Defines values used to indicate what image a pile displays as its "base" when it has no cards. Used with the ISolpackPile::BaseType property.

typedef enum tagSOLPACKBASETYPE
{
   BASE_NONE         = 0,
   BASE_FRAME        = 1,
   BASE_FOUNDATION   = 2,
   BASE_REDEAL       = 3,
   BASE_NOREDEAL     = 4
} SOLPACKBASETYPE;

Constants

BASE_NONE
No base image is shown.
BASE_FRAME
A simple frame, commonly used for tableau piles.
BASE_FOUNDATION
A dot-filled frame commonly used for foundations.
BASE_REDEAL
A frame with a circle, commonly used to represent a pile that can be cycled through again.
BASE_NOREDEAL
A frame with an X, commonly used to represent a pile that cannot be cycled through again.
  February 24, 2002 jmhoersc@mtu.edu