GLG Toolkit, C# Class Library  Version 4.6
GlgHierarchyData Class Reference

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

Detailed Description

The object used to pass information to GlgHierarchyListener.

Public Attributes

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

Member Data Documentation

◆ condition

Provides information on when the callback was invoked:

◆ glg_object

GlgObject glg_object

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

◆ object_type

GlgObjectType object_type

Object type of the glg_object: VIEWPORT or REFERENCE.

◆ reference_type

GlgReferenceType 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.