GLG Toolkit, Java Class Library  Version 4.6
GlgHierarchyData

The object used to pass information to GlgHierarchyListener. More...

Detailed Description

The object used to pass information to GlgHierarchyListener.

Public Attributes

int condition
 Provides information on when the callback was invoked: More...
 
GlgObject object
 A viewport with the hierarchy callback, or a subwindow/subdrawing object that loaded its template. More...
 
int object_type
 Object type of the glg_object: VIEWPORT or REFERENCE. More...
 
int reference_type
 Reference object subtype: More...
 
GlgObject subobject
 Template instance of the subwindow or subdrawing object. More...
 

Member Data Documentation

◆ condition

int condition

Provides information on when the callback was invoked:

◆ object

GlgObject object

A viewport with the hierarchy callback, or a subwindow/subdrawing object that loaded its template.

◆ object_type

int object_type

Object type of the glg_object: VIEWPORT or REFERENCE.

◆ reference_type

int reference_type

Reference object subtype:

◆ subobject

GlgObject subobject

Template instance of the subwindow or subdrawing object.

It is set to null when object_type=VIEWPORT.