Home
last modified time | relevance | path

Searched refs:DockPane (Results 1 – 25 of 73) sorted by relevance

123

/dports/graphics/cfdg/cfdg-3.3_1/src-net/DPS_3.06/ThemeVS2012/
H A DVS2012DockPaneCaption.cs101 public VS2012DockPaneCaption(DockPane pane) : base(pane) in VS2012DockPaneCaption()
161 if (DockPane.IsActivePane)
207 if (DockPane.IsActivePane) in DrawCaption()
229 if (DockPane.IsActivated) in DrawCaption()
243 if (DockPane.IsActivated) in DrawCaption()
281 …get { return (DockPane.ActiveContent != null) ? DockPane.ActiveContent.DockHandler.CloseButton : f…
289 …get { return (DockPane.ActiveContent != null) ? DockPane.ActiveContent.DockHandler.CloseButtonVisi…
294 get { return !DockPane.IsFloat; }
336 DockPane.CloseActiveContent(); in Close_Click()
341 DockPane.DockState = DockHelper.ToggleAutoHideState(DockPane.DockState); in AutoHide_Click()
[all …]
H A DVS2012DockPaneStrip.cs502 public VS2012DockPaneStrip(DockPane pane) in VS2012DockPaneStrip()
567 if (Appearance == DockPane.AppearanceStyle.Document && DockPane.ActiveContent != null) in OnPaint()
596 Rectangle rectPaneClient = DockPane.RectangleToScreen(DockPane.ClientRectangle); in GetOutline_Document()
626 Rectangle rectPaneClient = DockPane.RectangleToScreen(DockPane.ClientRectangle); in GetOutline_ToolWindow()
1060 if (DockPane.IsActiveDocumentPane) in DrawTab_ToolWindow()
1154 if (DockPane.IsActiveDocumentPane) in DrawTab_Document()
1246 …if (Appearance == DockPane.AppearanceStyle.ToolWindow || Appearance == DockPane.AppearanceStyle.Do… in OnMouseMove()
1353 DockPane.ActiveContent = content; in ContextMenuItem_Click()
1416 DockPane.CloseActiveContent(); in Close_Click()
1483 if (DockPane.MouseOverTab == content) in SetMouseOverTab()
[all …]
/dports/graphics/cfdg/cfdg-3.3_1/src-net/DPS_3.06/Docking/
H A DDockPaneCaptionBase.cs10 protected internal DockPaneCaptionBase(DockPane pane) in DockPaneCaptionBase()
21 private DockPane m_dockPane;
22 public DockPane DockPane property in WeifenLuo.WinFormsUI.Docking.DockPaneCaptionBase
27 protected DockPane.AppearanceStyle Appearance
29 get { return DockPane.Appearance; }
56 DockPane.AllowDockDragAndDrop && in OnMouseDown()
57 DockPane.ActiveContent != null && in OnMouseDown()
60 DockPane.DockPanel.BeginDrag(DockPane); in OnMouseDown()
75 if (DockPane.IsFloat) in WndProc()
76 DockPane.RestoreToPanel(); in WndProc()
[all …]
H A DDockContentCollection.cs24 private DockPane DockPane property in WeifenLuo.WinFormsUI.Docking.DockContentCollection
33 if (DockPane == null)
43 if (DockPane != null) in Add()
57 if (DockPane != null) in AddAt()
72 if (DockPane == null) in Contains()
82 if (DockPane == null)
91 if (DockPane == null) in IndexOf()
104 if (DockPane != null) in Remove()
118 if (DockPane == null)
135 if (DockPane == null) in GetVisibleContent()
[all …]
H A DDockPaneStripBase.cs87 internal TabCollection(DockPane pane) in TabCollection()
92 private DockPane m_dockPane;
93 public DockPane DockPane property in WeifenLuo.WinFormsUI.Docking.DockPaneStripBase.TabCollection
138 protected DockPaneStripBase(DockPane pane) in DockPaneStripBase()
147 private DockPane m_dockPane;
148 protected DockPane DockPane property in WeifenLuo.WinFormsUI.Docking.DockPaneStripBase
155 get { return DockPane.Appearance; }
243 if (DockPane.ActiveContent == null) in OnMouseMove()
246 …if (DockPane.DockPanel.AllowEndUserDocking && DockPane.AllowDockDragAndDrop && DockPane.ActiveCont… in OnMouseMove()
247 DockPane.DockPanel.BeginDrag(DockPane.ActiveContent.DockHandler); in OnMouseMove()
[all …]
H A DDockPanelExtender.cs18DockPane CreateDockPane(IDockContent content, DockPane previousPane, DockAlignment alignment, in CreateDockPane()
27 DockPane.SplitterControlBase CreateSplitterControl(DockPane pane); in CreateSplitterControl()
50 DockPaneCaptionBase CreateDockPaneCaption(DockPane pane); in CreateDockPaneCaption()
56 DockPaneStripBase CreateDockPaneStrip(DockPane pane); in CreateDockPaneStrip()
104 return new DockPane(content, visibleState, show); in CreateDockPane()
109 return new DockPane(content, floatWindow, show); in CreateDockPane()
112 … public DockPane CreateDockPane(IDockContent content, DockPane prevPane, DockAlignment alignment, in CreateDockPane()
120 return new DockPane(content, floatWindowBounds, show); in CreateDockPane()
130 public DockPane.SplitterControlBase CreateSplitterControl(DockPane pane) in CreateSplitterControl()
132 return new DockPane.DefaultSplitterControl(pane); in CreateSplitterControl()
[all …]
H A DVS2005DockPaneCaption.cs33 get { return DockPaneCaption.DockPane.IsAutoHide; }
53 if (DockPaneCaption.DockPane.DockPanel != null) in OnRefreshChanges()
305 if (DockPane.IsActivated)
348 if (DockPane.IsActivated) in DrawCaption()
377 if (DockPane.IsActivated) in DrawCaption()
399 …get { return (DockPane.ActiveContent != null)? DockPane.ActiveContent.DockHandler.CloseButton : fa…
407 …get { return (DockPane.ActiveContent != null) ? DockPane.ActiveContent.DockHandler.CloseButtonVisi…
412 get { return !DockPane.IsFloat; }
459 DockPane.CloseActiveContent(); in Close_Click()
464 DockPane.DockState = DockHelper.ToggleAutoHideState(DockPane.DockState); in AutoHide_Click()
[all …]
H A DNestedDockingStatus.cs8 internal NestedDockingStatus(DockPane pane) in NestedDockingStatus()
13 private DockPane m_dockPane = null;
14 public DockPane DockPane property in WeifenLuo.WinFormsUI.Docking.NestedDockingStatus
25 private DockPane m_previousPane = null;
26 public DockPane PreviousPane
49 private DockPane m_displayingPreviousPane = null;
50 public DockPane DisplayingPreviousPane
85 …internal void SetStatus(NestedPaneCollection nestedPanes, DockPane previousPane, DockAlignment ali… in SetStatus()
93 …internal void SetDisplayingStatus(bool isDisplaying, DockPane displayingPreviousPane, DockAlignmen… in SetDisplayingStatus()
H A DDockPane.SplitterControl.cs6 partial class DockPane class
10 public DefaultSplitterControl(DockPane pane) : base(pane) in DefaultSplitterControl()
18 if (DockPane.DockState != DockState.Document) in OnPaint()
32 DockPane m_pane;
34 public SplitterControlBase(DockPane pane) in SplitterControlBase()
40 public DockPane DockPane property in WeifenLuo.WinFormsUI.Docking.DockPane.SplitterControlBase
59 if (DockPane.DockState == DockState.Document)
88 NestedDockingStatus status = DockPane.NestedDockingStatus;
98 NestedDockingStatus status = DockPane.NestedDockingStatus;
117 NestedDockingStatus status = DockPane.NestedDockingStatus; in ISplitterDragSource.MoveSplitter()
[all …]
H A DVS2005DockPaneStrip.cs574 public VS2005DockPaneStrip(DockPane pane) in VS2005DockPaneStrip()
665 if (Appearance == DockPane.AppearanceStyle.Document && DockPane.ActiveContent != null) in OnPaint()
696 Rectangle rectPaneClient = DockPane.RectangleToScreen(DockPane.ClientRectangle); in GetOutline_Document()
726 Rectangle rectPaneClient = DockPane.RectangleToScreen(DockPane.ClientRectangle); in GetOutline_ToolWindow()
962 if (DockPane.DockPanel.ShowDocumentIcon) in GetMaxTabWidth_Document()
1354 if (DockPane.DockPanel.ShowDocumentIcon) in DrawTab_Document()
1386 if (DockPane.IsActiveDocumentPane) in DrawTab_Document()
1454 DockPane.ActiveContent = content; in ContextMenuItem_Click()
1470 …ButtonClose.Enabled = DockPane.ActiveContent == null ? true : DockPane.ActiveContent.DockHandler.C… in SetInertButtons()
1471 …m_closeButtonVisible = DockPane.ActiveContent == null ? true : DockPane.ActiveContent.DockHandler.… in SetInertButtons()
[all …]
H A DDockPaneCollection.cs6 public class DockPaneCollection : ReadOnlyCollection<DockPane>
9 : base(new List<DockPane>()) in DockPaneCollection()
13 internal int Add(DockPane pane) in Add()
22 internal void AddAt(DockPane pane, int index) in AddAt()
37 List<DockPane> collection = new List<DockPane>(Items); in Dispose()
51 internal void Remove(DockPane pane) in Remove()
H A DFloatWindow.cs16 internal protected FloatWindow(DockPanel dockPanel, DockPane pane) in FloatWindow()
119 foreach (DockPane pane in NestedPanes) in IsDockStateValid()
132 foreach (DockPane pane in VisibleNestedPanes) in OnActivated()
141 foreach (DockPane pane in VisibleNestedPanes) in OnDeactivate()
264 foreach (DockPane pane in NestedPanes) in WndProc()
326 DockPane pane = VisibleNestedPanes[0]; in TestDrop()
358 bool IDockDragSource.CanDockTo(DockPane pane) in IDockDragSource.CanDockTo()
399 DockPane paneFrom = NestedPanes[i]; in DockTo()
444 DockPane prevPane = null; in DockTo()
457 DockPane[] panes = new DockPane[count]; in MergeNestedPanes()
[all …]
H A DNestedPaneCollection.cs8 public sealed class NestedPaneCollection : ReadOnlyCollection<DockPane>
14 : base(new List<DockPane>()) in NestedPaneCollection()
40 internal void Add(DockPane pane) in Add()
72 public void SwitchPaneWithFirstChild(DockPane pane) in SwitchPaneWithFirstChild()
78 DockPane lastNestedPane = null; in SwitchPaneWithFirstChild()
118 internal void Remove(DockPane pane) in Remove()
124 private void InternalRemove(DockPane pane) in InternalRemove()
130 DockPane lastNestedPane = null; in InternalRemove()
162 public DockPane GetDefaultPreviousPane(DockPane pane) in GetDefaultPreviousPane()
H A DAutoHideStripBase.cs61 internal TabCollection(DockPane pane) in TabCollection()
66 private DockPane m_dockPane = null;
67 public DockPane DockPane property in WeifenLuo.WinFormsUI.Docking.AutoHideStripBase.TabCollection
74 get { return DockPane.DockPanel; }
122 private DockPane m_dockPane;
124 protected internal Pane(DockPane dockPane) in Pane()
134 public DockPane DockPane property in WeifenLuo.WinFormsUI.Docking.AutoHideStripBase.Pane
143 if (DockPane.AutoHideTabs == null)
144 DockPane.AutoHideTabs = new TabCollection(DockPane);
212 public bool ContainsPane(DockPane pane) in ContainsPane()
[all …]
H A DDockPanel.FocusManager.cs26 DockPane ActivePane { get; }
28 DockPane ActiveDocumentPane { get; }
377 DockPane pane = null; in GetPaneFromHandle()
387 pane = control as DockPane; in GetPaneFromHandle()
406 DockPane oldActivePane = ActivePane; in RefreshActiveWindow()
427 private DockPane m_activePane = null;
428 public DockPane ActivePane
475 public DockPane ActiveDocumentPane
482 DockPane value = null; in SetActiveDocumentPane()
548 public DockPane ActivePane
[all …]
/dports/graphics/cfdg/cfdg-3.3_1/src-net/DPS_3.06/ThemeVS2013/
H A DVS2013DockPaneCaption.cs101 public VS2013DockPaneCaption(DockPane pane) : base(pane) in VS2013DockPaneCaption()
161 if (DockPane.IsActivePane)
207 if (DockPane.IsActivePane) in DrawCaption()
280 …get { return (DockPane.ActiveContent != null)? DockPane.ActiveContent.DockHandler.CloseButton : fa…
288 …get { return (DockPane.ActiveContent != null) ? DockPane.ActiveContent.DockHandler.CloseButtonVisi…
293 get { return !DockPane.IsFloat; }
335 DockPane.CloseActiveContent(); in Close_Click()
340 DockPane.DockState = DockHelper.ToggleAutoHideState(DockPane.DockState); in AutoHide_Click()
341 if (DockHelper.IsDockStateAutoHide(DockPane.DockState)) in AutoHide_Click()
343 DockPane.DockPanel.ActiveAutoHideContent = null; in AutoHide_Click()
[all …]
H A DVS2013DockPaneStrip.cs502 public VS2013DockPaneStrip(DockPane pane) in VS2013DockPaneStrip()
567 if (Appearance == DockPane.AppearanceStyle.Document && DockPane.ActiveContent != null) in OnPaint()
596 Rectangle rectPaneClient = DockPane.RectangleToScreen(DockPane.ClientRectangle); in GetOutline_Document()
626 Rectangle rectPaneClient = DockPane.RectangleToScreen(DockPane.ClientRectangle); in GetOutline_ToolWindow()
1067 if (DockPane.IsActiveDocumentPane) in DrawTab_ToolWindow()
1163 if (DockPane.IsActiveDocumentPane) in DrawTab_Document()
1255 …if (Appearance == DockPane.AppearanceStyle.ToolWindow || Appearance == DockPane.AppearanceStyle.Do… in OnMouseMove()
1362 DockPane.ActiveContent = content; in ContextMenuItem_Click()
1425 DockPane.CloseActiveContent(); in Close_Click()
1492 if (DockPane.MouseOverTab == content) in SetMouseOverTab()
[all …]
H A DVS2013DockPaneFactory.cs9 public DockPane CreateDockPane(IDockContent content, DockState visibleState, bool show) in CreateDockPane()
15 public DockPane CreateDockPane(IDockContent content, FloatWindow floatWindow, bool show) in CreateDockPane()
20 …public DockPane CreateDockPane(IDockContent content, DockPane previousPane, DockAlignment alignmen… in CreateDockPane()
26 public DockPane CreateDockPane(IDockContent content, Rectangle floatWindowBounds, bool show) in CreateDockPane()
/dports/graphics/cfdg/cfdg-3.3_1/src-net/DPS_3.06/ThemeVS2005Multithreading/
H A DVS2005MultithreadingDockPaneCaption.cs33 get { return DockPaneCaption.DockPane.IsAutoHide; }
53 if (DockPaneCaption.DockPane.DockPanel != null) in OnRefreshChanges()
268 if (DockPane.IsActivated)
311 if (DockPane.IsActivated) in DrawCaption()
340 if (DockPane.IsActivated) in DrawCaption()
362 …get { return (DockPane.ActiveContent != null)? DockPane.ActiveContent.DockHandler.CloseButton : fa…
370 …get { return (DockPane.ActiveContent != null) ? DockPane.ActiveContent.DockHandler.CloseButtonVisi…
375 get { return !DockPane.IsFloat; }
422 DockPane.CloseActiveContent(); in Close_Click()
427 DockPane.DockState = DockHelper.ToggleAutoHideState(DockPane.DockState); in AutoHide_Click()
[all …]
H A DVS2005MultithreadingDockPaneStrip.cs599 if (DockPane.IsAutoHide || Tabs.Count <= 1) in MeasureHeight_ToolWindow()
648 if (Appearance == DockPane.AppearanceStyle.Document && DockPane.ActiveContent != null) in OnPaint()
679 Rectangle rectPaneClient = DockPane.RectangleToScreen(DockPane.ClientRectangle); in GetOutline_Document()
709 Rectangle rectPaneClient = DockPane.RectangleToScreen(DockPane.ClientRectangle); in GetOutline_ToolWindow()
943 if (DockPane.DockPanel.ShowDocumentIcon) in GetMaxTabWidth_Document()
1335 if (DockPane.DockPanel.ShowDocumentIcon) in DrawTab_Document()
1367 if (DockPane.IsActiveDocumentPane) in DrawTab_Document()
1435 DockPane.ActiveContent = content; in ContextMenuItem_Click()
1451 …ButtonClose.Enabled = DockPane.ActiveContent == null ? true : DockPane.ActiveContent.DockHandler.C… in SetInertButtons()
1452 …m_closeButtonVisible = DockPane.ActiveContent == null ? true : DockPane.ActiveContent.DockHandler.… in SetInertButtons()
[all …]
/dports/graphics/cfdg/cfdg-3.3_1/src-net/DPS_3.06/ThemeVS2003/
H A DVS2003DockPaneCaption.cs28 protected internal VS2003DockPaneCaption(DockPane pane) : base(pane) in VS2003DockPaneCaption()
254 BackColor = DockPane.IsActivated ? ActiveBackColor : InactiveBackColor; in DrawCaption()
258 if (!DockPane.IsActivated) in DrawCaption()
285 …TextRenderer.DrawText(g, DockPane.CaptionText, Font, rectCaptionText, DockPane.IsActivated ? Activ… in DrawCaption()
304 …get { return (DockPane.ActiveContent != null)? DockPane.ActiveContent.DockHandler.CloseButton : fa…
309 get { return !DockPane.IsFloat; }
316 … m_buttonAutoHide.ImageEnabled = DockPane.IsAutoHide ? ImageAutoHideYes : ImageAutoHideNo; in SetButtons()
349 DockPane.CloseActiveContent(); in Close_Click()
354 DockPane.DockState = DockHelper.ToggleAutoHideState(DockPane.DockState); in AutoHide_Click()
355 if (!DockPane.IsAutoHide) in AutoHide_Click()
[all …]
H A DVS2003DockPaneStrip.cs473 if (DockPane.IsAutoHide || Tabs.Count <= 1) in MeasureHeight_ToolWindow()
554 if (Tabs.Count <= 1 || DockPane.IsAutoHide) in CalculateTabs_ToolWindow()
693 if (content == DockPane.ActiveContent && DockPane.IsActiveDocumentPane) in GetTabOriginalWidth_Document()
703 if (DockPane.DockPanel.ShowDocumentIcon) in GetTabOriginalWidth_Document()
812 if (DockPane.ActiveContent == tab.Content) in DrawTab_ToolWindow()
842 if (DockPane.DockPanel.ShowDocumentIcon) in DrawTab_Document()
848 if (DockPane.ActiveContent == tab.Content) in DrawTab_Document()
868 if (DockPane.IsActiveDocumentPane) in DrawTab_Document()
990 …bool showCloseButton = DockPane.ActiveContent == null ? true : DockPane.ActiveContent.DockHandler.… in SetInertButtons()
1020 …bool showCloseButton = DockPane.ActiveContent == null ? true : DockPane.ActiveContent.DockHandler.… in OnLayout()
[all …]
/dports/devel/py-pyface/pyface-7.2.0/examples/tasks/steps/
H A Dstep6a.py29 DockPane,
44 class Pane1(DockPane):
51 class Pane2(DockPane):
58 class Pane3(DockPane):
65 class Pane4(DockPane):
72 class Pane5(DockPane):
79 class Pane6(DockPane):
86 class Pane7(DockPane):
H A Dstep6.py29 DockPane,
44 class Pane1(DockPane):
51 class Pane2(DockPane):
58 class Pane3(DockPane):
65 class Pane4(DockPane):
72 class Pane5(DockPane):
79 class Pane6(DockPane):
86 class Pane7(DockPane):
/dports/devel/upp/upp/uppsrc/Docking/
H A DDockPane.cpp12 void DockPane::CumulativePos(Vector<int>& p) const in CumulativePos()
19 void DockPane::NonCumulativePos(Vector<int>& p) const in NonCumulativePos()
25 void DockPane::StartAnimate(int ix, Size sz, bool restore) in StartAnimate()
54 void DockPane::AnimateTick() in AnimateTick()
65 void DockPane::EndAnimate() in EndAnimate()
80 void DockPane::SmartReposDown(Vector<int>& p, int ix) in SmartReposDown()
151 void DockPane::SmartReposUp(Vector<int>& p, int ix, int sz) in SmartReposUp()
273 int DockPane::GetMinPos(int notix) in GetMinPos()
284 void DockPane::FixChildSizes() in FixChildSizes()
392 Rect DockPane::GetFinalAnimRect(Ctrl& ctrl) in GetFinalAnimRect()
[all …]

123