Home
last modified time | relevance | path

Searched refs:pPanel (Results 1 – 25 of 122) sorted by relevance

12345

/dports/deskutils/cairo-dock-plugins/cairo-dock-plug-ins-3.4.1/desklet-rendering/src/
H A Drendering-desklet-panel.c54 return pPanel; in configure()
60 pPanel->fMargin = .5 * pPanel->iLineWidth + (1. - sqrt (2) / 2) * pPanel->iRadius; in _compute_icons_grid()
87 pPanel->iIconSize = 0, pPanel->iNbLines = 0, pPanel->iNbColumns = 0; in _compute_icons_grid()
105 pPanel->iNbLines = p = pPanel->iNbLinesForced; in _compute_icons_grid()
109 pPanel->iIconSize = MIN (pPanel->iIconSize, pPanel->iMainIconSize); in _compute_icons_grid()
110 cd_debug (" panel desklet: %dx%d, %d", pPanel->iNbLines, pPanel->iNbColumns, pPanel->iIconSize); in _compute_icons_grid()
112 if ((h - pPanel->iNbLines * (pPanel->iIconSize + dh)) / pPanel->iNbLines > dy) in _compute_icons_grid()
114 pPanel->iMainIconSize += h - pPanel->iNbLines * (pPanel->iIconSize + dh + dy); in _compute_icons_grid()
287 …cairo_set_source_rgba (pCairoContext, pPanel->fBgColor[0], pPanel->fBgColor[1], pPanel->fBgColor[2… in render()
454 glColor4f (pPanel->fBgColor[0], pPanel->fBgColor[1], pPanel->fBgColor[2], 1.); in render_opengl()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/sidebar/
H A DSwPanelFactory.cxx117 pPanel, in createUIElement()
126 pPanel, in createUIElement()
135 pPanel, in createUIElement()
144 pPanel, in createUIElement()
153 pPanel, in createUIElement()
158 VclPtrInstance<SwNavigationPI> pPanel(pBindings, pParentWindow); in createUIElement() local
162 pPanel, in createUIElement()
167 VclPtrInstance<SwRedlineAcceptPanel> pPanel(pParentWindow, xFrame); in createUIElement() local
171 pPanel, in createUIElement()
178 rsResourceURL, xFrame, pPanel, ui::LayoutSize(-1,-1,-1)); in createUIElement()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/chart2/source/controller/sidebar/
H A DChart2PanelFactory.cxx84 VclPtr<vcl::Window> pPanel; in createUIElement() local
86 pPanel = ChartElementsPanel::Create( pParentWindow, xFrame, pController ); in createUIElement()
88 pPanel = ChartSeriesPanel::Create(pParentWindow, xFrame, pController); in createUIElement()
90 pPanel = ChartAxisPanel::Create(pParentWindow, xFrame, pController); in createUIElement()
92 pPanel = ChartErrorBarPanel::Create(pParentWindow, xFrame, pController); in createUIElement()
94 pPanel = ChartAreaPanel::Create(pParentWindow, xFrame, pController); in createUIElement()
96 pPanel = ChartLinePanel::Create(pParentWindow, xFrame, pController); in createUIElement()
98 if (pPanel) in createUIElement()
102 pPanel, in createUIElement()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/sidebar/
H A DScPanelFactory.cxx79 VclPtr<vcl::Window> pPanel; in createUIElement() local
81 pPanel = AlignmentPropertyPanel::Create( pParentWindow, xFrame, pBindings ); in createUIElement()
83 pPanel = CellAppearancePropertyPanel::Create( pParentWindow, xFrame, pBindings ); in createUIElement()
85 pPanel = NumberFormatPropertyPanel::Create( pParentWindow, xFrame, pBindings ); in createUIElement()
88 pPanel = VclPtr<ScNavigatorDlg>::Create(pBindings, pParentWindow); in createUIElement()
93 pPanel = VclPtr<ScFunctionWin>::Create(pParentWindow, xFrame); in createUIElement()
97 if (pPanel) in createUIElement()
101 pPanel, in createUIElement()
/dports/x11/lxpanel/lxpanel-0.9.3/plugins/weather/
H A Dweather.c80 weather_constructor(LXPanel *pPanel, config_setting_t *pConfig) in weather_constructor() argument
85 pPriv->pPanel_ = pPanel; in weather_constructor()
289 weather_configuration_changed(LXPanel *pPanel, GtkWidget *pWidget) in weather_configuration_changed() argument
293 if (pPanel && pWidget) in weather_configuration_changed()
297 (panel_get_orientation(pPanel) == GTK_ORIENTATION_HORIZONTAL)?"HORIZONTAL": in weather_configuration_changed()
298 (panel_get_orientation(pPanel) == GTK_ORIENTATION_VERTICAL)?"VERTICAL":"NONE", in weather_configuration_changed()
299 pPanel->width, panel_get_height(pPanel), in weather_configuration_changed()
300 panel_get_icon_size(pPanel)); in weather_configuration_changed()
314 weather_configure(LXPanel *pPanel G_GNUC_UNUSED, GtkWidget *pWidget) in weather_configure()
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/garden/garden_3d_viewer/
H A D3d_viewer_grids.cpp739 m_pPanel = pPanel; in Create()
977 Create(pPanel); in C3D_Viewer_Grids_Dialog()
1002 m_Histogram.Create(this, pGrids, pPanel); in C3D_Viewer_Grids_Dialog()
1054 C3D_Viewer_Grids_Panel *pPanel = (C3D_Viewer_Grids_Panel *)m_pPanel; in On_Menu() local
1061 case MENU_SCALE_Z_DEC : pPanel->Set_ZScale(false); break; in On_Menu()
1062 case MENU_SCALE_Z_INC : pPanel->Set_ZScale( true); break; in On_Menu()
1064 case MENU_LEVEL_Z_DEC : pPanel->Set_ZLevel(false); break; in On_Menu()
1065 case MENU_LEVEL_Z_INC : pPanel->Set_ZLevel( true); break; in On_Menu()
1067 case MENU_RESLT_XY_DEC: pPanel->Set_Resolution(false, false); break; in On_Menu()
1068 case MENU_RESLT_XY_INC: pPanel->Set_Resolution( true, false); break; in On_Menu()
[all …]
/dports/devel/bullet/bullet3-3.21/examples/ThirdPartyLibs/Gwen/Controls/
H A DCrossSplitter.cpp118 void CrossSplitter::SetPanel(int index, Controls::Base* pPanel) in SetPanel() argument
122 m_Sections[index] = pPanel; in SetPanel()
124 if (pPanel) in SetPanel()
126 pPanel->Dock(Pos::None); in SetPanel()
127 pPanel->SetParent(this); in SetPanel()
/dports/devel/py-bullet3/bullet3-3.21/examples/ThirdPartyLibs/Gwen/Controls/
H A DCrossSplitter.cpp118 void CrossSplitter::SetPanel(int index, Controls::Base* pPanel) in SetPanel() argument
122 m_Sections[index] = pPanel; in SetPanel()
124 if (pPanel) in SetPanel()
126 pPanel->Dock(Pos::None); in SetPanel()
127 pPanel->SetParent(this); in SetPanel()
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/clientgui/
H A Dsg_ProjectPanel.cpp333 CSimpleGUIPanel* pPanel = wxDynamicCast(GetParent(), CSimpleGUIPanel); in OnWizardAttach() local
336 wxASSERT(pPanel); in OnWizardAttach()
343 pPanel->SetDlgOpen(true); in OnWizardAttach()
345 pPanel->OnProjectsAttachToProject(event); in OnWizardAttach()
348 pPanel->SetDlgOpen(false); in OnWizardAttach()
358 CSimpleGUIPanel* pPanel = wxDynamicCast(GetParent(), CSimpleGUIPanel); in OnWizardUpdate() local
361 wxASSERT(pPanel); in OnWizardUpdate()
368 pPanel->SetDlgOpen(true); in OnWizardUpdate()
379 pPanel->SetDlgOpen(false); in OnWizardUpdate()
/dports/games/freeciv/freeciv-2.6.6/client/gui-sdl/
H A Dcitydlg.c86 struct ADVANCED_DLG *pPanel; member
168 if (pCityDlg->pPanel) { in del_city_dialog()
172 FC_FREE(pCityDlg->pPanel); in del_city_dialog()
761 pCityDlg->pPanel->pEndActiveWidgetList = pCityDlg->pPanel->pEndWidgetList; in create_present_supported_units_widget_list()
762 pCityDlg->pPanel->pBeginActiveWidgetList = pCityDlg->pPanel->pBeginWidgetList; in create_present_supported_units_widget_list()
763 pCityDlg->pPanel->pActiveWidgetList = pCityDlg->pPanel->pEndActiveWidgetList; in create_present_supported_units_widget_list()
1532 if (pCityDlg->pPanel) { in enable_city_dlg_widgets()
1550 if (pCityDlg->pPanel) { in disable_city_dlg_widgets()
1766 if (!pCityDlg->pPanel) { in redraw_misc_city_dialog()
1811 if (pCityDlg->pPanel) { in redraw_supported_units_city_dialog()
[all …]
/dports/games/freeciv-nox11/freeciv-2.6.6/client/gui-sdl2/
H A Dcitydlg.c90 struct ADVANCED_DLG *pPanel; member
172 if (pCityDlg->pPanel) { in del_city_dialog()
216 if (pCityDlg->pPanel) { in city_dlg_callback()
764 pCityDlg->pPanel->pEndActiveWidgetList = pCityDlg->pPanel->pEndWidgetList; in create_present_supported_units_widget_list()
765 pCityDlg->pPanel->pBeginActiveWidgetList = pCityDlg->pPanel->pBeginWidgetList; in create_present_supported_units_widget_list()
766 pCityDlg->pPanel->pActiveWidgetList = pCityDlg->pPanel->pEndActiveWidgetList; in create_present_supported_units_widget_list()
1528 if (pCityDlg->pPanel) { in enable_city_dlg_widgets()
1546 if (pCityDlg->pPanel) { in disable_city_dlg_widgets()
1758 if (!pCityDlg->pPanel) { in redraw_misc_city_dialog()
1803 if (pCityDlg->pPanel) { in redraw_supported_units_city_dialog()
[all …]
/dports/games/freeciv/freeciv-2.6.6/client/gui-sdl2/
H A Dcitydlg.c90 struct ADVANCED_DLG *pPanel; member
172 if (pCityDlg->pPanel) { in del_city_dialog()
216 if (pCityDlg->pPanel) { in city_dlg_callback()
764 pCityDlg->pPanel->pEndActiveWidgetList = pCityDlg->pPanel->pEndWidgetList; in create_present_supported_units_widget_list()
765 pCityDlg->pPanel->pBeginActiveWidgetList = pCityDlg->pPanel->pBeginWidgetList; in create_present_supported_units_widget_list()
766 pCityDlg->pPanel->pActiveWidgetList = pCityDlg->pPanel->pEndActiveWidgetList; in create_present_supported_units_widget_list()
1528 if (pCityDlg->pPanel) { in enable_city_dlg_widgets()
1546 if (pCityDlg->pPanel) { in disable_city_dlg_widgets()
1758 if (!pCityDlg->pPanel) { in redraw_misc_city_dialog()
1803 if (pCityDlg->pPanel) { in redraw_supported_units_city_dialog()
[all …]
/dports/games/freeciv-nox11/freeciv-2.6.6/client/gui-sdl/
H A Dcitydlg.c86 struct ADVANCED_DLG *pPanel; member
168 if (pCityDlg->pPanel) { in del_city_dialog()
172 FC_FREE(pCityDlg->pPanel); in del_city_dialog()
761 pCityDlg->pPanel->pEndActiveWidgetList = pCityDlg->pPanel->pEndWidgetList; in create_present_supported_units_widget_list()
762 pCityDlg->pPanel->pBeginActiveWidgetList = pCityDlg->pPanel->pBeginWidgetList; in create_present_supported_units_widget_list()
763 pCityDlg->pPanel->pActiveWidgetList = pCityDlg->pPanel->pEndActiveWidgetList; in create_present_supported_units_widget_list()
1532 if (pCityDlg->pPanel) { in enable_city_dlg_widgets()
1550 if (pCityDlg->pPanel) { in disable_city_dlg_widgets()
1766 if (!pCityDlg->pPanel) { in redraw_misc_city_dialog()
1811 if (pCityDlg->pPanel) { in redraw_supported_units_city_dialog()
[all …]
/dports/devel/bullet/bullet3-3.21/examples/ThirdPartyLibs/Gwen/Controls/Layout/
H A DSplitter.h30 void SetPanel(int i, Base* pPanel) in SetPanel() argument
34 m_pPanel[i] = pPanel; in SetPanel()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/sidebar/
H A DPanelLayout.cxx55 void PanelLayout::SetPanel(sfx2::sidebar::Panel* pPanel) in SetPanel() argument
57 m_pPanel = pPanel; in SetPanel()
H A DPanelTitleBar.cxx35 Panel* pPanel) in PanelTitleBar() argument
38 mpPanel(pPanel), in PanelTitleBar()
H A DDeck.cxx264 for (const auto& pPanel : maPanels) in GetPanel() local
266 if(pPanel->GetId() == panelId) in GetPanel()
268 return pPanel; in GetPanel()
H A DSidebarPanelBase.cxx74 void SidebarPanelBase::SetParentPanel(sfx2::sidebar::Panel* pPanel) in SetParentPanel() argument
78 mxControl->SetPanel(pPanel); in SetParentPanel()
/dports/devel/py-bullet3/bullet3-3.21/examples/ThirdPartyLibs/Gwen/Controls/Layout/
H A DSplitter.h30 void SetPanel(int i, Base* pPanel) in SetPanel() argument
34 m_pPanel[i] = pPanel; in SetPanel()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/contrib/src/fl/
H A Dcbcustom.cpp77 cbSimpleCustomizationPlugin::cbSimpleCustomizationPlugin( wxFrameLayout* pPanel, int paneMask ) in cbSimpleCustomizationPlugin() argument
79 : cbPluginBase( pPanel, paneMask ) in cbSimpleCustomizationPlugin()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/contrib/src/fl/
H A Dcbcustom.cpp77 cbSimpleCustomizationPlugin::cbSimpleCustomizationPlugin( wxFrameLayout* pPanel, int paneMask ) in cbSimpleCustomizationPlugin() argument
79 : cbPluginBase( pPanel, paneMask ) in cbSimpleCustomizationPlugin()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/contrib/src/fl/
H A Dcbcustom.cpp77 cbSimpleCustomizationPlugin::cbSimpleCustomizationPlugin( wxFrameLayout* pPanel, int paneMask ) in cbSimpleCustomizationPlugin() argument
79 : cbPluginBase( pPanel, paneMask ) in cbSimpleCustomizationPlugin()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/contrib/src/fl/
H A Dcbcustom.cpp77 cbSimpleCustomizationPlugin::cbSimpleCustomizationPlugin( wxFrameLayout* pPanel, int paneMask ) in cbSimpleCustomizationPlugin() argument
79 : cbPluginBase( pPanel, paneMask ) in cbSimpleCustomizationPlugin()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/sidebar/
H A DPanelTitleBar.cxx47 Panel* pPanel) in PanelTitleBar() argument
50 mpPanel(pPanel), in PanelTitleBar()
H A DSidebarController.cxx712 Panel *const pPanel(pDeck->GetPanel(rPanelContexDescriptor.msId)); in CreatePanels() local
713 if (pPanel != nullptr) in CreatePanels()
715 aNewPanels[nWriteIndex] = pPanel; in CreatePanels()
716 pPanel->SetExpanded( rPanelContexDescriptor.mbIsInitiallyVisible ); in CreatePanels()
900 VclPtr<Panel> pPanel = VclPtr<Panel>::Create( in CreatePanel() local
910 pPanel->GetComponentInterface(), in CreatePanel()
917 pPanel->SetUIElement(xUIElement); in CreatePanel()
921 pPanel.disposeAndClear(); in CreatePanel()
924 return pPanel; in CreatePanel()

12345