Home
last modified time | relevance | path

Searched refs:selectionType (Results 1 – 25 of 338) sorted by relevance

12345678910>>...14

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Design/System.ComponentModel.Design/
H A DSelectionService.cs125 public void SetSelectedComponents (ICollection components, SelectionTypes selectionType) in SetSelectedComponents() argument
138 selectionType = SelectionTypes.Replace; in SetSelectedComponents()
141 if (!Enum.IsDefined (typeof (SelectionTypes), selectionType)) { in SetSelectedComponents()
142 selectionType = SelectionTypes.Auto; in SetSelectedComponents()
145 auto = ((selectionType & SelectionTypes.Auto) == SelectionTypes.Auto); in SetSelectedComponents()
169 primary = ((selectionType & SelectionTypes.Primary) == SelectionTypes.Primary); in SetSelectedComponents()
170 add = ((selectionType & SelectionTypes.Add) == SelectionTypes.Add); in SetSelectedComponents()
171 remove = ((selectionType & SelectionTypes.Remove) == SelectionTypes.Remove); in SetSelectedComponents()
172 toggle = ((selectionType & SelectionTypes.Toggle) == SelectionTypes.Toggle); in SetSelectedComponents()
173 replace = ((selectionType & SelectionTypes.Replace) == SelectionTypes.Replace); in SetSelectedComponents()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/editing/
H A DVisibleSelection.h55 SelectionType selectionType() const { return m_selectionType; } in selectionType() function
73 bool isNone() const { return selectionType() == NoSelection; } in isNone()
74 bool isCaret() const { return selectionType() == CaretSelection; } in isCaret()
75 bool isRange() const { return selectionType() == RangeSelection; } in isRange()
76 bool isCaretOrRange() const { return selectionType() != NoSelection; } in isCaretOrRange()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/plugins/qmltooling/qmldbg_inspector/editor/
H A Dlivesingleselectionmanipulator.cpp82 void LiveSingleSelectionManipulator::select(SelectionType selectionType, in select() argument
102 switch (selectionType) { in select()
132 void LiveSingleSelectionManipulator::select(SelectionType selectionType, bool selectOnlyContentItem… in select() argument
137 select(selectionType, itemList, selectOnlyContentItems); in select()
H A Dlivesingleselectionmanipulator.h70 void select(SelectionType selectionType, const QList<QGraphicsItem*> &items, in QT_FORWARD_DECLARE_CLASS()
72 void select(SelectionType selectionType, bool selectOnlyContentItems); in QT_FORWARD_DECLARE_CLASS()
H A Dliveselectiontool.cpp88 LiveSingleSelectionManipulator::SelectionType selectionType in getSelectionType() local
91 selectionType = LiveSingleSelectionManipulator::RemoveFromSelection; in getSelectionType()
93 selectionType = LiveSingleSelectionManipulator::AddToSelection; in getSelectionType()
95 return selectionType; in getSelectionType()
119 …LiveSingleSelectionManipulator::SelectionType selectionType = getSelectionType(event->modifiers()); in mousePressEvent() local
128 m_singleSelectionManipulator.select(selectionType, m_selectOnlyContentItems); in mousePressEvent()
/dports/graphics/qgis/qgis-3.22.3/external/qwtpolar-1.1.1/
H A Dqwt_polar_picker.cpp177 QwtPickerMachine::SelectionType selectionType = in end() local
181 selectionType = stateMachine()->selectionType(); in end()
183 switch ( selectionType ) in end()
/dports/graphics/qgis-ltr/qgis-3.16.16/external/qwtpolar-1.1.1/
H A Dqwt_polar_picker.cpp177 QwtPickerMachine::SelectionType selectionType = in end() local
181 selectionType = stateMachine()->selectionType(); in end()
183 switch ( selectionType ) in end()
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/
H A DStyle.php343 $selectionType = 'COLUMN';
345 $selectionType = 'ROW';
347 $selectionType = 'CELL';
351 …$oldXfIndexes = $this->getOldXfIndexes($selectionType, $rangeStartIndexes, $rangeEndIndexes, $colu…
372 switch ($selectionType) {
429 …private function getOldXfIndexes(string $selectionType, array $rangeStart, array $rangeEnd, string… argument
432 switch ($selectionType) {
/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/libs/vwidgets/
H A Dvgraphicssimpletextitem.cpp60 selectionType(SelectionType::ByMouseRelease), in VGraphicsSimpleTextItem()
75 selectionType(SelectionType::ByMouseRelease), in VGraphicsSimpleTextItem()
145 selectionType = type; in LabelSelectionType()
300 if (selectionType == SelectionType::ByMouseRelease) in mousePressEvent()
325 if (selectionType == SelectionType::ByMouseRelease && IsSelectedByReleaseEvent(this, event)) in mouseReleaseEvent()
H A Dvabstractsimple.cpp35 selectionType(SelectionType::ByMouseRelease), in VAbstractSimple()
43 selectionType = type; in ToolSelectionType()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/actions/
H A DLandSmoothAction.cpp28 LandSmoothAction::LandSmoothAction(const CoordsXY& coords, MapRange range, uint8_t selectionType, b… in LandSmoothAction() argument
31 , _selectionType(selectionType) in LandSmoothAction()
322 const int32_t selectionType = _selectionType; in SmoothLand() local
341 switch (selectionType) in SmoothLand()
452 newSlope = tile_element_raise_styles[selectionType][newSlope]; in SmoothLand()
456 newSlope = tile_element_lower_styles[selectionType][newSlope]; in SmoothLand()
476 switch (selectionType) in SmoothLand()
545 int32_t rowIndex = selectionType - (MAP_SELECT_TYPE_EDGE_0 - MAP_SELECT_TYPE_FULL - 1); in SmoothLand()
556 const uint8_t edge = selectionType - MAP_SELECT_TYPE_EDGE_0; in SmoothLand()
618 auto raiseLandAction = LandRaiseAction({ _coords.x, _coords.y }, validRange, selectionType); in SmoothLand()
[all …]
/dports/math/mlpack/mlpack-3.4.2/src/mlpack/methods/dbscan/
H A Ddbscan_main.cpp141 const string selectionType = IO::GetParam<string>("selection_type"); in ChoosePointSelectionPolicy() local
143 if (selectionType == "ordered") in ChoosePointSelectionPolicy()
145 else if (selectionType == "random") in ChoosePointSelectionPolicy()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/tab/
H A DTabUma.java163 public void onShown(Tab tab, @TabSelectionType int selectionType) { in onShown() argument
170 if (mLastShownTimestamp != -1 && selectionType == TabSelectionType.FROM_USER) { in onShown()
205 if (selectionType == TabSelectionType.FROM_USER) { in onShown()
217 } else if (selectionType == TabSelectionType.FROM_USER) { in onShown()
/dports/x11-toolkits/qwt6/qwt-6.1.6/src/
H A Dqwt_plot_picker.cpp283 QwtPickerMachine::SelectionType selectionType = in end() local
287 selectionType = stateMachine()->selectionType(); in end()
289 switch ( selectionType ) in end()
/dports/devel/xelfviewer/XELFViewer-0.03/XQwt/3rdparty/qwt/src/
H A Dqwt_plot_picker.cpp283 QwtPickerMachine::SelectionType selectionType = in end() local
287 selectionType = stateMachine()->selectionType(); in end()
289 switch ( selectionType ) in end()
/dports/graphics/xournalpp/xournalpp-1.1.0/src/gui/
H A DXournalppCursor.h34 void setMouseSelectionType(CursorSelectionType selectionType);
62 CursorSelectionType selectionType = CURSOR_SELECTION_NONE; variable
H A DXournalppCursor.cpp132 void XournalppCursor::setMouseSelectionType(CursorSelectionType selectionType) { in setMouseSelectionType() argument
133 if (this->selectionType == selectionType) { in setMouseSelectionType()
136 this->selectionType = selectionType; in setMouseSelectionType()
224 } else if (this->selectionType) { in updateCursor()
225 switch (this->selectionType) { in updateCursor()
/dports/finance/prestashop/prestashop/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/
H A DStyle.php350 $selectionType = 'COLUMN';
352 $selectionType = 'ROW';
354 $selectionType = 'CELL';
358 switch ($selectionType) {
406 switch ($selectionType) {
/dports/finance/weberp/webERP/Classes/PHPExcel/
H A DStyle.php381 $selectionType = 'COLUMN';
383 $selectionType = 'ROW';
385 $selectionType = 'CELL';
389 switch ($selectionType) {
436 switch ($selectionType) {
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/
H A DStyle.php350 $selectionType = 'COLUMN';
352 $selectionType = 'ROW';
354 $selectionType = 'CELL';
358 switch ($selectionType) {
406 switch ($selectionType) {
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/includes/phpoffice/PhpSpreadsheet/Style/
H A DStyle.php350 $selectionType = 'COLUMN';
352 $selectionType = 'ROW';
354 $selectionType = 'CELL';
358 switch ($selectionType) {
406 switch ($selectionType) {
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/phpoffice/phpexcel/Classes/PHPExcel/
H A DStyle.php360 $selectionType = 'COLUMN';
362 $selectionType = 'ROW';
364 $selectionType = 'CELL';
368 switch ($selectionType) {
413 switch ($selectionType) {
/dports/www/thirtybees/thirtybees-1.1.0/vendor/phpoffice/phpexcel/Classes/PHPExcel/
H A DStyle.php360 $selectionType = 'COLUMN';
362 $selectionType = 'ROW';
364 $selectionType = 'CELL';
368 switch ($selectionType) {
413 switch ($selectionType) {
/dports/www/moodle310/moodle/lib/phpspreadsheet/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/
H A DStyle.php350 $selectionType = 'COLUMN';
352 $selectionType = 'ROW';
354 $selectionType = 'CELL';
358 switch ($selectionType) {
406 switch ($selectionType) {
/dports/www/moodle39/moodle/lib/phpspreadsheet/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/
H A DStyle.php350 $selectionType = 'COLUMN';
352 $selectionType = 'ROW';
354 $selectionType = 'CELL';
358 switch ($selectionType) {
406 switch ($selectionType) {

12345678910>>...14