Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/YYC572652645/QCoolPage
/ functions
Functions
1,059 in github.com/YYC572652645/QCoolPage
⨍
Functions
1,059
◇
Types & classes
102
Method
setErrorBarSize
! Sets the width of the handles at both ends of an error bar in pixels. */
qcustomplot/qcustomplot.cpp:14762
Method
setErrorBarSkipSymbol
! If \a enabled is set to true, the error bar will not be drawn as a solid line under the scatter symbol but leave some free space around the symb
qcustomplot/qcustomplot.cpp:14778
Method
setErrorPen
! Sets the pen with which the error bars will be drawn. \see setErrorBarSize, setErrorType */
qcustomplot/qcustomplot.cpp:14754
Method
setErrorType
! Sets which kind of error bars (Key Error, Value Error or both) should be drawn on each data point. If you set \a errorType to something other th
qcustomplot/qcustomplot.cpp:14745
Method
setGradient
! Sets the color gradient that will be used to represent data values. It is equivalent to calling QCPColorMap::setGradient on any of the connec
qcustomplot/qcustomplot.cpp:13960
Method
setGraph
! Sets the QCPGraph this tracer sticks to. The tracer \a position will be set to type QCPItemPosition::ptPlotCoords and the axes will be set to th
qcustomplot/qcustomplot.cpp:23070
Method
setGraphKey
! Sets the key of the graph's data point the tracer will be positioned at. This is the only free coordinate of a tracer when attached to a graph.
qcustomplot/qcustomplot.cpp:23097
Method
setHead
! Sets the line ending style of the head. The head corresponds to the \a end position. Note that due to the overloaded QCPLineEnding constructo
qcustomplot/qcustomplot.cpp:21695
Method
setIconBorderPen
! Sets the pen used to draw a border around each legend icon. Legend items that draw an icon (e.g. a visual representation of the graph) will use
qcustomplot/qcustomplot.cpp:13083
Method
setIconSize
! Sets the size of legend icons. Legend items that draw an icon (e.g. a visual representation of the graph) will use this size by default. */
qcustomplot/qcustomplot.cpp:13054
Method
setIconTextPadding
! Sets the horizontal space in pixels between the legend icon and the text next to it. Legend items that draw an icon (e.g. a visual representatio
qcustomplot/qcustomplot.cpp:13072
Method
setInsetAlignment
! If the inset placement (\ref setInsetPlacement) is \ref ipBorderAligned, this function is used to set the alignment of the element with the spec
qcustomplot/qcustomplot.cpp:3161
Method
setInsetPlacement
! Sets the inset placement type of the element with the specified \a index to \a placement. \see InsetPlacement */
qcustomplot/qcustomplot.cpp:3145
Method
setInsetRect
! If the inset placement (\ref setInsetPlacement) is \ref ipFree, this function is used to set the position and size of the element with the speci
qcustomplot/qcustomplot.cpp:3180
Method
setInteraction
! Sets the single \a interaction of this QCustomPlot to \a enabled. For details about the interaction system, see \ref setInteractions. \s
qcustomplot/qcustomplot.cpp:9271
Method
setInterpolate
! Sets whether the color map image shall use bicubic interpolation when displaying the color map shrinked or expanded, and not at a 1:1 pixel-to-d
qcustomplot/qcustomplot.cpp:20173
Method
setInterpolating
! Sets whether the value of the graph's data points shall be interpolated, when positioning the tracer. If \a enabled is set to false and a k
qcustomplot/qcustomplot.cpp:23113
Method
setInverted
! Sets whether the ending decoration shall be inverted. For example, an arrow decoration will point inward when \a inverted is set to true. Not
qcustomplot/qcustomplot.cpp:3444
Method
setKey
! Sets the key coordinate of the statistical box. */
qcustomplot/qcustomplot.cpp:19201
Method
setKeyAxis
! The key axis of a plottable can be set to any axis of a QCustomPlot, as long as it is orthogonal to the plottable's value axis. This function pe
qcustomplot/qcustomplot.cpp:6962
Method
setKeyRange
! Sets the coordinate range the data shall be distributed over in the key dimension. Together with the value range, This defines the rectangular a
qcustomplot/qcustomplot.cpp:19788
Method
setKeySize
! Resizes the data array to have \a keySize cells in the key dimension. The current data is discarded and the map cells are set to 0, unless the
qcustomplot/qcustomplot.cpp:19742
Method
setLabelColor
! Sets the color of the axis label. \see setLabelFont */
qcustomplot/qcustomplot.cpp:4976
Method
setLabelFont
! Sets the font of the axis label. \see setLabelColor */
qcustomplot/qcustomplot.cpp:4962
Method
setLabelPadding
! Sets the distance between the tick labels and the axis label. \see setTickLabelPadding, setPadding */
qcustomplot/qcustomplot.cpp:4999
Method
setLabelPixMap
设置面板图标
maincontent/controlwidget/framecontrol/framecontrol.cpp:28
Method
setLength
! Sets the length of the ending decoration, if the style supports it. On arrows, for example, the length defines the size in pointing direction.
qcustomplot/qcustomplot.cpp:3431
Method
setLevelCount
! Sets the number of discretization levels of the color gradient to \a n. The default is 350 which is typically enough to create a smooth appearan
qcustomplot/qcustomplot.cpp:11197
Method
setLoopFlage
numberanimation/numberanimation.cpp:30
Method
setLowerQuartile
! Sets the parameter "lower Quartile" of the statistical box plot. This is the lower end of the box. The lower and the upper quartiles are the two
qcustomplot/qcustomplot.cpp:19224
Method
setMaximum
! Sets the parameter "maximum" of the statistical box plot. This is the position of the upper whisker, typically the maximum measurement of the sa
qcustomplot/qcustomplot.cpp:19259
Method
setMaximumSize
! Sets the maximum size for the inner \ref rect of this layout element. A parent layout tries to respect the \a size here by changing row/column s
qcustomplot/qcustomplot.cpp:1853
Method
setMedian
! Sets the parameter "median" of the statistical box plot. This is the value of the median mark inside the quartile box. The median separates the
qcustomplot/qcustomplot.cpp:19236
Method
setMedianPen
! Sets the pen used for drawing the median indicator line inside the statistical box. */
qcustomplot/qcustomplot.cpp:19338
Method
setMinimum
! Sets the parameter "minimum" of the statistical box plot. This is the position of the lower whisker, typically the minimum measurement of the sa
qcustomplot/qcustomplot.cpp:19212
Method
setMinimumMargins
! If \ref setAutoMargins is enabled on some or all margins, this function is used to provide minimum values for those margins. The minimum va
qcustomplot/qcustomplot.cpp:1798
Method
setMinimumSize
! Sets the minimum size for the inner \ref rect of this layout element. A parent layout tries to respect the \a size here by changing row/column s
qcustomplot/qcustomplot.cpp:1830
Method
setModes
! Sets the mode of the painter. This controls whether the painter shall adjust its fixes/workarounds optimized for certain output devices. */
qcustomplot/qcustomplot.cpp:163
Method
setMultiSelectModifier
! Sets the keyboard modifier that will be recognized as multi-select-modifier. If \ref QCP::iMultiSelect is specified in \ref setInteractions,
qcustomplot/qcustomplot.cpp:9348
Method
setNoAntialiasingOnDrag
! Sets whether antialiasing is disabled for this QCustomPlot while the user is dragging axes ranges. If many objects, especially plottables, are d
qcustomplot/qcustomplot.cpp:9306
Method
setNotAntialiasedElement
! Sets whether the specified \a notAntialiasedElement is forcibly drawn not antialiased. See \ref setNotAntialiasedElements for details. \
qcustomplot/qcustomplot.cpp:9182
Method
setOpenGLWidget
maincontent/controlwidget/openglcontrol/objectmodel/objectparent.cpp:158
Method
setOutlierStyle
! Sets the appearance of the outlier data points. \see setOutliers */
qcustomplot/qcustomplot.cpp:19348
Method
setOutliers
! Sets a vector of outlier values that will be drawn as scatters. Any data points in the sample that are not within the whiskers (\ref setMinimum,
qcustomplot/qcustomplot.cpp:19271
Method
setParentAnchor
! Sets the parent of this QCPItemPosition to \a parentAnchor. This means the position will now follow any position changes of the anchor. The loca
qcustomplot/qcustomplot.cpp:7771
Method
setPenNegative
! If \ref setTwoColored is set to true, this function controls the pen that is used to draw outlines of data points with a negative trend (i.e. ba
qcustomplot/qcustomplot.cpp:20780
Method
setPenPositive
! If \ref setTwoColored is set to true, this function controls the pen that is used to draw outlines of data points with a positive trend (i.e. ba
qcustomplot/qcustomplot.cpp:20766
Method
setPeriodic
! Sets whether data points that are outside the configured data range (e.g. \ref QCPColorMap::setDataRange) are colored by periodically repeating
qcustomplot/qcustomplot.cpp:11270
Method
setPitch
maincontent/controlwidget/openglcontrol/cameralibrary.cpp:71
Method
setPixelPoint
! Sets the apparent pixel position. This works no matter what type (\ref setType) this QCPItemPosition is or what parent-child situation it is in,
qcustomplot/qcustomplot.cpp:8073
Method
setPlottingHint
! Sets the specified plotting \a hint to \a enabled. \see setPlottingHints */
qcustomplot/qcustomplot.cpp:9326
Method
setPlottingHints
! Sets the plotting hints for this QCustomPlot instance as an \a or combination of QCP::PlottingHint. \see setPlottingHint */
qcustomplot/qcustomplot.cpp:9316
Method
setPositionAlignment
! Sets which point of the text rect shall be aligned with \a position. Examples: \li If \a alignment is <tt>Qt::AlignHCenter | Qt::AlignTop</
qcustomplot/qcustomplot.cpp:22326
Method
setProgressFinish
设置进度条100%
maincontent/controlwidget/progresscontrol/progresscontrol.cpp:44
Method
setRangeDrag
! Sets which axis orientation may be range dragged by the user with mouse interaction. What orientation corresponds to which specific axis can be
qcustomplot/qcustomplot.cpp:12297
Method
setRangeLower
! Sets the lower bound of the axis range. The upper bound is not changed. \see setRange */
qcustomplot/qcustomplot.cpp:4328
Method
setRangeUpper
! Sets the upper bound of the axis range. The lower bound is not changed. \see setRange */
qcustomplot/qcustomplot.cpp:4351
Method
setRangeZoom
! Sets which axis orientation may be zoomed by the user with the mouse wheel. What orientation corresponds to which specific axis can be set with
qcustomplot/qcustomplot.cpp:12317
Method
setRangeZoomAxes
! Sets the axes whose range will be zoomed when \ref setRangeZoom enables mouse wheel zooming on the QCustomPlot widget. The two axes can be zoome
qcustomplot/qcustomplot.cpp:12341
Method
setRangeZoomFactor
! Sets how strong one rotation step of the mouse wheel zooms, when range zoom was activated with \ref setRangeZoom. The two parameters \a horizont
qcustomplot/qcustomplot.cpp:12357
Method
setRotation
! Sets the angle in degrees by which the text (and the text rectangle, if visible) will be rotated around \a position. */
qcustomplot/qcustomplot.cpp:22343
Method
setRowSpacing
! Sets the gap that is left blank between rows to \a pixels. \see setColumnSpacing */
qcustomplot/qcustomplot.cpp:2710
Method
setRowStretchFactor
! Sets the stretch \a factor of \a row. Stretch factors control the relative sizes of rows and columns. Cells will not be resized beyond thei
qcustomplot/qcustomplot.cpp:2655
Method
setRowStretchFactors
! Sets the stretch \a factors of all rows. \a factors must have the size \ref rowCount. Stretch factors control the relative sizes of rows and
qcustomplot/qcustomplot.cpp:2678
Method
setScaleRatio
! Scales the range of this axis to have a certain scale \a ratio to \a otherAxis. The scaling will be done around the center of the current axis r
qcustomplot/qcustomplot.cpp:5218
Method
setScaled
! Sets whether the pixmap will be scaled to fit the rectangle defined by the \a topLeft and \a bottomRight positions. */
qcustomplot/qcustomplot.cpp:22757
Method
setSelectable
! Sets whether the user can (de-)select this plottable by clicking on the QCustomPlot surface. (When \ref QCustomPlot::setInteractions contains iS
qcustomplot/qcustomplot.cpp:6992
Method
setSelectedBasePen
! Sets the pen that is used to draw the axis base line when selected. \see setBasePen, setSelectableParts, setSelectedParts, QCustomPlot::setIn
qcustomplot/qcustomplot.cpp:5093
Method
setSelectedBorderPen
! When the legend box is selected, this pen is used to draw the border instead of the normal pen set via \ref setBorderPen. \see setSelectedPar
qcustomplot/qcustomplot.cpp:13159
Method
setSelectedBrush
! When the plottable is selected, this brush is used to draw fills instead of the normal brush set via \ref setBrush. \see setSelected, setSele
qcustomplot/qcustomplot.cpp:6946
Method
setSelectedColor
! Sets the color of the text that will be used when the item is selected. */
qcustomplot/qcustomplot.cpp:22234
Method
setSelectedFont
! When this legend item is selected, \a font is used to draw generic text, instead of the normal font set with \ref setFont. \see setFont, QC
qcustomplot/qcustomplot.cpp:12681
Method
setSelectedIconBorderPen
! Sets the pen legend items will use to draw their icon borders, when they are selected. \see setSelectedParts, setSelectableParts, setSelectedFo
qcustomplot/qcustomplot.cpp:13169
Method
setSelectedLabelColor
! Sets the color that is used for the axis label when it is selected. \see setLabelColor, setSelectableParts, setSelectedParts, QCustomPlot::se
qcustomplot/qcustomplot.cpp:5083
Method
setSelectedLabelFont
! Sets the font that is used for the axis label when it is selected. \see setLabelFont, setSelectableParts, setSelectedParts, QCustomPlot::setI
qcustomplot/qcustomplot.cpp:5059
Method
setSelectedPen
! When the plottable is selected, this pen is used to draw basic lines instead of the normal pen set via \ref setPen. \see setSelected, setSele
qcustomplot/qcustomplot.cpp:6921
Method
setSelectedSubTickPen
! Sets the pen that is used to draw the subticks when selected. \see setSubTickPen, setSelectableParts, setSelectedParts, QCustomPlot::setInter
qcustomplot/qcustomplot.cpp:5113
Method
setSelectedTextColor
! When this legend item is selected, \a color is used to draw generic text, instead of the normal color set with \ref setTextColor. \see setT
qcustomplot/qcustomplot.cpp:12692
Method
setSelectedTickLabelColor
! Sets the color that is used for tick labels when they are selected. \see setTickLabelColor, setSelectableParts, setSelectedParts, QCustomPlot
qcustomplot/qcustomplot.cpp:5070
Method
setSelectedTickLabelFont
! Sets the font that is used for tick labels when they are selected. \see setTickLabelFont, setSelectableParts, setSelectedParts, QCustomPlot::
qcustomplot/qcustomplot.cpp:5045
Method
setSelectedTickPen
! Sets the pen that is used to draw the (major) ticks when selected. \see setTickPen, setSelectableParts, setSelectedParts, QCustomPlot::setInt
qcustomplot/qcustomplot.cpp:5103
Method
setSelectionTolerance
! Sets the tolerance that is used to decide whether a click selects an object (e.g. a plottable) or not. If the user clicks in the vicinity o
qcustomplot/qcustomplot.cpp:9292
Method
setShape
! Sets the shape to \a shape. Note that the calls \ref setPixmap and \ref setCustomPath automatically set the shape to \ref ssPixmap and \ref
qcustomplot/qcustomplot.cpp:457
Method
setSpacingType
! Sets how the spacing between adjacent bars is interpreted. See \ref SpacingType. The actual spacing can then be specified with \ref setSpacin
qcustomplot/qcustomplot.cpp:18094
Method
setSubGridPen
! Sets the pen with which sub grid lines are drawn. */
qcustomplot/qcustomplot.cpp:3731
Method
setSubGridVisible
! Sets whether grid lines at sub tick marks are drawn. \see setSubGridPen */
qcustomplot/qcustomplot.cpp:3699
Method
setSubTickLength
! Sets the length of the subticks in pixels. \a inside is the length the subticks will reach inside the plot and \a outside is the length they wil
qcustomplot/qcustomplot.cpp:4891
Method
setSubTickLengthIn
! Sets the length of the inward subticks in pixels. \a inside is the length the subticks will reach inside the plot. \see setSubTickLengthOut
qcustomplot/qcustomplot.cpp:4903
Method
setSubTickLengthOut
! Sets the length of the outward subticks in pixels. \a outside is the length the subticks will reach outside the plot. If \a outside is greater t
qcustomplot/qcustomplot.cpp:4918
Method
setSubTickPen
! Sets the pen, subtick marks will be drawn with. \see setSubTickCount, setSubTickLength, setBasePen */
qcustomplot/qcustomplot.cpp:4952
Method
setTail
! Sets the line ending style of the tail. The tail corresponds to the \a start position. Note that due to the overloaded QCPLineEnding construc
qcustomplot/qcustomplot.cpp:21708
Method
setTickLabelFont
! Sets the font of the tick labels. \see setTickLabels, setTickLabelColor */
qcustomplot/qcustomplot.cpp:4574
Method
setTickLabelPadding
! Sets the distance between the axis base line (including any outward ticks) and the tick labels. \see setLabelPadding, setPadding */
qcustomplot/qcustomplot.cpp:4530
Method
setTickLabelRotation
! Sets the rotation of the tick labels. If \a degrees is zero, the labels are drawn normally. Else, the tick labels are drawn rotated by \a degree
qcustomplot/qcustomplot.cpp:4606
Method
setTickLabelSide
! Sets whether the tick labels (numbers) shall appear inside or outside the axis rect. The usual and default setting is \ref lsOutside. Very co
qcustomplot/qcustomplot.cpp:4622
Method
setTickLength
! Sets the length of the ticks in pixels. \a inside is the length the ticks will reach inside the plot and \a outside is the length they will reac
qcustomplot/qcustomplot.cpp:4831
Method
setTickLengthIn
! Sets the length of the inward ticks in pixels. \a inside is the length the ticks will reach inside the plot. \see setTickLengthOut, setTick
qcustomplot/qcustomplot.cpp:4843
Method
setTickLengthOut
! Sets the length of the outward ticks in pixels. \a outside is the length the ticks will reach outside the plot. If \a outside is greater than ze
qcustomplot/qcustomplot.cpp:4858
Method
setTickPen
! Sets the pen, tick marks will be drawn with. \see setTickLength, setBasePen */
qcustomplot/qcustomplot.cpp:4942
Method
setTickVector
! If you want full control over what ticks (and possibly labels) the axes show, this function is used to set the coordinates at which ticks will a
qcustomplot/qcustomplot.cpp:4798
← previous
next →
801–900 of 1,059, ranked by callers