GL Studio C++ Runtime API
Group::CompatabilityListItem Class Reference

#include <group.h>

Public Member Functions

CompatabilityListItemNext ()
 
CompatabilityListItemPrev ()
 
DisplayObjectDataPtr ()
 

Static Public Member Functions

static void RecalcCompatabilityList (Group *whichGroup)
 

Protected Attributes

unsigned int _index
 The underlying index of this child object.
 
Group_parentGroup
 This group's parent group.
 

Detailed Description

The following class is provided for GL Studio 2.1 backward compatibility.
This interface is deprecated and should only be used to support legacy code.

Member Function Documentation

◆ DataPtr()

DisplayObject * DataPtr ( )
Returns
The underlying object for this list item.

◆ Next()

Returns
A pointer to the next item in the list.

◆ Prev()

Returns
A pointer to the previous item in the list.

◆ RecalcCompatabilityList()

static void RecalcCompatabilityList ( Group whichGroup)
static

Configure the list for the specified Group.

Parameters
whichGroupThe Group whose compatibility list is to be configured.

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