Home
last modified time | relevance | path

Searched refs:fromSelection (Results 1 – 25 of 33) sorted by relevance

12

/dports/graphics/kolourpaint/kolourpaint-21.12.3/commands/tools/selection/
H A DkpToolSelectionCreateCommand.cpp59 const kpAbstractSelection &fromSelection, in kpToolSelectionCreateCommand() argument
65 setFromSelection (fromSelection); in kpToolSelectionCreateCommand()
82 const kpAbstractSelection *kpToolSelectionCreateCommand::fromSelection () const in fromSelection() function in kpToolSelectionCreateCommand
88 void kpToolSelectionCreateCommand::setFromSelection (const kpAbstractSelection &fromSelection) in setFromSelection() argument
91 m_fromSelection = fromSelection.clone (); in setFromSelection()
H A DkpToolSelectionCreateCommand.h43 kpToolSelectionCreateCommand (const QString &name, const kpAbstractSelection &fromSelection,
49 const kpAbstractSelection *fromSelection () const;
50 void setFromSelection (const kpAbstractSelection &fromSelection);
/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar/src/org/herac/tuxguitar/gui/actions/measure/
H A DCopyMeasureAction.java86 int fromSelection = fromSpinner.getSelection(); in showDialog()
89 if(fromSelection < minSelection){ in showDialog()
91 }else if(fromSelection > toSelection){ in showDialog()
99 int fromSelection = fromSpinner.getSelection(); in showDialog()
100 if(toSelection < fromSelection){ in showDialog()
101 toSpinner.setSelection(fromSelection); in showDialog()
H A DRemoveMeasureAction.java86 int fromSelection = fromSpinner.getSelection(); in showDialog()
89 if(fromSelection < minSelection){ in showDialog()
91 }else if(fromSelection > toSelection){ in showDialog()
99 int fromSelection = fromSpinner.getSelection(); in showDialog()
100 if(toSelection < fromSelection){ in showDialog()
101 toSpinner.setSelection(fromSelection); in showDialog()
H A DCleanMeasureAction.java86 int fromSelection = fromSpinner.getSelection(); in showDialog()
89 if(fromSelection < minSelection){ in showDialog()
91 }else if(fromSelection > toSelection){ in showDialog()
99 int fromSelection = fromSpinner.getSelection(); in showDialog()
100 if(toSelection < fromSelection){ in showDialog()
101 toSpinner.setSelection(fromSelection); in showDialog()
/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar/src/org/herac/tuxguitar/gui/printer/
H A DPrintStylesDialog.java70 int fromSelection = fromSpinner.getSelection(); in open()
73 if(fromSelection < minSelection){ in open()
75 }else if(fromSelection > toSelection){ in open()
83 int fromSelection = fromSpinner.getSelection(); in open()
84 if(toSelection < fromSelection){ in open()
85 toSpinner.setSelection(fromSelection); in open()
/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar-lilypond/src/org/herac/tuxguitar/io/lilypond/
H A DLilypondSettingsDialog.java102 int fromSelection = measureFromSpinner.getSelection(); in open()
105 if(fromSelection < minSelection){ in open()
107 }else if(fromSelection > toSelection){ in open()
115 int fromSelection = measureFromSpinner.getSelection(); in open()
116 if(toSelection < fromSelection){ in open()
117 measureToSpinner.setSelection(fromSelection); in open()
/dports/graphics/kolourpaint/kolourpaint-21.12.3/commands/
H A DkpCommandHistory.cpp63 const kpAbstractSelection *sel = c->fromSelection (); in NextUndoCommandIsCreateBorder()
73 if (cmd->fromSelection ()->hasContent ()) in addCreateSelectionCommand()
/dports/print/scribus-devel/scribus-1.5.7/scribus/ui/
H A Dsmtextstyles.h35 QString fromSelection() const;
156 QString fromSelection() const;
H A Dsmcellstyle.h47 QString fromSelection() const;
H A Dsmtablestyle.h47 QString fromSelection() const;
H A Dsmlinestyle.h34 QString fromSelection() const;
H A Dsmtablestyle.cpp130 QString SMTableStyle::fromSelection() const in fromSelection() function in SMTableStyle
H A Dsmcellstyle.cpp130 QString SMCellStyle::fromSelection() const in fromSelection() function in SMCellStyle
H A Dsmlinestyle.cpp141 QString SMLineStyle::fromSelection() const in fromSelection() function in SMLineStyle
H A Dstylemanager.cpp1272 selected << QPair<QString, QString>(m_items.at(i)->typeName(), m_items.at(i)->fromSelection()); in slotDocSelectionChanged()
/dports/audio/musescore/MuseScore-3.6.1/mscore/
H A Dselectdialog.h45 bool doFromSelection() const { return fromSelection->isChecked(); } in doFromSelection()
H A Dselectnotedialog.h45 bool doFromSelection() const { return fromSelection->isChecked(); } in doFromSelection()
/dports/devel/liteide/liteide-x37.4/liteidex/src/3rdparty/qtc_texteditor/
H A Dbasetextblockselection.h51 void fromSelection(const TabSettings &ts, const QTextCursor &selection);
H A Dbasetextblockselection.cpp101 void BaseTextBlockSelection::fromSelection(const TabSettings &ts, const QTextCursor &selection) in fromSelection() function in BaseTextBlockSelection
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/UIProcess/API/mac/
H A DPDFViewController.mm117 …ection:(BOOL)forward caseSensitive:(BOOL)caseFlag wrap:(BOOL)wrapFlag fromSelection:(PDFSelection …
213 …ection:(BOOL)forward caseSensitive:(BOOL)caseFlag wrap:(BOOL)wrapFlag fromSelection:(PDFSelection …
241 …PDFSelection *foundSelection = [document findString:string fromSelection:selectionForInitialSearch…
246 … foundSelection = [document findString:string fromSelection:initialSelection withOptions:options];
249 foundSelection = [document findString:string fromSelection:nil withOptions:options];
611 …atchFor:string direction:forward caseSensitive:caseFlag wrap:wrapFlag fromSelection:[m_pdfView cur…
/dports/print/scribus-devel/scribus-1.5.7/scribus/
H A Dstyleitem.h110 virtual QString fromSelection() const = 0;
/dports/editors/texmaker/texmaker-5.0.3/
H A Dtextblockselection.h128 void fromSelection(const QTextCursor &selection) in fromSelection() function
H A Dlightlatexeditor.cpp950 blockSelection.fromSelection(textCursor()); in mouseMoveEvent()
/dports/lang/fpc-source/fpc-3.2.2/packages/cocoaint/src/pdfkit/
H A DPDFDocument.inc121 … PDFSelection; options: NSUInteger): PDFSelection; message 'findString:fromSelection:withOptions:';

12