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
↓ 3 callers
Function
simplify
qcustomplot/qcustomplot.h:853
↓ 3 callers
Method
updateVector
maincontent/controlwidget/openglcontrol/cameralibrary.cpp:131
↓ 2 callers
Method
addChild
! \internal Adds the \a layerable to the list of this layer. If \a prepend is set to true, the layerable will be prepended to the list, i.e. be
qcustomplot/qcustomplot.cpp:787
↓ 2 callers
Method
addElement
! Adds the \a element to cell with \a row and \a column. If \a element is already in a layout, it is first removed from there. If \a row or \a col
qcustomplot/qcustomplot.cpp:2560
↓ 2 callers
Method
axes
! Returns all axes on the axis rect sides specified with \a types. \a types may be a single \ref QCPAxis::AxisType or an <tt>or</tt>-combinatio
qcustomplot/qcustomplot.cpp:11810
↓ 2 callers
Function
axisRect
qcustomplot/qcustomplot.h:1093
↓ 2 callers
Method
bind
maincontent/controlwidget/openglcontrol/texturelibrary.cpp:92
↓ 2 callers
Method
boundingDistance
! \internal Returns the maximum pixel radius the ending decoration might cover, starting from the position the decoration is drawn at (typicall
qcustomplot/qcustomplot.cpp:3458
↓ 2 callers
Method
calculateMargin
! \internal Returns the appropriate outward margin for this axis. It is needed if \ref QCPAxisRect::setAutoMargins is set to true on the parent
qcustomplot/qcustomplot.cpp:5996
↓ 2 callers
Method
clipRect
! \internal Returns the clipping rectangle of this layerable object. By default, this is the viewport of the parent QCustomPlot. Specific subcl
qcustomplot/qcustomplot.cpp:1203
↓ 2 callers
Function
coords
qcustomplot/qcustomplot.h:1571
↓ 2 callers
Method
count
[5]
flowlayout/flowlayout.cpp:97
↓ 2 callers
Method
deselectEvent
inherits documentation from base class */
qcustomplot/qcustomplot.cpp:5759
↓ 2 callers
Function
drawLine
qcustomplot/qcustomplot.h:347
↓ 2 callers
Method
getLeftCenter
获取控件的左侧中心点
maincontent/controlwidget/processcontrol/processcontrol.cpp:63
↓ 2 callers
Method
inverted
! Returns an inverted gradient. The inverted gradient has all properties as this \ref QCPColorGradient, but the order of the color stops is invert
qcustomplot/qcustomplot.cpp:11515
↓ 2 callers
Method
layer
! Returns the layer with the specified \a name. If there is no layer with the specified name, 0 is returned. Layer names are case-sensitive.
qcustomplot/qcustomplot.cpp:9980
↓ 2 callers
Method
makeObject
maincontent/controlwidget/openglcontrol/objectfactory.cpp:26
↓ 2 callers
Function
marginGroup
qcustomplot/qcustomplot.h:664
↓ 2 callers
Method
maximumSizeHint
! Returns the maximum size this layout element (the inner \ref rect) may be expanded to. if a maximum size (\ref setMaximumSize) was not set ma
qcustomplot/qcustomplot.cpp:1970
↓ 2 callers
Method
moveToLayer
! \internal Moves this layerable object to \a layer. If \a prepend is true, this object will be prepended to the new layer's list, i.e. it will
qcustomplot/qcustomplot.cpp:1116
↓ 2 callers
Method
numberFormat
No documentation as it is a property getter */
qcustomplot/qcustomplot.cpp:4099
↓ 2 callers
Method
offset
No documentation as it is a property getter */
qcustomplot/qcustomplot.cpp:4143
↓ 2 callers
Function
parentPlot
getters:
qcustomplot/qcustomplot.h:380
↓ 2 callers
Function
pen
qcustomplot/qcustomplot.h:277
↓ 2 callers
Method
plottable
! Returns the plottable with \a index. If the index is invalid, returns 0. There is an overloaded version of this function with no parameter wh
qcustomplot/qcustomplot.cpp:9455
↓ 2 callers
Method
rangeDragAxis
! Returns the range drag axis of the \a orientation provided. \see setRangeDragAxes */
qcustomplot/qcustomplot.cpp:12256
↓ 2 callers
Method
rangeZoomAxis
! Returns the range zoom axis of the \a orientation provided. \see setRangeZoomAxes */
qcustomplot/qcustomplot.cpp:12266
↓ 2 callers
Method
realLength
! Starting from the origin of this line ending (which is style specific), returns the length covered by the line ending symbol, in backward direct
qcustomplot/qcustomplot.cpp:3493
↓ 2 callers
Method
release
maincontent/controlwidget/openglcontrol/objectmodel/objectparent.cpp:28
↓ 2 callers
Method
removeChildX
! \internal Removes \a pos from the childX list of this anchor. Note that this function does not change the parent setting in \a pos. */
qcustomplot/qcustomplot.cpp:7520
↓ 2 callers
Method
removeChildY
! \internal Removes \a pos from the childY list of this anchor. Note that this function does not change the parent setting in \a pos. */
qcustomplot/qcustomplot.cpp:7548
↓ 2 callers
Method
scaleRange
! Scales the range of this axis by \a factor around the coordinate \a center. For example, if \a factor is 2.0, \a center is 1.0, then the axis ra
qcustomplot/qcustomplot.cpp:5178
↓ 2 callers
Method
selectionCategory
qcustomplot/qcustomplot.cpp:1189
↓ 2 callers
Function
selectionTolerance
qcustomplot/qcustomplot.h:1728
↓ 2 callers
Method
setAutoSubTicks
! Sets whether the number of sub ticks in one tick interval is determined automatically. This works, as long as the tick step mantissa is a multip
qcustomplot/qcustomplot.cpp:4490
↓ 2 callers
Method
setAutoTickCount
! When \ref setAutoTickStep is true, \a approximateCount determines how many ticks should be generated in the visible range, approximately. I
qcustomplot/qcustomplot.cpp:4423
↓ 2 callers
Method
setAxes
! When \ref setType is \ref ptPlotCoords, this function may be used to specify the axes the coordinates set with \ref setCoords relate to. By defa
qcustomplot/qcustomplot.cpp:8047
↓ 2 callers
Method
setDataType
maincontent/controlwidget/tablecontrol/tablecontrol.h:28
↓ 2 callers
Method
setDateTimeFormat
! Sets the format in which dates and times are displayed as tick labels, if \ref setTickLabelType is \ref ltDateTime. for details about the \a for
qcustomplot/qcustomplot.cpp:4636
↓ 2 callers
Method
setDateTimeSpec
! Sets the time spec that is used for the date time values when \ref setTickLabelType is \ref ltDateTime. The default value of QDateTime object
qcustomplot/qcustomplot.cpp:4655
↓ 2 callers
Method
setLabel
! Sets the text of the axis label that will be shown below/above or next to the axis, depending on its orientation. To disable axis labels, pass a
qcustomplot/qcustomplot.cpp:4985
↓ 2 callers
Method
setMargins
! Sets the margins of this layout element. If \ref setAutoMargins is disabled for some or all sides, this function is used to manually set the mar
qcustomplot/qcustomplot.cpp:1780
↓ 2 callers
Method
setNextAnimation
设置向右移动动画
maincontent/controlwidget/bannacontrol/bannacontrol.cpp:259
↓ 2 callers
Method
setNotAntialiasedElements
! Sets which elements are forcibly drawn not antialiased as an \a or combination of QCP::AntialiasedElement. This overrides the antialiasing
qcustomplot/qcustomplot.cpp:9166
↓ 2 callers
Method
setNumberFormat
! Sets the number format for the numbers drawn as tick labels (if tick label type is \ref ltNumber). This \a formatCode is an extended version of
qcustomplot/qcustomplot.cpp:4696
↓ 2 callers
Method
setNumberPrecision
! Sets the precision of the tick label numbers. See QLocale::toString(double i, char f, int prec) for details. The effect of precisions are most n
qcustomplot/qcustomplot.cpp:4762
↓ 2 callers
Method
setParentAnchorX
! This method sets the parent anchor of the X coordinate to \a parentAnchor. For a detailed description of what a parent anchor is, see the doc
qcustomplot/qcustomplot.cpp:7785
↓ 2 callers
Method
setParentAnchorY
! This method sets the parent anchor of the Y coordinate to \a parentAnchor. For a detailed description of what a parent anchor is, see the doc
qcustomplot/qcustomplot.cpp:7850
↓ 2 callers
Method
setRangeReversed
! Sets whether the axis range (direction) is displayed reversed. Normally, the values on horizontal axes increase left to right, on vertical axes
qcustomplot/qcustomplot.cpp:4379
↓ 2 callers
Method
setScatterStyle
! Sets the visual appearance of single data points in the plot. If set to \ref QCPScatterStyle::ssNone, no scatter points are drawn (e.g. for line
qcustomplot/qcustomplot.cpp:14732
↓ 2 callers
Method
setSelectableParts
! Sets whether the user can (de-)select the parts in \a selectable by clicking on the QCustomPlot surface. (When \ref QCustomPlot::setInteractions
qcustomplot/qcustomplot.cpp:4240
↓ 2 callers
Method
setSelectedParts
! Sets the selected state of the respective axis parts described by \ref SelectablePart. When a part is selected, it uses a different pen/font.
qcustomplot/qcustomplot.cpp:4264
↓ 2 callers
Method
setSpacing
! Sets the spacing between adjacent bars. What the number passed as \a spacing actually means, is defined by the current \ref SpacingType, which c
qcustomplot/qcustomplot.cpp:18105
↓ 2 callers
Method
setTickLabelColor
! Sets the color of the tick labels. \see setTickLabels, setTickLabelFont */
qcustomplot/qcustomplot.cpp:4588
↓ 2 callers
Method
setTickLabelType
! Sets whether the tick labels display numbers or dates/times. If \a type is set to \ref ltNumber, the format specifications of \ref setNumberF
qcustomplot/qcustomplot.cpp:4560
↓ 2 callers
Method
setType
! Sets the type of the position. The type defines how the coordinates passed to \ref setCoords should be handled and how the QCPItemPosition shoul
qcustomplot/qcustomplot.cpp:7687
↓ 2 callers
Method
setZeroLinePen
! Sets the pen with which zero lines are drawn. Zero lines are lines at value coordinate 0 which may be drawn with a different pen than other g
qcustomplot/qcustomplot.cpp:3742
↓ 2 callers
Method
setupAndEnableGlslValue
maincontent/controlwidget/openglcontrol/shaderlibrary.cpp:48
↓ 2 callers
Method
setupSelectCircle
设置左右移动时,将灰色图标切换为蓝色图标
maincontent/controlwidget/slidercontrol/slidercontrol.cpp:99
↓ 2 callers
Method
setupShader
maincontent/controlwidget/openglcontrol/objectmodel/objectparent.cpp:55
↓ 2 callers
Function
size
getters:
qcustomplot/qcustomplot.h:275
↓ 2 callers
Method
sizeConstraintsChanged
! Subclasses call this method to report changed (minimum/maximum) size constraints. If the parent of this layout is again a QCPLayout, forwards
qcustomplot/qcustomplot.cpp:2251
↓ 2 callers
Method
sortGeometry
图层排序
maincontent/controlwidget/bannacontrol/bannacontrol.cpp:183
↓ 2 callers
Method
startAnimation
numberanimation/numberanimation.cpp:19
↓ 1 callers
Method
addAction
添加菜单
systemtray/systemtray.cpp:29
↓ 1 callers
Method
addAnimationPixmap
为轮播图添加图片
maincontent/controlwidget/bannacontrol/bannacontrol.cpp:127
↓ 1 callers
Method
addChildX
! \internal Adds \a pos to the childX list of this anchor, which keeps track of which children use this anchor as parent anchor for the respectiv
qcustomplot/qcustomplot.cpp:7506
↓ 1 callers
Method
addChildY
! \internal Adds \a pos to the childY list of this anchor, which keeps track of which children use this anchor as parent anchor for the respectiv
qcustomplot/qcustomplot.cpp:7534
↓ 1 callers
Method
addItem
! Adds the specified item to the plot. QCustomPlot takes ownership of the item. Returns true on success, i.e. when \a item wasn't already in th
qcustomplot/qcustomplot.cpp:9836
↓ 1 callers
Method
addToLegend
! Adds this plottable to the legend of the parent QCustomPlot (QCustomPlot::legend). Normally, a QCPPlottableLegendItem is created and insert
qcustomplot/qcustomplot.cpp:7132
↓ 1 callers
Method
anchorPixelPoint
! \internal Returns the pixel position of the anchor with Id \a anchorId. This function must be reimplemented in item subclasses if they want to
qcustomplot/qcustomplot.cpp:8610
↓ 1 callers
Method
appendTableData
添加数据
maincontent/controlwidget/tablecontrol/tablecontrol.cpp:37
↓ 1 callers
Method
applyDefaultAntialiasingHint
! \internal A convenience function to easily set the QPainter::Antialiased hint on the provided \a painter before drawing the major grid lines.
qcustomplot/qcustomplot.cpp:3760
↓ 1 callers
Method
axisRects
! Returns all axis rects in the plot. \see axisRectCount, axisRect */
qcustomplot/qcustomplot.cpp:10221
↓ 1 callers
Method
axisRemoved
! \internal This method is used by \ref QCPAxisRect::removeAxis to report removed axes to the QCustomPlot so it may clear its QCustomPlot::xAxi
qcustomplot/qcustomplot.cpp:10951
↓ 1 callers
Method
axisSelectionBox
qcustomplot/qcustomplot.h:1331
↓ 1 callers
Method
bindAll
maincontent/controlwidget/openglcontrol/texturelibrary.cpp:100
↓ 1 callers
Method
calculateAutoMargin
! \internal Returns the margin size for this \a side. It is used if automatic margins is enabled for this \a side (see \ref setAutoMargins). If
qcustomplot/qcustomplot.cpp:2042
↓ 1 callers
Function
center
qcustomplot/qcustomplot.h:2036
↓ 1 callers
Method
clearColorStops
! Clears all color stops. \see setColorStops, setColorStopAt */
qcustomplot/qcustomplot.cpp:11503
↓ 1 callers
Method
clipAxisRect
can't make this a header inline function, because QPointer breaks with forward declared types, see QTBUG-29588 */
qcustomplot/qcustomplot.cpp:8359
↓ 1 callers
Method
collectCentPoint
搜集中心点的坐标存入MAP
maincontent/controlwidget/slidercontrol/slidercontrol.cpp:151
↓ 1 callers
Method
commonMargin
! \internal Returns the synchronized common margin for \a side. This is the margin value that will be used by the layout element on the respect
qcustomplot/qcustomplot.cpp:1601
↓ 1 callers
Method
compileAndBindShaderFile
maincontent/controlwidget/openglcontrol/shaderlibrary.cpp:18
↓ 1 callers
Function
contains
qcustomplot/qcustomplot.h:2775
↓ 1 callers
Method
createAction
创建菜单
systemtray/systemtray.cpp:38
↓ 1 callers
Method
createButton
创建按钮,以中心点创建
maincontent/controlwidget/movecontrol/movewidget.cpp:42
↓ 1 callers
Method
createFrame
创建面板
maincontent/controlwidget/framecontrol/framecontrol.cpp:44
↓ 1 callers
Method
createProcessControl
创建控件,并自动加入双向链表
maincontent/controlwidget/processcontrol/processwidget.cpp:52
↓ 1 callers
Function
data
getters:
qcustomplot/qcustomplot.h:2532
↓ 1 callers
Method
destory
maincontent/controlwidget/openglcontrol/texturelibrary.cpp:70
↓ 1 callers
Method
destoryAll
maincontent/controlwidget/openglcontrol/texturelibrary.cpp:130
↓ 1 callers
Method
draw
! \internal Draws the line ending with the specified \a painter at the position \a pos. The direction of the line ending is controlled with \a
qcustomplot/qcustomplot.cpp:3523
↓ 1 callers
Method
drawEvent
maincontent/controlwidget/slidercontrol/slidercontrol.cpp:62
↓ 1 callers
Method
drawLegendIcon
inherits documentation from base class */
qcustomplot/qcustomplot.cpp:15118
↓ 1 callers
Method
drawObject
maincontent/controlwidget/openglcontrol/objectmodel/objectparent.cpp:180
↓ 1 callers
Function
foreach
flowlayout/flowlayout.cpp:173
↓ 1 callers
Method
generateTexture
maincontent/controlwidget/openglcontrol/texturelibrary.cpp:19
↓ 1 callers
Method
getKeyRange
inherits documentation from base class */
qcustomplot/qcustomplot.cpp:16473
← previous
next →
101–200 of 1,059, ranked by callers