SubwindowControl
-
class
HPS.SubwindowControl
: HPS.Control Public Functions
-
override void
Dispose
()
-
override HPS.Type
ObjectType
()
-
HPS.SubwindowControl
SetBackground
(HPS.Subwindow.Background in_bg_type)
-
HPS.SubwindowControl
SetBackground
(HPS.Subwindow.Background in_bg_type, string in_definition_name)
-
HPS.SubwindowControl
SetBorder
(HPS.Subwindow.Border in_border_type)
-
HPS.SubwindowControl
SetModelCompareMode
(bool in_state)
-
HPS.SubwindowControl
SetModelCompareMode
(bool in_state, HPS.SegmentKey in_source1)
-
HPS.SubwindowControl
SetModelCompareMode
(bool in_state, HPS.SegmentKey in_source1, HPS.SegmentKey in_source2)
-
HPS.SubwindowControl
SetModelCompareMode
(HPS.SegmentKey in_source1, HPS.SegmentKey in_source2)
-
HPS.SubwindowControl
SetRenderingAlgorithm
(HPS.Subwindow.RenderingAlgorithm in_hsra)
-
HPS.SubwindowControl
SetSubwindow
(HPS.Rectangle in_window_position)
-
HPS.SubwindowControl
SetSubwindow
(HPS.Rectangle in_window_position, HPS.IntRectangle in_window_offsets)
-
HPS.SubwindowControl
SetSubwindow
(HPS.Rectangle in_window_position, HPS.IntRectangle in_window_offsets, HPS.Subwindow.Type in_type)
-
HPS.SubwindowControl
SetSubwindow
(HPS.Rectangle in_window_position, HPS.Subwindow.Type in_type)
-
bool
ShowBackground
(out HPS.Subwindow.Background out_bg_type, out string out_definition_name)
-
bool
ShowBorder
(out HPS.Subwindow.Border out_border_type)
-
bool
ShowModelCompareMode
(out bool out_state, out HPS.SegmentKey out_source1, out HPS.SegmentKey out_source2)
-
bool
ShowRenderingAlgorithm
(out HPS.Subwindow.RenderingAlgorithm out_hsra)
-
bool
ShowSubwindow
(out HPS.Rectangle out_subwindow_position, out HPS.IntRectangle out_subwindow_offsets, out HPS.Subwindow.Type out_subwindow_type)
-
SubwindowControl
(HPS.SegmentKey in_seg)
-
SubwindowControl
(HPS.SubwindowControl in_that)
-
HPS.SubwindowControl
UnsetBackground
()
-
HPS.SubwindowControl
UnsetBorder
()
-
HPS.SubwindowControl
UnsetEverything
()
-
HPS.SubwindowControl
UnsetModelCompareMode
()
-
HPS.SubwindowControl
UnsetRenderingAlgorithm
()
-
HPS.SubwindowControl
UnsetSubwindow
()
-
override void