Home
last modified time | relevance | path

Searched refs:m_selection (Results 1 – 25 of 913) sorted by relevance

12345678910>>...37

/dports/print/scribus-devel/scribus-1.5.7/scribus/ui/
H A Dsmtextstyles.cpp82 m_selection.clear(); in setCurrentDoc()
138 m_selection.clear(); in selected()
317 if (m_selection.count() != 1) in setDefaultStyle()
349 if (m_selection.count() != 1) in setShortcut()
365 m_selection.removeAt(k); in deleteStyles()
416 m_selection.clear(); in nameChanged()
472 m_selection.clear(); in reloadTmpStyles()
1901 m_selection.clear(); in setCurrentDoc()
1949 m_selection.clear(); in selected()
2208 m_selection.clear(); in nameChanged()
[all …]
H A Dsmtablestyle.cpp63 m_selection.clear(); in setCurrentDoc()
107 m_selection.clear(); in selected()
227 Q_ASSERT(m_selection.count() == 1); in setDefaultStyle()
228 if (m_selection.count() != 1) in setDefaultStyle()
261 Q_ASSERT(m_selection.count() == 1); in setShortcut()
262 if (m_selection.count() != 1) in setShortcut()
282 m_selection.removeAt(i); in deleteStyles()
334 m_selection.clear(); in nameChanged()
400 m_selection.clear(); in updateStylesCache()
495 m_selection[i]->erase(); in slotParentChanged()
[all …]
H A Dsmcellstyle.cpp63 m_selection.clear(); in setCurrentDoc()
107 m_selection.clear(); in selected()
227 Q_ASSERT(m_selection.count() == 1); in setDefaultStyle()
228 if (m_selection.count() != 1) in setDefaultStyle()
261 Q_ASSERT(m_selection.count() == 1); in setShortcut()
262 if (m_selection.count() != 1) in setShortcut()
282 m_selection.removeAt(i); in deleteStyles()
334 m_selection.clear(); in nameChanged()
399 m_selection.clear(); in updateStylesCache()
493 m_selection[i]->erase(); in slotParentChanged()
[all …]
/dports/graphics/kolourpaint/kolourpaint-21.12.3/document/
H A DkpDocument_Selection.cpp54 return m_selection; in selection()
86 auto *oldSelection = m_selection; in setSelection()
94 Q_ASSERT (m_selection == oldSelection); in setSelection()
97 m_selection = selection.clone (); in setSelection()
138 if (m_selection->hasContent ()) { in setSelection()
250 if ( !m_selection ) { in selectionDelete()
259 delete m_selection; in selectionDelete()
260 m_selection = nullptr; in selectionDelete()
282 if ( !m_selection || !m_selection->hasContent() ) { in selectionCopyOntoDocument()
301 m_selection->paint (m_image, rect ()); in selectionCopyOntoDocument()
[all …]
/dports/editors/calligra/calligra-3.2.1/sheets/dialogs/
H A DInsertDialog.cpp53 m_selection = selection; in InsertDialog()
93 manipulator->add(*m_selection); in slotOk()
94 manipulator->execute(m_selection->canvas()); in slotOk()
100 manipulator->add(*m_selection); in slotOk()
101 manipulator->execute(m_selection->canvas()); in slotOk()
108 manipulator->add(*m_selection); in slotOk()
115 manipulator->add(*m_selection); in slotOk()
122 manipulator->add(*m_selection); in slotOk()
128 manipulator->add(*m_selection); in slotOk()
135 manipulator->add(*m_selection); in slotOk()
[all …]
H A DResize2Dialog.cpp60 m_selection = selection; in ResizeRow()
62 rowHeight = m_selection->activeSheet()->rowFormats()->rowHeight(m_selection->lastRange().top()); in ResizeRow()
76 m_pHeight->setUnit(m_selection->canvas()->unit()); in ResizeRow()
96 manipulator->add(*m_selection); in slotOk()
97 manipulator->execute(m_selection->canvas()); in slotOk()
104 Sheet* sheet = m_selection->activeSheet(); in slotDefault()
117 m_selection = selection; in ResizeColumn()
134 m_pWidth->setUnit(m_selection->canvas()->unit()); in ResizeColumn()
155 manipulator->add(*m_selection); in slotOk()
156 manipulator->execute(m_selection->canvas()); in slotOk()
[all …]
/dports/devel/redasm/REDasm-2.1.1/QHexView/document/
H A Dqhexcursor.cpp9 m_selection.line = m_selection.column = 0; in QHexCursor()
10 m_selection.line = m_selection.column = 0; in QHexCursor()
17 if(m_position.line < m_selection.line) in selectionStart()
20 if(m_position.line == m_selection.line) in selectionStart()
26 return m_selection; in selectionStart()
31 if(m_position.line > m_selection.line) in selectionEnd()
34 if(m_position.line == m_selection.line) in selectionEnd()
40 return m_selection; in selectionEnd()
71 m_selection = m_position; in clearSelection()
80 m_selection.line = line; in moveTo()
[all …]
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/osx/
H A Dnotebook_osx.cpp95 if ( m_selection == wxNOT_FOUND || nPage != (size_t)m_selection ) in DoSetSelection()
102 return m_selection; in DoSetSelection()
113 return m_selection; in DoSetSelection()
179 if ( m_selection >= (int)nPage ) in DoRemovePage()
184 m_selection = m_selection ? m_selection - 1 : 0; in DoRemovePage()
189 if (m_selection >= 0) in DoRemovePage()
203 m_selection = wxNOT_FOUND ; in DeleteAllPages()
243 m_selection++; in InsertPage()
457 m_selection = nSel; in ChangePage()
466 if ( newSel != m_selection ) in OSXHandleClicked()
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/osx/
H A Dnotebook_osx.cpp95 if ( m_selection == wxNOT_FOUND || nPage != (size_t)m_selection ) in DoSetSelection()
102 return m_selection; in DoSetSelection()
113 return m_selection; in DoSetSelection()
179 if ( m_selection >= (int)nPage ) in DoRemovePage()
184 m_selection = m_selection ? m_selection - 1 : 0; in DoRemovePage()
189 if (m_selection >= 0) in DoRemovePage()
203 m_selection = wxNOT_FOUND ; in DeleteAllPages()
243 m_selection++; in InsertPage()
457 m_selection = nSel; in ChangePage()
466 if ( newSel != m_selection ) in OSXHandleClicked()
[all …]
/dports/editors/calligra/calligra-3.2.1/plugins/defaultTools/defaulttool/
H A DSelectionTransformCommand.cpp25 , m_selection( selection ) in SelectionTransformCommand()
29 Q_ASSERT( m_selection ); in SelectionTransformCommand()
30 m_selectedShapes = m_selection->selectedShapes(); in SelectionTransformCommand()
37 m_selection->blockSignals( true ); in redo()
39 m_selection->deselectAll(); in redo()
41 m_selection->select( shape, false ); in redo()
45 m_selection->blockSignals( false ); in redo()
50 m_selection->blockSignals( true ); in undo()
52 m_selection->deselectAll(); in undo()
54 m_selection->select( shape, false ); in undo()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/editing/
H A DSelectionController.cpp142 m_selection = s; in setSelection()
177 m_selection = s; in setSelection()
251 m_selection.setWithoutValidation(m_selection.start(), m_selection.end()); in respondToNodeModification()
253 m_selection.setWithoutValidation(m_selection.end(), m_selection.start()); in respondToNodeModification()
313 …if ((base != m_selection.base() || extent != m_selection.extent() || start != m_selection.start() … in textWillBeReplaced()
401 return m_selection.isBaseFirst() ? m_selection.visibleEnd() : m_selection.visibleStart(); in positionForPlatform()
416 VisiblePosition pos(m_selection.extent(), m_selection.affinity()); in modifyExtendingRight()
459 VisiblePosition pos(m_selection.extent(), m_selection.affinity()); in modifyExtendingForward()
584 VisiblePosition pos(m_selection.extent(), m_selection.affinity()); in modifyExtendingLeft()
626 VisiblePosition pos(m_selection.extent(), m_selection.affinity()); in modifyExtendingBackward()
[all …]
/dports/graphics/krita/krita-4.4.8/libs/image/processing/
H A DKisSelectionBasedProcessingHelper.cpp11 : m_selection(selection), in KisSelectionBasedProcessingHelper()
18 m_selection = selection; in setSelection()
23 if (!m_selection) return 0; in createInitCommand()
29 : m_selection(selection), in createInitCommand()
36 …m_cutSelection->pixelSelection()->makeCloneFromRough(m_selection->pixelSelection(), m_selection->s… in createInitCommand()
38 KisTransaction t(m_selection->pixelSelection()); in createInitCommand()
39 m_func(m_selection->pixelSelection()); in createInitCommand()
44 KisSelectionSP m_selection; in createInitCommand() member
65 KIS_SAFE_ASSERT_RECOVER_RETURN(!!m_selection == !!m_cutSelection); in transformPaintDevice()
67 if (m_selection && m_cutSelection) { in transformPaintDevice()
[all …]
/dports/deskutils/flameshot/flameshot-0.10.2/src/widgets/capture/
H A Dbuttonhandler.cpp75 m_selection = intersectWithAreas(selection); in updatePosition()
85 m_selection = selection; in updatePosition()
251 QPoint pointA(m_selection.right() + EXTENSION, m_selection.bottom()); in updateBlockedSides()
261 pointA = QPoint(m_selection.left(), m_selection.bottom() + EXTENSION); in updateBlockedSides()
266 pointA.setY(m_selection.top() - EXTENSION); in updateBlockedSides()
281 m_selection = m_selection + QMargins(s, s, s, s); in expandSelection()
282 m_selection = intersectWithAreas(m_selection); in expandSelection()
289 QRect mainArea = m_selection; in positionButtonsInside()
316 m_selection.setX(m_selection.x() - in ensureSelectionMinimunSize()
319 m_selection.setWidth(m_buttonBaseSize); in ensureSelectionMinimunSize()
[all …]
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/osx/
H A Dnotebook_osx.cpp93 if ( m_selection == wxNOT_FOUND || nPage != (size_t)m_selection ) in DoSetSelection()
100 return m_selection; in DoSetSelection()
107 int oldSelection = m_selection; in DoSetSelection()
115 return m_selection; in DoSetSelection()
181 if ( m_selection >= (int)nPage ) in DoRemovePage()
186 m_selection = m_selection ? m_selection - 1 : 0; in DoRemovePage()
191 if (m_selection >= 0) in DoRemovePage()
242 if ( int(nPage) <= m_selection ) in InsertPage()
244 m_selection++; in InsertPage()
448 m_selection = nSel; in ChangePage()
[all …]
/dports/emulators/mgba/mgba-0.9.2/src/platform/qt/
H A DMemoryModel.cpp237 bytes.reserve(m_selection.second - m_selection.first); in serialize()
533 emit selectionChanged(m_selection.first, m_selection.second); in mousePressEvent()
553 emit selectionChanged(m_selection.first, m_selection.second); in mouseMoveEvent()
558 if (m_selection.first >= m_selection.second) { in keyPressEvent()
623 if (m_selection.second <= m_selection.first) { in keyPressEvent()
624 m_selection.second = m_selection.first + m_align; in keyPressEvent()
636 if (m_selection.first == m_selection.second) { in isInSelection()
671 if (m_selection.first >= m_selection.second) { in adjustCursor()
685 m_selection.second = m_selection.first + m_align; in adjustCursor()
700 m_selection.first = m_selection.second - m_align; in adjustCursor()
[all …]
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/states_screens/
H A Dgrand_prix_editor_screen.cpp86 … if (m_selection != NULL && selected == m_selection->getId() && m_selection->isEditable()) in eventCallback()
87 showEditScreen(m_selection); in eventCallback()
106 showEditScreen(m_selection); in eventCallback()
152 setSelection(m_selection); in init()
167 m_selection = NULL; in setSelection()
277 bool b = m_selection && m_selection->getNumberOfTracks() > 0; in enableButtons()
280 b = m_selection && m_selection->isEditable(); in enableButtons()
289 if (m_action == "copy" && m_selection != NULL) in setNewGPWithName()
295 m_selection->setName(newName); in setNewGPWithName()
296 m_selection->writeToFile(); in setNewGPWithName()
[all …]
/dports/devel/redasm/REDasm-2.1.1/LibREDasm/redasm/disassembler/listing/
H A Dlistingcursor.cpp13 if(m_position == m_selection) in clearSelection()
16 m_selection = m_position; in clearSelection()
25 if(m_position.first < m_selection.first) in startSelection()
28 if(m_position.first == m_selection.first) in startSelection()
30 if(m_position.second < m_selection.second) in startSelection()
34 return m_selection; in startSelection()
39 if(m_position.first > m_selection.first) in endSelection()
42 if(m_position.first == m_selection.first) in endSelection()
44 if(m_position.second > m_selection.second) in endSelection()
48 return m_selection; in endSelection()
[all …]
/dports/graphics/krita/krita-4.4.8/plugins/tools/basictools/strokes/
H A Dmove_selection_stroke_strategy.cpp38 m_selection(selection), in MoveSelectionStrokeStrategy()
54 m_selection(rhs.m_selection), in MoveSelectionStrokeStrategy()
68 QRect copyRect = m_selection->selectedRect(); in initStrokeCallback()
70 gc.setSelection(m_selection); in initStrokeCallback()
75 paintDevice->clearSelection(m_selection); in initStrokeCallback()
89 m_initialSelectionOffset = QPoint(m_selection->x(), m_selection->y()); in initStrokeCallback()
122 new KisSelectionMoveCommand2(m_selection, in finishStrokeCallback()
133 m_selection->setVisible(true); in finishStrokeCallback()
154 m_selection->setVisible(true); in cancelStrokeCallback()
155 m_selection->notifySelectionChanged(); in cancelStrokeCallback()
[all …]
/dports/games/libretro-mgba/mgba-6186d45/src/platform/qt/
H A DMemoryModel.cpp237 bytes.reserve(m_selection.second - m_selection.first); in serialize()
534 emit selectionChanged(m_selection.first, m_selection.second); in mousePressEvent()
554 emit selectionChanged(m_selection.first, m_selection.second); in mouseMoveEvent()
559 if (m_selection.first >= m_selection.second) { in keyPressEvent()
624 if (m_selection.second <= m_selection.first) { in keyPressEvent()
625 m_selection.second = m_selection.first + m_align; in keyPressEvent()
641 if (m_selection.first == m_selection.second) { in isInSelection()
676 if (m_selection.first >= m_selection.second) { in adjustCursor()
689 m_selection.second = m_selection.first + m_align; in adjustCursor()
704 m_selection.first = m_selection.second - m_align; in adjustCursor()
[all …]
/dports/editors/calligra/calligra-3.2.1/sheets/ui/
H A DLocationComboBox.cpp40 , m_selection(0) in LocationComboBox()
51 if (m_selection == selection) return; in setSelection()
55 if (m_selection) { in setSelection()
56 if (m_selection->activeSheet()) { in setSelection()
65 m_selection = selection; in setSelection()
67 if (m_selection) { in setSelection()
96 if (!m_selection) return; in updateAddress()
163 if (!m_selection) return; in slotActivateItem()
166 m_selection->scrollToCursor(); in slotActivateItem()
172 if (!m_selection) return false; in activateItem()
[all …]
/dports/games/gtkradiant/GPL/GtkRadiant/libs/
H A Dselectionlib.h156 List m_selection; variable
163 return m_selection.begin(); in begin()
167 return m_selection.begin(); in begin()
171 return m_selection.end(); in end()
175 return m_selection.end(); in end()
179 return m_selection.empty(); in empty()
183 return m_selection.size(); in size()
187 return *m_selection.back(); in back()
191 return *m_selection.back(); in back()
199 …typename List::reverse_iterator i = std::find(m_selection.rbegin(), m_selection.rend(), &selected); in erase()
[all …]
/dports/games/netradiant/netradiant-20150621-src/libs/
H A Dselectionlib.h138 List m_selection; variable
144 return m_selection.begin(); in begin()
147 return m_selection.begin(); in begin()
150 return m_selection.end(); in end()
153 return m_selection.end(); in end()
156 return m_selection.empty(); in empty()
159 return m_selection.size(); in size()
162 return *m_selection.back(); in back()
165 return *m_selection.back(); in back()
168 m_selection.push_back( &selected ); in append()
[all …]
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/baremetal/debugservers/uvsc/
H A Duvtargetdeviceviewer.cpp72 : QWidget(parent), m_selection(selection) in DeviceSelectorDetailsPanel()
105 m_selection.algorithmIndex = index; in DeviceSelectorDetailsPanel()
121 m_packageEdit->setText(buildPackageId(m_selection)); in refresh()
122 m_descEdit->setPlainText(m_selection.desc); in refresh()
166 m_selection = selection; in setSelection()
167 const auto summary = m_selection.name.isEmpty() in setSelection()
170 setExpandable(!m_selection.name.isEmpty()); in setSelection()
180 return m_selection; in selection()
202 m_selection = selection; in DeviceSelectionDialog()
211 m_selection = selection; in setSelection()
[all …]
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/generic/
H A Dgridsel.cpp52 return !m_selection.empty(); in IsSelection()
161 m_selection.erase(m_selection.begin() + n); in SetSelectionMode()
246 m_selection.clear(); in SelectAll()
305 count = m_selection.size(); in DeselectBlock()
346 m_selection.erase(m_selection.begin() + n); in DeselectBlock()
410 m_selection.erase(m_selection.begin() + n); in ClearSelection()
439 size_t count = m_selection.size(); in UpdateRows()
473 m_selection.erase(m_selection.begin() + n); in UpdateRows()
522 m_selection.erase(m_selection.begin() + n); in UpdateCols()
688 *m_selection.rbegin() = newBlock; in ExtendCurrentBlock()
[all …]
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/generic/
H A Dlistbkg.cpp73 m_selection = wxNOT_FOUND; in BEGIN_EVENT_TABLE()
266 m_selection = newsel; in UpdateSelectedPage()
273 return m_selection; in GetSelection()
305 if ( int(n) <= m_selection ) in InsertPage()
308 m_selection++; in InsertPage()
318 else if ( m_selection == -1 ) in InsertPage()
321 if ( selNew != m_selection ) in InsertPage()
352 m_selection = (m_selection == (int)page) ? wxNOT_FOUND : m_selection - 1; in DoRemovePage()
376 m_selection = -1; in DeleteAllPages()
398 if ( selNew == m_selection ) in OnListSelected()
[all …]

12345678910>>...37