Home
last modified time | relevance | path

Searched refs:selectionArea (Results 1 – 25 of 158) sorted by relevance

1234567

/dports/graphics/digikam/digikam-7.4.0/core/libs/properties/
H A Ditempropertiescolorstab.cpp119 QRect selectionArea; member in Digikam::ItemPropertiesColorsTab::Private
353 void ItemPropertiesColorsTab::setData(const QUrl& url, const QRect& selectionArea, DImg* const img) in setData() argument
397 d->selectionArea = selectionArea; in setData()
416 if (d->selectionArea.isValid()) in setData()
418 d->imageSelection = d->image.copy(d->selectionArea); in setData()
548 void ItemPropertiesColorsTab::setSelection(const QRect& selectionArea) in setSelection() argument
550 if (selectionArea == d->selectionArea) in setSelection()
562 d->selectionArea = selectionArea; in setSelection()
564 if (d->selectionArea.isValid()) in setSelection()
566 d->imageSelection = d->image.copy(d->selectionArea); in setSelection()
[all …]
H A Ditempropertiescolorstab.h58 const QRect& selectionArea = QRect(),
61 void setSelection(const QRect& selectionArea);
/dports/graphics/kxstitch/kxstitch-2.2.0/src/
H A DCommands.cpp764 CropToSelectionCommand::CropToSelectionCommand(Document *document, const QRect &selectionArea) in CropToSelectionCommand() argument
767 m_selectionArea(selectionArea) in CropToSelectionCommand()
805 InsertColumnsCommand::InsertColumnsCommand(Document *document, const QRect &selectionArea) in InsertColumnsCommand() argument
808 m_selectionArea(selectionArea) in InsertColumnsCommand()
851 InsertRowsCommand::InsertRowsCommand(Document *document, const QRect &selectionArea) in InsertRowsCommand() argument
854 m_selectionArea(selectionArea) in InsertRowsCommand()
1222 EditCutCommand::EditCutCommand(Document *document, const QRect &selectionArea, int colorMask, const… in EditCutCommand() argument
1225 m_selectionArea(selectionArea), in EditCutCommand()
1305 MirrorSelectionCommand::MirrorSelectionCommand(Document *document, const QRect &selectionArea, int … in MirrorSelectionCommand() argument
1308 m_selectionArea(selectionArea), in MirrorSelectionCommand()
[all …]
H A DMainWindow.cpp750 QRect selectionArea = m_editor->selectionArea(); in fileAddBackgroundImage() local
751 …ckgroundImage> backgroundImage(new BackgroundImage(url, (selectionArea.isValid() ? selectionArea :… in fileAddBackgroundImage()
884 …d(m_document, action->data().value<QSharedPointer<BackgroundImage>>(), m_editor->selectionArea())); in viewFitBackgroundImage()
934 m_document->undoStack().push(new CropToSelectionCommand(m_document, m_editor->selectionArea())); in patternCropToSelection()
940 m_document->undoStack().push(new InsertColumnsCommand(m_document, m_editor->selectionArea())); in insertColumns()
946 m_document->undoStack().push(new InsertRowsCommand(m_document, m_editor->selectionArea())); in insertRows()
H A DEditor.h83 QRect selectionArea();
/dports/science/molsketch/Molsketch-0.7.2/libmolsketch/
H A Dmolscene.cpp272 QRectF selectionArea; in copy() local
273 for (auto item : selectedItems()) selectionArea |= item->boundingRect(); in copy()
276 mimeData->setImageData(renderImage(selectionArea)); in copy()
/dports/graphics/digikam/digikam-7.4.0/core/app/date/
H A Dtimelinewidget.cpp1898 QRect selectionArea; in mouseMoveEvent() local
1899 selectionArea.setTop(d->topMargin); in mouseMoveEvent()
1900 selectionArea.setLeft(0); in mouseMoveEvent()
1901 selectionArea.setBottom(height()); in mouseMoveEvent()
1902 selectionArea.setRight(width()); in mouseMoveEvent()
1907 if (selectionArea.contains(e->pos())) in mouseMoveEvent()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/graphicsview/
H A Dqgraphicsscene_p.h125 QPainterPath selectionArea; variable
/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar/src/org/herac/tuxguitar/gui/editors/matrix/
H A DMatrixEditor.java500 Image selectionArea = new Image(this.editor.getDisplay(),width,height); in paintSelection() local
501 painter.copyArea(selectionArea,x,y); in paintSelection()
511 this.selectionBackBuffer = selectionArea; in paintSelection()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/widgets/graphicsview/
H A Dqgraphicsscene_p.h142 QPainterPath selectionArea; variable
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/widgets/graphicsview/
H A Dqgraphicsscene_p.h142 QPainterPath selectionArea; variable
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/widgets/graphicsview/
H A Dqgraphicsscene_p.h142 QPainterPath selectionArea; variable
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/widgets/graphicsview/
H A Dqgraphicsscene_p.h142 QPainterPath selectionArea; variable
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/widgets/graphicsview/
H A Dqgraphicsscene_p.h142 QPainterPath selectionArea; variable
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/widgets/graphicsview/
H A Dqgraphicsscene_p.h142 QPainterPath selectionArea; variable
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/widgets/graphicsview/
H A Dqgraphicsscene_p.h142 QPainterPath selectionArea; variable
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/widgets/graphicsview/
H A Dqgraphicsscene_p.h142 QPainterPath selectionArea; variable
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/widgets/graphicsview/
H A Dqgraphicsscene_p.h142 QPainterPath selectionArea; variable
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/widgets/graphicsview/
H A Dqgraphicsscene_p.h142 QPainterPath selectionArea; variable
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/widgets/graphicsview/
H A Dqgraphicsscene_p.h142 QPainterPath selectionArea; variable
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/widgets/graphicsview/
H A Dqgraphicsscene_p.h142 QPainterPath selectionArea; variable
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/widgets/graphicsview/
H A Dqgraphicsscene_p.h142 QPainterPath selectionArea; variable
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/widgets/graphicsview/
H A Dqgraphicsscene_p.h142 QPainterPath selectionArea; variable
/dports/devel/qt5-concurrent/kde-qtbase-5.15.2p263/src/widgets/graphicsview/
H A Dqgraphicsscene_p.h142 QPainterPath selectionArea; variable
/dports/devel/qt5-buildtools/kde-qtbase-5.15.2p263/src/widgets/graphicsview/
H A Dqgraphicsscene_p.h142 QPainterPath selectionArea; variable

1234567