Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
HPS.Layout Class Reference
Inheritance diagram for HPS.Layout:
HPS.Sprocket HPS.Object

Public Member Functions

override void Dispose ()
 
 Layout (HPS.Layout that)
 
override HPS.Type ObjectType ()
 
void Delete ()
 
void Assign (HPS.Layout in_that)
 
override bool Equals (System.Object obj)
 
override int GetHashCode ()
 
bool Equals (HPS.Layout in_that)
 
string GetName ()
 
ulong GetLayerCount ()
 
void AttachViewFront (HPS.View in_view, HPS.Rectangle in_position)
 
void AttachViewFront (HPS.View in_view)
 
void AttachViewBack (HPS.View in_view, HPS.Rectangle in_position)
 
void AttachViewBack (HPS.View in_view)
 
void DetachLayer (ulong in_layer)
 
void DetachView (HPS.View in_view)
 
void BringToFront (ulong in_layer)
 
void ReassignLayer (ulong in_layer, HPS.View in_view)
 
void RepositionLayer (ulong in_layer, HPS.Rectangle in_position)
 
HPS.View GetFrontView ()
 
HPS.View GetAttachedView (ulong in_layer)
 
HPS.View GetAttachedView ()
 
HPS.IncludeKey GetAttachedViewIncludeLink (ulong in_layer)
 
HPS.SegmentKey GetLayerSegmentKey (ulong in_layer)
 
ulong GetLayerAt (HPS.WindowPoint in_point)
 
bool ShowLayerAt (HPS.WindowPoint in_point)
 
HPS.SegmentKey GetSegmentKey ()
 
HPS.Canvas[] GetOwningCanvases ()
 
void Update (HPS.Sprocket.UpdateType in_update_type)
 
void Update ()
 
void Update (HPS.Window.UpdateControl in_control, double time_limit)
 
void Update (HPS.Window.UpdateControl in_control)
 
- Public Member Functions inherited from HPS.Sprocket
override void Dispose ()
 
 Sprocket (HPS.Sprocket in_that)
 
- Public Member Functions inherited from HPS.Object
IntPtr GetClassID ()
 
 Object (HPS.Object in_that)
 
HPS.Type Type ()
 
virtual bool Empty ()
 
virtual void Reset ()
 
bool HasType (HPS.Type in_mask)
 
IntPtr GetInstanceID ()
 

Static Public Member Functions

static bool operator== (HPS.Layout a, HPS.Layout b)
 
static bool operator!= (HPS.Layout a, HPS.Layout b)
 
- Static Public Member Functions inherited from HPS.Object
static IntPtr ClassID< T > ()
 

Protected Member Functions

override void deleteCptr ()
 
- Protected Member Functions inherited from HPS.Sprocket
override void deleteCptr ()
 
- Protected Member Functions inherited from HPS.Object
virtual IntPtr GetNonDirectorClassID ()
 

Additional Inherited Members

- Public Types inherited from HPS.Sprocket
enum  UpdateType { Synchronous = 0, Asynchronous = 1 }
 
- Protected Attributes inherited from HPS.Object
HandleRef cptr
 
HandleRef scptr
 
bool cMemOwn
 

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