Home
last modified time | relevance | path

Searched refs:brushId (Results 1 – 12 of 12) sorted by relevance

/dports/www/R-cran-crosstalk/crosstalk/R/
H A Dggplot2.R83 maintain_selection <- function(sharedData, brushId, ownerId = "") { argument
87 force(brushId)
90 shiny::observeEvent(session$input[[brushId]], {
92 df <- shiny::brushedPoints(df, session$input[[brushId]])
/dports/www/R-cran-crosstalk/crosstalk/man/
H A Dmaintain_selection.Rd7 maintain_selection(sharedData, brushId, ownerId = "")
12 \item{brushId}{Character vector indicating the name of the \code{plotOutput}
/dports/www/R-cran-shiny/shiny/tests/test-modules/107_scatterplot/tests/testthat/
H A Dtest-server.R20 direction = "xy", brushId = "scatters-brush", outputId = "scatters-plot2" nameattr
H A Dtest-linked-scatterplot-module.R27 direction = "xy", brushId = "scatters-brush", outputId = "scatters-plot2" nameattr
/dports/www/R-cran-shiny/shiny/man/
H A Dsession.Rd115 \item{resetBrush(brushId)}{
116 Resets/clears the brush with the given \code{brushId}, if it exists on
/dports/editors/libreoffice6/libreoffice-6.4.7.2/drawinglayer/source/tools/
H A Demfphelperdata.cxx1389 sal_uInt32 brushId; in processEmfPlusData() local
1392 rMS.ReadUInt32(brushId).ReadUInt32(formatId).ReadUInt32(stringLength); in processEmfPlusData()
1393 …SAL_INFO("drawinglayer", "EMF+ DrawString brushId: " << brushId << " formatId: " << formatId << " … in processEmfPlusData()
1464 const Color color = EMFPGetBrushColorOrARGBColor(flags, brushId); in processEmfPlusData()
/dports/graphics/qgis/qgis-3.22.3/src/core/
H A Dqgsogrutils.cpp1409 const int brushId = match.captured( 1 ).toInt(); in symbolFromStyleString() local
1411 …std::unique_ptr<QgsSymbol> res( QgsMapInfoSymbolConverter::convertFillSymbol( brushId, context, fo… in symbolFromStyleString()
1422 const int brushId = ogrMatch.captured( 1 ).toInt(); in symbolFromStyleString() local
1423 switch ( brushId ) in symbolFromStyleString()
/dports/editors/libreoffice/libreoffice-7.2.6.2/drawinglayer/source/tools/
H A Demfphelperdata.cxx1582 sal_uInt32 brushId, formatId, stringLength; in processEmfPlusData() local
1583 rMS.ReadUInt32(brushId).ReadUInt32(formatId).ReadUInt32(stringLength); in processEmfPlusData()
1585 … SAL_INFO("drawinglayer.emf", "EMF+\t BrushId: " << BrushIDToString(flags, brushId)); in processEmfPlusData()
1666 Color uncorrectedColor = EMFPGetBrushColorOrARGBColor(flags, brushId); in processEmfPlusData()
/dports/www/R-cran-shiny/shiny/R/
H A Dshiny.R1804 resetBrush = function(brushId) { argument
1807 brushId = brushId nameattr
/dports/www/R-cran-shiny/shiny/
H A DNEWS.md943 * Added `session$resetBrush(brushId)` (R) and `Shiny.resetBrush(brushId)` (JS) to programatically c…
/dports/www/R-cran-shiny/shiny/inst/www/shared/
H A Dshiny.min.js.map4brushId: $el.data(\"brush-id\"),\n brushClip: ifUndefined(strToBool($el.data(\"brush-clip\"…
H A Dshiny.js.map4brushId: $el.data(\"brush-id\"),\n brushClip: ifUndefined(strToBool($el.data(\"brush-clip\"…