MCPcopy Create free account

hub / github.com/YYC572652645/QCoolPage / functions

Functions1,059 in github.com/YYC572652645/QCoolPage

↓ 341 callersMethodsize
! Returns the size of the range, i.e. \a upper-\a lower */
qcustomplot/qcustomplot.cpp:1317
↓ 247 callersMethoddata
undocumented getter */
qcustomplot/qcustomplot.cpp:19673
↓ 173 callersMethodappend
! Adds the specified \a bars plottable to this group. Alternatively, you can also use \ref QCPBars::setBarsGroup on the \a bars instance. \see
qcustomplot/qcustomplot.cpp:18145
↓ 150 callersMethodcoordToPixel
! Transforms \a value, in coordinates of the axis, to pixel coordinates of the QCustomPlot widget. */
qcustomplot/qcustomplot.cpp:5329
↓ 116 callersMethoddrawLine
! \overload Works around a Qt bug introduced with Qt 4.8 which makes drawing QLineF unpredictable when antialiasing is disabled. Thus when anti
qcustomplot/qcustomplot.cpp:129
↓ 77 callersMethodsetPen
! Sets the pen of the painter and applies certain fixes to it, depending on the mode of this QCPPainter. \note this function hides the non-vi
qcustomplot/qcustomplot.cpp:86
↓ 63 callersMethodisEmpty
! Returns whether this margin group is empty. If this function returns true, no layout elements use this margin group to synchronize margin sides.
qcustomplot/qcustomplot.cpp:1562
↓ 56 callersMethodcontains
! Returns true when \a value lies within or exactly on the borders of the range. */
qcustomplot/qcustomplot.cpp:1441
↓ 54 callersMethodsetBrush
! Sets the brush that will be used to fill scatter points to \a brush. Note that not all scatter shapes have fillable areas. For example, \ref ssP
qcustomplot/qcustomplot.cpp:482
↓ 48 callersMethodpixelPoint
! Returns the final absolute pixel position of the QCPItemAnchor on the QCustomPlot surface. The pixel information is internally retrieved via
qcustomplot/qcustomplot.cpp:7479
↓ 37 callersMethodsetCoords
! Sets the coordinates of this QCPItemPosition. What the coordinates mean, is defined by the type (\ref setType, \ref setTypeX, \ref setTypeY).
qcustomplot/qcustomplot.cpp:7925
↓ 36 callersMethodaxisRect
can't make this a header inline function, because QPointer breaks with forward declared types, see QTBUG-29588 */
qcustomplot/qcustomplot.cpp:7657
↓ 35 callersFunctionaxis
getters:
qcustomplot/qcustomplot.h:2404
↓ 34 callersMethodpixelToCoord
! Transforms \a value, in pixel coordinates of the QCustomPlot widget, to axis coordinates. */
qcustomplot/qcustomplot.cpp:5291
↓ 28 callersMethodclear
! Clears this margin group. The synchronization of the margin sides that use this margin group is lifted and they will use their individual margin
qcustomplot/qcustomplot.cpp:1578
↓ 25 callersFunctionorientation
non-property methods:
qcustomplot/qcustomplot.h:1206
↓ 24 callersFunctionrect
qcustomplot/qcustomplot.h:657
↓ 23 callersMethodcolor
! \internal This method is used to colorize a single data value given in \a position, to colors. The data range that shall be used for mapping
qcustomplot/qcustomplot.cpp:11362
↓ 19 callersMethodinsert
! Inserts the specified \a bars plottable into this group at the specified index position \a i. This gives you full control over the ordering of t
qcustomplot/qcustomplot.cpp:18168
↓ 17 callersMethodcenter
! Returns the center of the range, i.e. (\a upper+\a lower)*0.5 */
qcustomplot/qcustomplot.cpp:1325
↓ 16 callersMethodsetVisible
! Sets whether this layer is visible or not. If \a visible is set to false, all layerables on this layer will be invisible. This function doesn
qcustomplot/qcustomplot.cpp:772
↓ 15 callersFunctionQ_PROPERTY
qcustomplot/qcustomplot.h:416
↓ 15 callersMethodsetColor
! Sets the color of the text. */
qcustomplot/qcustomplot.cpp:22226
↓ 14 callersMethodremove
! Removes and deletes the provided \a element. Returns true on success. If \a element is not in the layout, returns false. This function inte
qcustomplot/qcustomplot.cpp:2217
↓ 14 callersMethodsetRange
! Sets the range of the axis. This slot may be connected with the \ref rangeChanged signal of another axis so this axis is always synchronize
qcustomplot/qcustomplot.cpp:4211
↓ 13 callersMethodsetLayer
! Sets the \a layer of this layerable object. The object will be placed on top of the other objects already on \a layer. Returns true on succ
qcustomplot/qcustomplot.cpp:962
↓ 12 callersMethodsetFont
! Sets the default font of this specific legend item to \a font. \see setTextColor, QCPLegend::setFont */
qcustomplot/qcustomplot.cpp:12660
↓ 12 callersMethodsetPaintColor
设置进度条颜色
maincontent/controlwidget/progresscontrol/progresscontrol.cpp:38
↓ 12 callersMethodsetProgressValue
设置进度条进度
maincontent/controlwidget/progresscontrol/progresscontrol.cpp:25
↓ 11 callersMethodgraph
! Returns the graph with \a index. If the index is invalid, returns 0. There is an overloaded version of this function with no parameter which
qcustomplot/qcustomplot.cpp:9655
↓ 11 callersMethodnormalize
! Makes sure \a lower is numerically smaller than \a upper. If this is not the case, the values are swapped. */
qcustomplot/qcustomplot.cpp:1334
↓ 11 callersMethodsetWidth
! Sets the width of the ending decoration, if the style supports it. On arrows, for example, the width defines the size perpendicular to the arrow
qcustomplot/qcustomplot.cpp:3420
↓ 10 callersFunctionisInvalidData
qcustomplot/qcustomplot.h:172
↓ 10 callersMethodremoveAt
! Removes and deletes the element at the provided \a index. Returns true on success. If \a index is invalid or points to an empty cell, returns fa
qcustomplot/qcustomplot.cpp:2196
↓ 9 callersMethodbegin
! Sets the QPainter::NonCosmeticDefaultPen in Qt versions before Qt5 after beginning painting on \a device. This is necessary to get cosmetic pen
qcustomplot/qcustomplot.cpp:179
↓ 9 callersFunctionforeach
qcustomplot/qcustomplot.cpp:1933
↓ 9 callersMethodsanitizedForLogScale
! Returns a sanitized version of the range. Sanitized means for logarithmic scales, that the range won't span the positive and negative sign domai
qcustomplot/qcustomplot.cpp:1382
↓ 8 callersMethoddrawShape
! Draws the scatter shape with \a painter at position \a pos. This function does not modify the pen or the brush on the painter, as \ref applyT
qcustomplot/qcustomplot.cpp:534
↓ 8 callersFunctionmargins
qcustomplot/qcustomplot.h:659
↓ 8 callersMethodsetAntialiasing
! Sets whether painting uses antialiasing or not. Use this method instead of using setRenderHint with QPainter::Antialiasing directly, as it allow
qcustomplot/qcustomplot.cpp:143
↓ 7 callersMethodapplyTo
! Applies the pen and the brush of this scatter style to \a painter. If this scatter style has an undefined pen (\ref isPenDefined), sets the pen
qcustomplot/qcustomplot.cpp:520
↓ 7 callersMethodaxis
! Returns the axis with the given \a index on the axis rect side specified with \a type. \see axisCount, axes */
qcustomplot/qcustomplot.cpp:11789
↓ 7 callersMethodfill
! Sets all cells to the value \a z. */
qcustomplot/qcustomplot.cpp:19904
↓ 7 callersFunctionkeyAxis
qcustomplot/qcustomplot.h:1417
↓ 7 callersMethodsetMode
! \overload Sets the mode of the painter. This controls whether the painter shall adjust its fixes/workarounds optimized for certain output dev
qcustomplot/qcustomplot.cpp:194
↓ 7 callersMethodsetPixmap
! Sets the pixmap that will be drawn as scatter point to \a pixmap. Note that \ref setSize does not influence the appearance of the pixmap.
qcustomplot/qcustomplot.cpp:494
↓ 6 callersFunctiongetMarginValue
! \internal Returns the value of the specified \a side of \a margins. If \a side is \ref QCP::msNone or \ref QCP::msAll, returns 0. \see s
qcustomplot/qcustomplot.h:213
↓ 6 callersMethodgetPixelWidth
! \internal This function is used to determine the width of the bar at coordinate \a key, according to the specified width (\ref setWidth) and
qcustomplot/qcustomplot.cpp:18922
↓ 6 callersMethodrealVisibility
! Returns whether this layerable is visible, taking the visibility of the layerable parent and the visibility of the layer this layerable is on in
qcustomplot/qcustomplot.cpp:1013
↓ 6 callersMethodsanitizedForLinScale
! Returns a sanitized version of the range. Sanitized means for linear scales, that \a lower will always be numerically smaller (or equal) to \a u
qcustomplot/qcustomplot.cpp:1431
↓ 6 callersMethodsetSliderText
设置进度条文本
maincontent/controlwidget/cylindercontrol/cylindercontrol.cpp:30
↓ 6 callersMethodsetSliderValue
设置进度条值
maincontent/controlwidget/cylindercontrol/cylindercontrol.cpp:24
↓ 6 callersMethodupdate
! Updates the layout element and sub-elements. This function is automatically called before every replot by the parent layout element. It is calle
qcustomplot/qcustomplot.cpp:1924
↓ 6 callersFunctionvalueAxis
qcustomplot/qcustomplot.h:1418
↓ 6 callersFunctionviewport
getters:
qcustomplot/qcustomplot.h:1719
↓ 5 callersMethodexpand
! Expands this range such that \a otherRange is contained in the new range. It is assumed that both this range and \a otherRange are normalized (s
qcustomplot/qcustomplot.cpp:1348
↓ 5 callersMethodminimumSize
flowlayout/flowlayout.cpp:148
↓ 5 callersFunctionname
qcustomplot/qcustomplot.h:381
↓ 5 callersMethodselectedParts
no doc for getter, see setSelectedParts */
qcustomplot/qcustomplot.cpp:12978
↓ 5 callersMethodsetOuterRect
! Sets the outer rect of this layout element. If the layout element is inside a layout, the layout sets the position and size of this layout eleme
qcustomplot/qcustomplot.cpp:1760
↓ 5 callersMethodtake
inherits documentation from base class */
qcustomplot/qcustomplot.cpp:2858
↓ 4 callersMethodbind
maincontent/controlwidget/openglcontrol/objectmodel/objectparent.cpp:21
↓ 4 callersMethodcurrentLayer
! Returns the layer that is set as current layer (see \ref setCurrentLayer). */
qcustomplot/qcustomplot.cpp:10011
↓ 4 callersMethodinitializeParentPlot
! \internal Sets the parent plot of this layerable. Use this function once to set the parent plot if you have passed 0 in the constructor. It c
qcustomplot/qcustomplot.cpp:1077
↓ 4 callersMethodreplot
! Causes a complete replot into the internal buffer. Finally, update() is called, to redraw the buffer on the QCustomPlot widget surface. This is
qcustomplot/qcustomplot.cpp:10360
↓ 4 callersMethodsave
! Saves the painter (see QPainter::save). Since QCPPainter adds some new internal state to QPainter, the save/restore functions are reimplemented
qcustomplot/qcustomplot.cpp:210
↓ 4 callersMethodselectTest
! This function is used to decide whether a click hits a layerable object or not. \a pos is a point in pixel coordinates on the QCustomPlot surfa
qcustomplot/qcustomplot.cpp:1052
↓ 4 callersMethodsetAutoTickStep
! Sets whether the tick step, i.e. the interval between two (major) ticks, is calculated automatically. If \a on is set to true, the axis finds a
qcustomplot/qcustomplot.cpp:4472
↓ 4 callersMethodsetBarsGroup
! Sets to which QCPBarsGroup this QCPBars instance belongs to. Alternatively, you can also use \ref QCPBarsGroup::append. To remove this QCPB
qcustomplot/qcustomplot.cpp:18501
↓ 4 callersMethodsetControlData
设置图表数据
maincontent/controlwidget/plotcontrol/plotcontrol.cpp:74
↓ 4 callersMethodsetStagePercent
设置进度
screen/splashscreen.cpp:113
↓ 4 callersMethodsetStyle
! Sets the style of the ending decoration. */
qcustomplot/qcustomplot.cpp:3409
↓ 4 callersMethodsetSubTickCount
! Sets the number of sub ticks in one (major) tick step. A sub tick count of three for example, divides the tick intervals in four sub intervals.
qcustomplot/qcustomplot.cpp:4878
↓ 4 callersMethodsetTickStep
! If \ref setAutoTickStep is set to false, use this function to set the tick step manually. The tick step is the interval between (major) ticks, i
qcustomplot/qcustomplot.cpp:4776
↓ 4 callersMethodsizeHint
flowlayout/flowlayout.cpp:143
↓ 3 callersFunctionGetCenterPosition
根据控件位置获取控件中心点位置
globaldef.hpp:59
↓ 3 callersMethodaddGraph
! Creates a new graph inside the plot. If \a keyAxis and \a valueAxis are left unspecified (0), the bottom (xAxis) is used as key and the left (yA
qcustomplot/qcustomplot.cpp:9695
↓ 3 callersMethodappendGlTexture
maincontent/controlwidget/openglcontrol/texturelibrary.cpp:49
↓ 3 callersMethodcalculateLineWidth
计算画的线的长度,并使用动画的方式增加
maincontent/controlwidget/slidercontrol/slidercontrol.cpp:140
↓ 3 callersMethodclearTexture
maincontent/controlwidget/openglcontrol/texturelibrary.cpp:32
↓ 3 callersMethodcolorize
! This method is used to quickly convert a \a data array to colors. The colors will be output in the array \a scanLine. Both \a data and \a scanLi
qcustomplot/qcustomplot.cpp:11287
↓ 3 callersMethodcreateGlTexture
maincontent/controlwidget/openglcontrol/texturelibrary.cpp:138
↓ 3 callersMethodelements
! Returns a list of all child elements in this layout element. If \a recursive is true, all sub-child elements are included in the list, too.
qcustomplot/qcustomplot.cpp:1982
↓ 3 callersMethodgetNextWidget
获取双向链表中的下一个控件
maincontent/controlwidget/processcontrol/processcontrol.cpp:51
↓ 3 callersMethodgetRightCenter
获取控件的右侧中心点
maincontent/controlwidget/processcontrol/processcontrol.cpp:69
↓ 3 callersMethodkeyPixelOffset
! \internal Returns the pixel offset in the key dimension the specified \a bars plottable should have at the given key coordinate \a keyCoord.
qcustomplot/qcustomplot.cpp:18233
↓ 3 callersMethodminimumSizeHint
! Returns the minimum size this layout element (the inner \ref rect) may be compressed to. if a minimum size (\ref setMinimumSize) was not set
qcustomplot/qcustomplot.cpp:1958
↓ 3 callersMethodremoveChild
! \internal Removes the \a layerable from the list of this layer. This function does not change the \a mLayer member of \a layerable. (Use Q
qcustomplot/qcustomplot.cpp:808
↓ 3 callersMethodrestore
! Restores the painter (see QPainter::restore). Since QCPPainter adds some new internal state to QPainter, the save/restore functions are reimplem
qcustomplot/qcustomplot.cpp:224
↓ 3 callersFunctionselectedParts
qcustomplot/qcustomplot.h:1132
↓ 3 callersMethodsetData
! Replaces the current data with the provided \a data. If \a copy is set to true, data points in \a data will only be copied. if false, the gra
qcustomplot/qcustomplot.cpp:14511
↓ 3 callersMethodsetLineStyle
! Sets how the single data points are connected in the plot. For scatter-only plots, set \a ls to \ref lsNone and \ref setScatterStyle to the desi
qcustomplot/qcustomplot.cpp:14721
↓ 3 callersFunctionsetMarginValue
! \internal Sets the specified \a side of \a margins to \a value \see getMarginValue */
qcustomplot/qcustomplot.h:193
↓ 3 callersMethodsetParentLayerable
! \internal Sets the parent layerable of this layerable to \a parentLayerable. Note that \a parentLayerable does not become the QObject-parent
qcustomplot/qcustomplot.cpp:1103
↓ 3 callersMethodsetScaleLogBase
! If \ref setScaleType is set to \ref stLogarithmic, \a base will be the logarithm base of the scaling. In logarithmic axis scaling, major tick ma
qcustomplot/qcustomplot.cpp:4192
↓ 3 callersMethodsetScaleType
! Sets whether the axis uses a linear scale or a logarithmic scale. If \a type is set to \ref stLogarithmic, the logarithm base can be set with \r
qcustomplot/qcustomplot.cpp:4173
↓ 3 callersMethodsetSelected
! Sets whether this plottable is selected or not. When selected, it uses a different pen and brush to draw its lines and fills, see \ref setSelect
qcustomplot/qcustomplot.cpp:7015
↓ 3 callersMethodsetText
! Sets the text that will be displayed to \a text. Multiple lines can be created by insertion of "\n". \see setFont, setTextColor */
qcustomplot/qcustomplot.cpp:13548
↓ 3 callersMethodsetTickLabels
! Sets whether tick labels are displayed. Tick labels are the numbers drawn next to tick marks. */
qcustomplot/qcustomplot.cpp:4517
↓ 3 callersMethodsetTicks
! Sets whether tick marks are displayed. Note that setting \a show to false does not imply that tick labels are invisible, too. To achieve that
qcustomplot/qcustomplot.cpp:4505
next →1–100 of 1,059, ranked by callers