Home
last modified time | relevance | path

Searched refs:mLayout (Results 1 – 25 of 537) sorted by relevance

12345678910>>...22

/dports/audio/ardour6/Ardour-6.8.0/libs/appleutility/CoreAudio/PublicUtility/
H A DCAAudioChannelLayoutObject.cpp104 : mLayout(NULL) in CAAudioChannelLayout()
113 : mLayout(NULL) in CAAudioChannelLayout()
133 if (mLayout) { in ~CAAudioChannelLayout()
144 if (mLayout != c.mLayout) { in operator =()
145 if (mLayout) in operator =()
148 if ((mLayout = c.mLayout) != NULL) in operator =()
157 if (mLayout && &mLayout->Layout() == inChannelLayout) in operator =()
160 if (mLayout) in operator =()
176 if (mLayout) in SetWithTag()
187 if (mLayout == c.mLayout) in operator ==()
[all …]
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/libs/PublicUtility/
H A DCAAudioChannelLayoutObject.cpp66 : mLayout(NULL) in CAAudioChannelLayout()
75 : mLayout(NULL) in CAAudioChannelLayout()
95 if (mLayout) { in ~CAAudioChannelLayout()
106 if (mLayout != c.mLayout) { in operator =()
107 if (mLayout) in operator =()
110 if ((mLayout = c.mLayout) != NULL) in operator =()
119 if (mLayout && &mLayout->Layout() == inChannelLayout) in operator =()
122 if (mLayout) in operator =()
138 if (mLayout) in SetWithTag()
149 if (mLayout == c.mLayout) in operator ==()
[all …]
/dports/devel/okteta/okteta-0.26.6/gui/
H A Dbytearraytablecursor.cpp19 : mLayout(layout) in ByteArrayTableCursor()
39 && mLayout->length() > 0) { in setAppendPosEnabled()
162 mIndex = mLayout->byteArrayOffset(); in gotoStart()
163 mCoord = mLayout->startCoord(); in gotoStart()
172 mCoord = mLayout->finalCoord(); in gotoEnd()
182 if (mLayout->length() > 0) { in gotoCIndex()
193 if (mLayout->length() > 0) { in gotoCCoord()
220 mCoord = mLayout->coordOfIndex(mIndex); in gotoIndex()
236 mIndex = mLayout->indexAtCoord(coord); in gotoCoord()
243 mCoord = mLayout->coordOfIndex(mIndex); in updateCoord()
[all …]
/dports/graphics/qgis/qgis-3.22.3/src/gui/layout/
H A Dqgslayoutpropertieswidget.cpp29 , mLayout( layout ) in QgsLayoutPropertiesWidget()
31 Q_ASSERT( mLayout ); in QgsLayoutPropertiesWidget()
155 mLayout->pageCollection()->redraw(); in gridResolutionChanged()
163 mLayout->pageCollection()->redraw(); in gridResolutionUnitsChanged()
214 mLayout->undoStack()->endMacro(); in resizeToContents()
219 mLayout->undoStack()->beginCommand( mLayout, tr( "Set Reference Map" ) ); in referenceMapChanged()
221 mLayout->setReferenceMap( map ); in referenceMapChanged()
222 mLayout->undoStack()->endCommand(); in referenceMapChanged()
227 mLayout->undoStack()->beginCommand( mLayout, tr( "Set Default DPI" ), QgsLayout::UndoLayoutDpi ); in dpiChanged()
229 mLayout->undoStack()->endCommand(); in dpiChanged()
[all …]
H A Dqgslayoutatlaswidget.cpp30 , mLayout( layout ) in QgsLayoutAtlasWidget()
95 if ( !mLayout ) in changeCoverageLayer()
130 if ( !mLayout ) in mAtlasFilenamePatternEdit_editingFinished()
184 if ( !mLayout ) in mAtlasHideCoverageCheckBox_stateChanged()
196 if ( !mLayout ) in mAtlasSingleFileCheckBox_stateChanged()
215 if ( !mLayout ) in mAtlasSortFeatureCheckBox_stateChanged()
238 if ( !mLayout ) in changesSortFeatureExpression()
264 if ( !mLayout ) in mAtlasFeatureFilterCheckBox_stateChanged()
287 if ( !mLayout ) in pageNameExpressionChanged()
305 if ( !mLayout ) in mAtlasFeatureFilterEdit_editingFinished()
[all …]
/dports/graphics/qgis-ltr/qgis-3.16.16/src/gui/layout/
H A Dqgslayoutpropertieswidget.cpp29 , mLayout( layout ) in QgsLayoutPropertiesWidget()
31 Q_ASSERT( mLayout ); in QgsLayoutPropertiesWidget()
155 mLayout->pageCollection()->redraw(); in gridResolutionChanged()
163 mLayout->pageCollection()->redraw(); in gridResolutionUnitsChanged()
171 mLayout->pageCollection()->redraw(); in gridOffsetXChanged()
214 mLayout->undoStack()->endMacro(); in resizeToContents()
219 mLayout->undoStack()->beginCommand( mLayout, tr( "Set Reference Map" ) ); in referenceMapChanged()
221 mLayout->setReferenceMap( map ); in referenceMapChanged()
222 mLayout->undoStack()->endCommand(); in referenceMapChanged()
227 mLayout->undoStack()->beginCommand( mLayout, tr( "Set Default DPI" ), QgsLayout::UndoLayoutDpi ); in dpiChanged()
[all …]
H A Dqgslayoutatlaswidget.cpp29 , mLayout( layout ) in QgsLayoutAtlasWidget()
94 if ( !mLayout ) in changeCoverageLayer()
115 if ( !mLayout ) in mAtlasFilenamePatternEdit_editingFinished()
169 if ( !mLayout ) in mAtlasHideCoverageCheckBox_stateChanged()
181 if ( !mLayout ) in mAtlasSingleFileCheckBox_stateChanged()
200 if ( !mLayout ) in mAtlasSortFeatureCheckBox_stateChanged()
223 if ( !mLayout ) in changesSortFeatureExpression()
249 if ( !mLayout ) in mAtlasFeatureFilterCheckBox_stateChanged()
272 if ( !mLayout ) in pageNameExpressionChanged()
290 if ( !mLayout ) in mAtlasFeatureFilterEdit_editingFinished()
[all …]
/dports/graphics/qgis-ltr/qgis-3.16.16/tests/src/core/
H A Dtestqgslayoutpicture.cpp69 QgsLayout *mLayout = nullptr; member in TestQgsLayoutPicture
88 mLayout->initializeDefaults(); in initTestCase()
101 delete mLayout; in cleanupTestCase()
133 mLayout->removeItem( mPicture ); in pictureRender()
179 mLayout->removeItem( mPicture ); in pictureRotation()
193 mLayout->removeItem( mPicture ); in pictureItemRotation()
207 mLayout->removeItem( mPicture ); in pictureResizeZoom()
220 mLayout->removeItem( mPicture ); in pictureResizeStretch()
235 mLayout->removeItem( mPicture ); in pictureResizeClip()
251 mLayout->removeItem( mPicture ); in pictureResizeZoomAndResize()
[all …]
/dports/graphics/qgis/qgis-3.22.3/tests/src/core/
H A Dtestqgslayoutpicture.cpp70 QgsLayout *mLayout = nullptr; member in TestQgsLayoutPicture
91 mLayout->initializeDefaults(); in initTestCase()
104 delete mLayout; in cleanupTestCase()
136 mLayout->removeItem( mPicture ); in pictureRender()
182 mLayout->removeItem( mPicture ); in pictureRotation()
196 mLayout->removeItem( mPicture ); in pictureItemRotation()
210 mLayout->removeItem( mPicture ); in pictureResizeZoom()
223 mLayout->removeItem( mPicture ); in pictureResizeStretch()
238 mLayout->removeItem( mPicture ); in pictureResizeClip()
254 mLayout->removeItem( mPicture ); in pictureResizeZoomAndResize()
[all …]
/dports/x11-wm/lxqt-panel/lxqt-panel-1.0.0/plugin-quicklaunch/
H A Dlxqtquicklaunch.cpp56 setLayout(mLayout); in LXQtQuickLaunch()
103 if (mLayout->isEmpty()) in LXQtQuickLaunch()
121 return mLayout->count(); in countOfButtons()
127 mLayout->setEnabled(false); in realign()
148 mLayout->setEnabled(true); in realign()
154 mLayout->setEnabled(false); in addButton()
156 mLayout->addWidget(btn); in addButton()
166 mLayout->setEnabled(true); in addButton()
243 mLayout->moveItem(l, m); in switchButtons()
244 mLayout->moveItem(m-1, l); in switchButtons()
[all …]
/dports/graphics/qgis/qgis-3.22.3/src/core/layout/
H A Dqgslayoutpagecollection.cpp29 , mLayout( layout ) in QgsLayoutPageCollection()
40 mLayout->removeItem( page ); in ~QgsLayoutPageCollection()
68 mLayout->layoutItems( items ); in beginPageSizeChange()
106 mLayout->guides().update(); in reflow()
107 mLayout->updateBounds(); in reflow()
340 mLayout->undoStack()->beginCommand( &mLayout->guides(), tr( "Move Guides" ) ); in resizeToContents()
448 return mLayout; in layout()
568 mLayout->addItem( page ); in addPage()
606 mLayout->addItem( page ); in insertPage()
639 mLayout->removeItem( page ); in deletePage()
[all …]
H A Dqgslayoutmultiframe.cpp29 mLayout->addMultiFrame( this ); in QgsLayoutMultiFrame()
68 if ( mLayout && !frame->scene() ) in addFrame()
70 mLayout->addLayoutItem( frame ); in addFrame()
86 mLayout->undoStack()->endMacro(); in setResizeMode()
292 if ( !mLayout ) in beginCommand()
300 if ( mLayout ) in endCommand()
301 mLayout->undoStack()->endCommand(); in endCommand()
306 if ( mLayout ) in cancelCommand()
307 mLayout->undoStack()->cancelCommand(); in cancelCommand()
427 if ( mLayout ) in removeFrame()
[all …]
H A Dqgslayoutexporter.cpp161 return mLayout; in layout()
166 if ( !mLayout ) in renderPage()
189 if ( !mLayout ) in renderPageToImage()
278 if ( !mLayout ) in renderRegionToImage()
372 if ( !mLayout ) in exportToImage()
525 if ( !mLayout || mLayout->pageCollection()->pageCount() == 0 ) in exportToPdf()
857 if ( !mLayout ) in print()
976 if ( !mLayout ) in exportToSvg()
1584 if ( !mLayout ) in georeferenceOutputPrivate()
1848 if ( !mLayout ) in computeWorldFileParameters()
[all …]
H A Dqgslayoutitem.cpp83 if ( mLayout ) in QgsLayoutItem()
152 if ( mLayout ) in setId()
164 if ( mLayout ) in setSelected()
194 if ( mLayout ) in setVisibility()
216 if ( mLayout ) in setLocked()
431 if ( !mLayout ) in attemptResize()
469 if ( !mLayout ) in attemptMove()
588 return !mLayout || mLayout != scene() || mBlockUndoCommands; in shouldBlockUndoCommands()
596 if ( !mLayout || mLayout->renderContext().isPreviewRender() ) in shouldDrawItem()
978 if ( mLayout ) in endCommand()
[all …]
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/layout/
H A Dqgslayoutpagecollection.cpp28 , mLayout( layout ) in QgsLayoutPageCollection()
39 mLayout->removeItem( page ); in ~QgsLayoutPageCollection()
67 mLayout->layoutItems( items ); in beginPageSizeChange()
105 mLayout->guides().update(); in reflow()
106 mLayout->updateBounds(); in reflow()
339 mLayout->undoStack()->beginCommand( &mLayout->guides(), tr( "Move Guides" ) ); in resizeToContents()
447 return mLayout; in layout()
567 mLayout->addItem( page ); in addPage()
605 mLayout->addItem( page ); in insertPage()
638 mLayout->removeItem( page ); in deletePage()
[all …]
H A Dqgslayoutmultiframe.cpp29 mLayout->addMultiFrame( this ); in QgsLayoutMultiFrame()
68 if ( mLayout && !frame->scene() ) in addFrame()
70 mLayout->addLayoutItem( frame ); in addFrame()
86 mLayout->undoStack()->endMacro(); in setResizeMode()
292 if ( !mLayout ) in beginCommand()
300 if ( mLayout ) in endCommand()
301 mLayout->undoStack()->endCommand(); in endCommand()
306 if ( mLayout ) in cancelCommand()
307 mLayout->undoStack()->cancelCommand(); in cancelCommand()
427 if ( mLayout ) in removeFrame()
[all …]
H A Dqgslayoutexporter.cpp151 return mLayout; in layout()
156 if ( !mLayout ) in renderPage()
179 if ( !mLayout ) in renderPageToImage()
266 if ( !mLayout ) in renderRegionToImage()
357 if ( !mLayout ) in exportToImage()
509 if ( !mLayout || mLayout->pageCollection()->pageCount() == 0 ) in exportToPdf()
840 if ( !mLayout ) in print()
958 if ( !mLayout ) in exportToSvg()
1554 if ( !mLayout ) in georeferenceOutputPrivate()
1818 if ( !mLayout ) in computeWorldFileParameters()
[all …]
H A Dqgslayoutitem.cpp83 if ( mLayout ) in QgsLayoutItem()
152 if ( mLayout ) in setId()
164 if ( mLayout ) in setSelected()
194 if ( mLayout ) in setVisibility()
216 if ( mLayout ) in setLocked()
430 if ( !mLayout ) in attemptResize()
468 if ( !mLayout ) in attemptMove()
587 return !mLayout || mLayout != scene() || mBlockUndoCommands; in shouldBlockUndoCommands()
595 if ( !mLayout || mLayout->renderContext().isPreviewRender() ) in shouldDrawItem()
977 if ( mLayout ) in endCommand()
[all …]
/dports/graphics/instant-meshes/instant-meshes-0.0-42-g4a083f4/ext/nanogui/include/nanogui/
H A Dformhelper.h133 mLayout->setMargin(10); in NAMESPACE_END()
146 mLayout->appendRow(0); in NAMESPACE_END()
147 mLayout->setAnchor(label, AdvancedGridLayout::Anchor(0, mLayout->rowCount()-1, 4, 1)); in NAMESPACE_END()
173 mLayout->appendRow(0); in NAMESPACE_END()
174 mLayout->setAnchor(labelW, AdvancedGridLayout::Anchor(1, mLayout->rowCount()-1)); in NAMESPACE_END()
175 mLayout->setAnchor(widget, AdvancedGridLayout::Anchor(3, mLayout->rowCount()-1)); in NAMESPACE_END()
196 mLayout->appendRow(0); in NAMESPACE_END()
203 mLayout->appendRow(0); in NAMESPACE_END()
208 mLayout->setAnchor(labelW, AdvancedGridLayout::Anchor(1, mLayout->rowCount()-1)); in NAMESPACE_END()
209 mLayout->setAnchor(widget, AdvancedGridLayout::Anchor(3, mLayout->rowCount()-1)); in NAMESPACE_END()
[all …]
/dports/x11-toolkits/nanogui/nanogui-e9ec8a1a9861cf578d9c6e85a6420080aa715c03/include/nanogui/
H A Dformhelper.h135 mLayout->setMargin(10); in NAMESPACE_END()
148 mLayout->appendRow(0); in NAMESPACE_END()
149 mLayout->setAnchor(label, AdvancedGridLayout::Anchor(0, mLayout->rowCount()-1, 4, 1)); in NAMESPACE_END()
175 mLayout->appendRow(0); in NAMESPACE_END()
176 mLayout->setAnchor(labelW, AdvancedGridLayout::Anchor(1, mLayout->rowCount()-1)); in NAMESPACE_END()
177 mLayout->setAnchor(widget, AdvancedGridLayout::Anchor(3, mLayout->rowCount()-1)); in NAMESPACE_END()
198 mLayout->appendRow(0); in NAMESPACE_END()
205 mLayout->appendRow(0); in NAMESPACE_END()
210 mLayout->setAnchor(labelW, AdvancedGridLayout::Anchor(1, mLayout->rowCount()-1)); in NAMESPACE_END()
211 mLayout->setAnchor(widget, AdvancedGridLayout::Anchor(3, mLayout->rowCount()-1)); in NAMESPACE_END()
[all …]
/dports/graphics/ksnip/ksnip-1.9.2/src/gui/settingsDialog/
H A DHotKeySettings.cpp40 mLayout(new QGridLayout(this)) in HotKeySettings()
72 delete mLayout; in ~HotKeySettings()
133 mLayout->setAlignment(Qt::AlignTop); in initGui()
134 mLayout->setColumnStretch(1, 1); in initGui()
137 mLayout->addWidget(mRectAreaLabel, 1, 0, 1, 1); in initGui()
141 mLayout->addWidget(mLastRectAreaLabel, 2, 0,1,1); in initGui()
145 mLayout->addWidget(mFullScreenLabel, 3, 0, 1, 1); in initGui()
149 mLayout->addWidget(mCurrentScreenLabel, 4, 0, 1, 1); in initGui()
153 mLayout->addWidget(mActiveWindowLabel, 5, 0, 1, 1); in initGui()
161 mLayout->addWidget(mPortalLabel, 7, 0, 1, 1); in initGui()
[all …]
H A DApplicationSettings.cpp36 mLayout(new QGridLayout) in ApplicationSettings()
88 mLayout->setAlignment(Qt::AlignTop); in initGui()
89 mLayout->setColumnMinimumWidth(0, 10); in initGui()
91 mLayout->addWidget(mRememberPositionCheckbox, 1, 0, 1, 4); in initGui()
92 mLayout->addWidget(mCaptureOnStartupCheckbox, 2, 0, 1, 4); in initGui()
93 mLayout->addWidget(mUseTabsCheckbox, 3, 0, 1, 4); in initGui()
94 mLayout->addWidget(mAutoHideTabsCheckbox, 4, 1, 1, 3); in initGui()
96 mLayout->addWidget(mAutoHideDocksCheckBox, 6, 0, 1, 4); in initGui()
100 mLayout->setRowMinimumHeight(9, 15); in initGui()
101 mLayout->addWidget(mApplicationStyleLabel, 10, 0, 1, 2); in initGui()
[all …]
H A DSnippingAreaSettings.cpp38 mLayout(new QGridLayout(this)) in SnippingAreaSettings()
140 mLayout->setAlignment(Qt::AlignTop); in initGui()
141 mLayout->setColumnMinimumWidth(0, 10); in initGui()
142 mLayout->addWidget(mFreezeImageWhileSnippingCheckbox, 0, 0, 1, 3); in initGui()
144 mLayout->addWidget(mSnippingAreaRulersCheckbox, 2, 0, 1, 3); in initGui()
148 mLayout->setRowMinimumHeight(6, 15); in initGui()
149 mLayout->addWidget(mSnippingAdornerColorLabel, 7, 0, 1, 2); in initGui()
151 mLayout->addWidget(mSnippingCursorColorLabel, 8, 0, 1, 2); in initGui()
153 mLayout->addWidget(mSnippingCursorSizeLabel, 9, 0, 1, 2); in initGui()
155 mLayout->addWidget(mSnippingAreaTransparencyLabel, 10, 0, 1, 2); in initGui()
[all …]
H A DImgurUploaderSettings.cpp40 mLayout(new QGridLayout(this)) in ImgurUploaderSettings()
66 delete mLayout; in ~ImgurUploaderSettings()
127 mLayout->setAlignment(Qt::AlignTop); in initGui()
128 mLayout->setColumnMinimumWidth(0, 10); in initGui()
133 mLayout->setRowMinimumHeight(4, 15); in initGui()
134 mLayout->addWidget(mBaseUrlLabel, 5, 0, 1, 1); in initGui()
136 mLayout->setRowMinimumHeight(6, 15); in initGui()
137 mLayout->addWidget(mUsernameLabel, 7, 0, 1, 1); in initGui()
142 mLayout->addWidget(mGetPinButton, 9, 3, 1, 1); in initGui()
143 mLayout->addWidget(mPinLineEdit, 10, 0, 1, 3); in initGui()
[all …]
/dports/graphics/ksnip/ksnip-1.9.2/src/gui/settingsDialog/actions/
H A DActionSettingTab.cpp50 delete mLayout; in ~ActionSettingTab()
92 mLayout->setColumnMinimumWidth(0, 10); in initGui()
93 mLayout->addWidget(mNameLabel, 0, 0, 1, 2); in initGui()
94 mLayout->addWidget(mNameLineEdit, 0, 2, 1, 3); in initGui()
95 mLayout->addWidget(mShortcutLabel, 1, 0, 1, 2); in initGui()
98 mLayout->setRowMinimumHeight(2, 10); in initGui()
101 mLayout->addWidget(mDelayLabel, 5, 1, 1, 2); in initGui()
102 mLayout->addWidget(mDelaySpinBox, 5, 3, 1, 2); in initGui()
105 mLayout->setRowMinimumHeight(7, 10); in initGui()
113 setLayout(mLayout); in initGui()
[all …]

12345678910>>...22