Home
last modified time | relevance | path

Searched refs:propertyGrid (Results 1 – 22 of 22) sorted by relevance

/dports/devel/okteta/okteta-0.26.6/kasten/controllers/document/info/
H A Ddocumentinfoview.cpp60 auto* propertyGrid = new QGridLayout(); // unknown rows in DocumentInfoView() local
61 propertyGrid->setColumnStretch(0, 0); in DocumentInfoView()
62 propertyGrid->setColumnStretch(1, 1); in DocumentInfoView()
68 propertyGrid->addWidget(label, currentPropertyRow, 0, Qt::AlignRight); in DocumentInfoView()
71 propertyGrid->addWidget(mMimeTypeLabel, currentPropertyRow++, 1); in DocumentInfoView()
75 propertyGrid->addWidget(label, currentPropertyRow, 0, Qt::AlignRight); in DocumentInfoView()
88 propertyGrid->addWidget(mLocationLabel, currentPropertyRow++, 1); in DocumentInfoView()
92 propertyGrid->addWidget(label, currentPropertyRow, 0, Qt::AlignRight); in DocumentInfoView()
95 propertyGrid->addWidget(mSizeLabel, currentPropertyRow++, 1); in DocumentInfoView()
117 propertyGrid->addWidget(label, currentPropertyRow++, 2); in DocumentInfoView()
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/sip/cpp/
H A Dsip_propgridwxPGDefaultRenderer.cpp58 …rer::Render( ::wxDC& dc,const ::wxRect& rect,const ::wxPropertyGrid*propertyGrid, ::wxPGProperty… in Render() argument
66 return ::wxPGDefaultRenderer::Render(dc,rect,propertyGrid,property,column,item,flags); in Render()
70 …return sipVH__propgrid_0(sipGILState, 0, sipPySelf, sipMeth, dc, rect, propertyGrid, property, col… in Render()
121 const ::wxPropertyGrid* propertyGrid; in meth_wxPGDefaultRenderer_Render() local
138 …xDC, &dc, sipType_wxRect, &rect, &rectState, sipType_wxPropertyGrid, &propertyGrid, sipType_wxPGPr… in meth_wxPGDefaultRenderer_Render()
145 …PGDefaultRenderer::Render(*dc,*rect,propertyGrid,property,column,item,flags) : sipCpp->Render(*dc,… in meth_wxPGDefaultRenderer_Render()
H A Dsip_propgridwxPGCellRenderer.cpp91 …rer::Render( ::wxDC& dc,const ::wxRect& rect,const ::wxPropertyGrid*propertyGrid, ::wxPGProperty… in Render() argument
103 …return sipVH__propgrid_0(sipGILState, 0, sipPySelf, sipMeth, dc, rect, propertyGrid, property, col… in Render()
121 const ::wxPropertyGrid* propertyGrid; in meth_wxPGCellRenderer_Render() local
138 …xDC, &dc, sipType_wxRect, &rect, &rectState, sipType_wxPropertyGrid, &propertyGrid, sipType_wxPGPr… in meth_wxPGCellRenderer_Render()
151 sipRes = sipCpp->Render(*dc,*rect,propertyGrid,property,column,item,flags); in meth_wxPGCellRenderer_Render()
H A Dsip_propgridcmodule.cpp1781 …*sipMethod, ::wxDC& dc,const ::wxRect& rect,const ::wxPropertyGrid*propertyGrid, ::wxPGProperty… in sipVH__propgrid_0() argument
1784 …t(rect), sipType_wxRect, SIP_NULLPTR, const_cast< ::wxPropertyGrid *>(propertyGrid), sipType_wxPro… in sipVH__propgrid_0()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms/
H A DGridEntry.cs55 protected GridEntry (PropertyGrid propertyGrid, GridEntry parent) in GridEntry() argument
57 if (propertyGrid == null) in GridEntry()
59 property_grid = propertyGrid; in GridEntry()
72 public GridEntry (PropertyGrid propertyGrid, PropertyDescriptor[] properties, in GridEntry() argument
73 GridEntry parent) : this (propertyGrid, parent) in GridEntry()
H A DPropertyGridView.cs70 public PropertyGridView (PropertyGrid propertyGrid) { in PropertyGridView() argument
71 property_grid = propertyGrid; in PropertyGridView()
H A DPropertyGrid.cs1307 internal PropertyTabCollection (PropertyGrid propertyGrid) in PropertyTabCollection() argument
1309 property_grid = propertyGrid; in PropertyTabCollection()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/
H A DPropertyGridTest.cs148 PropertyGrid propertyGrid = new PropertyGrid (); in SelectedObject_NoProperties()
149 propertyGrid.SelectedObject = new Button (); in SelectedObject_NoProperties()
150 propertyGrid.SelectedObject = new object (); in SelectedObject_NoProperties()
151 propertyGrid.SelectedObject = new Button (); in SelectedObject_NoProperties()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/propgrid/
H A Dproperty.cpp193 const wxPropertyGrid* propertyGrid, wxPGProperty* property, in Render() argument
210 text = propertyGrid->GetCommonValueLabel(cmnVal); in Render()
244 wxSize imageSize = propertyGrid->GetImageSize(property, item); in Render()
247 paintdata.m_parent = propertyGrid; in Render()
257 dc.SetPen( wxPen(propertyGrid->GetCellTextColour(), 1, wxPENSTYLE_SOLID) ); in Render()
270 if ( propertyGrid->GetColumnCount() <= 2 ) in Render()
286 propertyGrid->GetCellDisabledTextColour(); in Render()
318 DrawCaptionSelectionRect( const_cast<wxPropertyGrid*>(propertyGrid), dc, in Render()
322 ((wxPropertyCategory*)property)->GetTextExtent(propertyGrid, in Render()
325 propertyGrid->GetFontHeight()+(wxPG_CAPRECTYMARGIN*2) ); in Render()
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/propgrid/
H A Dproperty.cpp192 const wxPropertyGrid* propertyGrid, wxPGProperty* property, in Render() argument
209 text = propertyGrid->GetCommonValueLabel(cmnVal); in Render()
234 wxSize imageSize = propertyGrid->GetImageSize(property, item); in Render()
237 paintdata.m_parent = propertyGrid; in Render()
247 dc.SetPen( wxPen(propertyGrid->GetCellTextColour(), 1, wxSOLID) ); in Render()
260 if ( propertyGrid->GetColumnCount() <= 2 ) in Render()
276 propertyGrid->GetCellDisabledTextColour(); in Render()
308 ((wxPropertyCategory*)property)->GetTextExtent(propertyGrid, in Render()
309propertyGrid->GetCaptionFont()) in Render()
311 propertyGrid->GetFontHeight()+(wxPG_CAPRECTYMARGIN*2) ); in Render()
[all …]
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/propgrid/
H A Dproperty.cpp192 const wxPropertyGrid* propertyGrid, wxPGProperty* property, in Render() argument
209 text = propertyGrid->GetCommonValueLabel(cmnVal); in Render()
234 wxSize imageSize = propertyGrid->GetImageSize(property, item); in Render()
237 paintdata.m_parent = propertyGrid; in Render()
247 dc.SetPen( wxPen(propertyGrid->GetCellTextColour(), 1, wxSOLID) ); in Render()
260 if ( propertyGrid->GetColumnCount() <= 2 ) in Render()
276 propertyGrid->GetCellDisabledTextColour(); in Render()
308 ((wxPropertyCategory*)property)->GetTextExtent(propertyGrid, in Render()
309propertyGrid->GetCaptionFont()) in Render()
311 propertyGrid->GetFontHeight()+(wxPG_CAPRECTYMARGIN*2) ); in Render()
[all …]
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtdeclarative/examples/quick/window/
H A DCurrentScreen.qml58 height: propertyGrid.implicitHeight + 16
77 id: propertyGrid
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/interface/wx/propgrid/
H A Dproperty.h94 const wxPropertyGrid* propertyGrid,
167 const wxPropertyGrid* propertyGrid,
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/interface/wx/propgrid/
H A Dproperty.h94 const wxPropertyGrid* propertyGrid,
167 const wxPropertyGrid* propertyGrid,
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/interface/wx/propgrid/
H A Dproperty.h2298 const wxPropertyGrid* propertyGrid,
2424 const wxPropertyGrid* propertyGrid,
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/propgrid/
H A Dproperty.h105 const wxPropertyGrid* propertyGrid,
178 const wxPropertyGrid* propertyGrid,
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/propgrid/
H A Dproperty.h105 const wxPropertyGrid* propertyGrid,
178 const wxPropertyGrid* propertyGrid,
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/propgrid/
H A Dproperty.h96 const wxPropertyGrid* propertyGrid,
158 const wxPropertyGrid* propertyGrid,
/dports/devel/codeblocks/codeblocks-20.03/src/sdk/wxpropgrid/src/
H A Dpropgrid.cpp2608 const wxPropertyGrid* propertyGrid, wxPGProperty* property, in Render() argument
2620 DrawText( dc, rect, 0, propertyGrid->GetCommonValueLabel(cmnVal) ); in Render()
2637 cell = &propertyGrid->GetUnspecifiedValueAppearance(); in Render()
2657 if ( propertyGrid->GetInternalFlags() & wxPG_FL_CELL_OVERRIDES_SEL ) in Render()
2689 wxSize imageSize = propertyGrid->GetImageSize(property, item); in Render()
2692 paintdata.m_parent = propertyGrid; in Render()
2707 dc.SetPen( wxPen(propertyGrid->GetCellTextColour(), 1, wxSOLID) ); in Render()
2728 if ( propertyGrid->GetColumnCount() <= 2 ) in Render()
2743 dc.SetTextForeground(propertyGrid->GetCellDisabledTextColour()); in Render()
2779 propertyGrid->GetFontHeight()+(wxPG_CAPRECTYMARGIN*2) ); in Render()
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/sip/gen/
H A Dpropgridproperty.sip95 const wxPropertyGrid * propertyGrid,
102 Render(dc, rect, propertyGrid, property, column, item, flags) -> bool
203 const wxPropertyGrid * propertyGrid,
210 Render(dc, rect, propertyGrid, property, column, item, flags) -> bool
/dports/devel/codeblocks/codeblocks-20.03/src/sdk/wxpropgrid/include/wx/propgrid/
H A Dpropgrid.h528 const wxPropertyGrid* propertyGrid,
610 const wxPropertyGrid* propertyGrid,
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/wx/
H A Dpropgrid.pyi117 def Render(self, dc, rect, propertyGrid, property, column, item, flags):
119 Render(dc, rect, propertyGrid, property, column, item, flags) -> bool
176 def Render(self, dc, rect, propertyGrid, property, column, item, flags):
178 Render(dc, rect, propertyGrid, property, column, item, flags) -> bool