Overview   Project   Class   Tree   Deprecated   Index 
0 A.D.
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

gui
Enum anonymous_enum_2

   in GUIbase.h

Recurse restrictions, when we recurse, if an object is hidden for instance, you might want it to skip the children also Notice these are flags! and we don't really need one for no restrictions, because then you'll just enter 0


Field Summary
GUIRR_DISABLED = 0x00000010
          
GUIRR_GHOST = 0x00000100
          
GUIRR_HIDDEN = 0x00000001
          
 

Field Detail

GUIRR_DISABLED

public GUIRR_DISABLED = 0x00000010

GUIRR_GHOST

public GUIRR_GHOST = 0x00000100

GUIRR_HIDDEN

public GUIRR_HIDDEN = 0x00000001

 Overview   Project   Class   Tree   Deprecated   Index 
0 A.D.
Generated on September 04, 2007 at 18:13
CppDoc v2.4.0
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD