class MAnimGeneralFunctionsWindowExtension::TWindowGroupInfo |
Class contains the information pertaining to a window group: name, priority, focusability.
Public Member Functions | |
---|---|
TBool | IsFocusable() |
Public Member Enumerations | |
---|---|
enum | anonymous { EIsFocusable = 0x0001 } |
Public Attributes | |
---|---|
TUint32 | iFlags |
TInt | iId |
TInt | iNameLength |
TInt | iOrdinalPriority |
TInt | iParentId |
TBool | IsFocusable | ( | ) | const [inline] |
Returns whether or not the window is focusable. ETrue if focusable, else returns EFalse.