MCPcopy Create free account

hub / github.com/ZhuYanzhen1/miniFOC / functions

Functions1,817 in github.com/ZhuYanzhen1/miniFOC

MethodgetRegion
! \internal This function is part of the curve optimization algorithm of \ref getCurveLines. It returns the region of the given point (\a key, \
tools/qcustomplot.cpp:23234
MethodgetScatters
! \internal This method retrieves an optimized set of data points via \ref getOptimizedScatterData and then converts them to pixel coordinates. T
tools/qcustomplot.cpp:21270
MethodgetSectionSizes
! \internal This is a helper function for the implementation of \ref updateLayout in subclasses. It calculates the sizes of one-dimensional
tools/qcustomplot.cpp:3896
MethodgetStackedBaseValue
! \internal This function is called to find at which value to start drawing the base of a bar at \a key, when it is stacked on top of another Q
tools/qcustomplot.cpp:25028
MethodgetSubTickCount
! \internal Takes the \a tickStep, i.e. the distance between two consecutive ticks, and returns an appropriate number of sub ticks for that spe
tools/qcustomplot.cpp:6230
MethodgetSubTickPen
! \internal Returns the pen that is used to draw the subticks. Depending on the selection state, this is either mSelectedSubTickPen or mSubTick
tools/qcustomplot.cpp:9765
MethodgetTangentAngle
! \internal If \ref setTangentToData is enabled, brackets need to be rotated according to the data slope. This method returns the angle in radi
tools/qcustomplot.cpp:17342
MethodgetTextColor
! \internal Returns the text color that shall be used to draw text, taking into account the selection state of this item. */
tools/qcustomplot.cpp:18929
MethodgetTextDrawPoint
! \internal Returns the point that must be given to the QPainter::drawText function (which expects the top left point of the text rect), accord
tools/qcustomplot.cpp:29846
MethodgetTickLabel
! \internal This method returns the tick label string as it should be printed under the \a tick coordinate. If a textual number is returned, it
tools/qcustomplot.cpp:6293
MethodgetTickLabelColor
! \internal Returns the color that is used to draw the tick labels. Depending on the selection state, this is either mSelectedTickLabelColor or
tools/qcustomplot.cpp:9795
MethodgetTickLabelData
! \internal This is a \ref placeTickLabel helper function. Transforms the passed \a text and \a font to a tickLabelData structure that can t
tools/qcustomplot.cpp:5836
MethodgetTickLabelDrawOffset
! \internal This is a \ref placeTickLabel helper function. Calculates the offset at which the top left corner of the specified tick label sh
tools/qcustomplot.cpp:10423
MethodgetTickLabelFont
! \internal Returns the font that is used to draw the tick labels. Depending on the selection state, this is either mSelectedTickLabelFont or m
tools/qcustomplot.cpp:9775
MethodgetTickPen
! \internal Returns the pen that is used to draw the (major) ticks. Depending on the selection state, this is either mSelectedTickPen or mTickP
tools/qcustomplot.cpp:9755
MethodgetTickStep
! \internal Takes the entire currently visible axis range and returns a sensible tick step in order to provide readable tick labels as well as
tools/qcustomplot.cpp:6217
MethodgetTraverse
! \internal This function is part of the curve optimization algorithm of \ref getCurveLines. This method assumes that the \ref mayTraverse t
tools/qcustomplot.cpp:23661
MethodgetTraverseCornerPoints
! \internal This function is part of the curve optimization algorithm of \ref getCurveLines. This method assumes that the \ref getTraverse t
tools/qcustomplot.cpp:23774
MethodgetVisibleDataBounds
! This method outputs the currently visible data range via \a begin and \a end. The returned range will also never exceed \a rangeRestriction.
tools/qcustomplot.cpp:21934
MethodgetWhiskerBackboneLines
! \internal Returns the whisker backbones (keys in x, values in y of the returned lines) that cover the value range from the minimum to the lowe
tools/qcustomplot.cpp:25731
MethodgetWhiskerBarLines
! \internal Returns the whisker bars (keys in x, values in y of the returned lines) that are placed at the end of the whisker backbones, at the
tools/qcustomplot.cpp:25746
Functiongpio_bit_reset
! \brief reset GPIO pin \param[in] gpio_periph: GPIOx(x = A,B,C,D,F) \param[in] pin: GPIO_PIN_x(x=0..15), GPIO_PIN_ALL \pa
program/library/src/gd32f1x0_gpio.c:156
Functiongpio_bit_toggle
! \brief toggle GPIO pin \param[in] gpio_periph: GPIOx(x = A,B,C,D,F) \param[in] pin: GPIO_PIN_x(x=0..15), GPIO_PIN_ALL \p
program/library/src/gd32f1x0_gpio.c:321
Functiongpio_deinit
! \brief reset GPIO port \param[in] gpio_periph: GPIOx(x = A,B,C,D,F) \param[out] none \retval none */
program/library/src/gd32f1x0_gpio.c:23
Functiongpio_input_bit_get
! \brief get GPIO pin input status \param[in] gpio_periph: GPIOx(x = A,B,C,D,F) \param[in] pin: GPIO_PIN_x(x=0..15), GPIO_PIN_A
program/library/src/gd32f1x0_gpio.c:199
Functiongpio_input_port_get
! \brief get GPIO all pins input status \param[in] gpio_periph: GPIOx(x = A,B,C,D,F) \param[out] none \retval input sta
program/library/src/gd32f1x0_gpio.c:214
Functiongpio_output_bit_get
! \brief get GPIO pin output status \param[in] gpio_periph: GPIOx(x = A,B,C,D,F) \param[in] pin: GPIO_PIN_x(x=0..15), GPIO_PIN_
program/library/src/gd32f1x0_gpio.c:226
Functiongpio_output_port_get
! \brief get GPIO all pins output status \param[in] gpio_periph: GPIOx(x = A,B,C,D,F) \param[out] none \retval output s
program/library/src/gd32f1x0_gpio.c:241
Functiongpio_pin_lock
! \brief lock GPIO pin \param[in] gpio_periph: GPIOx(x = A,B) \param[in] pin: GPIO_PIN_x(x=0..15), GPIO_PIN_ALL \param[out
program/library/src/gd32f1x0_gpio.c:300
Functiongpio_port_toggle
! \brief toggle GPIO port \param[in] gpio_periph: GPIOx(x = A,B,C,D,F) \param[out] none \retval none */
program/library/src/gd32f1x0_gpio.c:332
Functiongpio_port_write
! \brief write data to the specified GPIO port \param[in] gpio_periph: GPIOx(x = A,B,C,D,F) \param[in] data: specify the value
program/library/src/gd32f1x0_gpio.c:187
Functiongradient
tools/qcustomplot.h:5365
Functiongraph
tools/qcustomplot.h:6854
MethodgraphCount
! Returns the number of currently existing graphs in the plot \see graph, addGraph */
tools/qcustomplot.cpp:14491
FunctiongraphKey
tools/qcustomplot.h:6855
Methodgraphs
! Returns a list of all the graphs that have this axis as key or value axis. \see plottables, items */
tools/qcustomplot.cpp:9410
Functiongrid
tools/qcustomplot.h:2222
MethodhasAnchor
! Returns whether this item has an anchor with the specified \a name. Note that you can check for positions with this function, too. This is be
tools/qcustomplot.cpp:13072
MethodhasElement
! Returns whether the cell at \a row and \a column exists and contains a valid element, i.e. isn't empty. \see element */
tools/qcustomplot.cpp:4221
MethodhasItem
! Returns whether this QCustomPlot contains the \a item. \see item */
tools/qcustomplot.cpp:14647
Functionhead
tools/qcustomplot.h:6444
Functionheight
tools/qcustomplot.h:4954
Functioni2s_disable
! \brief I2S disable \param[in] spi_periph: SPIx(x=0,2) \param[out] none \retval none */
program/library/src/gd32f1x0_spi.c:236
Functioni2s_enable
! \brief I2S enable \param[in] spi_periph: SPIx(x=0,2) \param[out] none \retval none */
program/library/src/gd32f1x0_spi.c:225
Functioni2s_init
! \brief initialize I2S parameter \param[in] spi_periph: SPIx(only x=0,2) \param[in] mode: I2S operation mode \arg
program/library/src/gd32f1x0_spi.c:201
Functioni2s_psc_config
! \brief configure I2S prescaler \param[in] spi_periph: SPIx(only x=0,2) \param[in] audiosample: I2S audio sample rate \
program/library/src/gd32f1x0_spi.c:141
FunctioniconBorderPen
tools/qcustomplot.h:5144
FunctioniconSize
tools/qcustomplot.h:5142
FunctioniconTextPadding
tools/qcustomplot.h:5143
MethodindexToRowCol
! Converts the linear index to row and column indices and writes the result to \a row and \a column. The way the cells are indexed depends on \
tools/qcustomplot.cpp:4557
FunctioninitMenu
(relPath,searchEnabled,serverSide,searchPage,search)
docs/menu.js:25
Functioninit_search
()
docs/search/search.js:788
MethodinsertColumn
! Inserts a new column with empty cells at the column index \a newIndex. Valid values for \a newIndex range from 0 (inserts a column at the left)
tools/qcustomplot.cpp:4493
MethodinsertRow
! Inserts a new row with empty cells at the row index \a newIndex. Valid values for \a newIndex range from 0 (inserts a row at the top) to \a rowC
tools/qcustomplot.cpp:4466
MethodinsetAlignment
! Returns the alignment of the element with the specified \a index. The alignment only has a meaning, if the inset placement (\ref setInsetPlaceme
tools/qcustomplot.cpp:4916
FunctioninsetLayout
tools/qcustomplot.h:4939
MethodinsetPlacement
! Returns the placement type of the element with the specified \a index. */
tools/qcustomplot.cpp:4901
MethodinsetRect
! Returns the rect of the element with the specified \a index. The rect only has a meaning, if the inset placement (\ref setInsetPlacement) is \re
tools/qcustomplot.cpp:4935
Functioninteractions
tools/qcustomplot.h:3804
Functioninterface1D
actually introduced in QCPLayerable as non-pure, but we want to force reimplementation for plottables
tools/qcustomplot.h:3504
Functioninterpolate
tools/qcustomplot.h:6061
Functioninterpolating
tools/qcustomplot.h:6856
Methodintersection
! Returns the data range which is contained in both this data range and \a other. This method is very similar to \ref bounded, with one distinc
tools/qcustomplot.cpp:2314
Functioninvalidated
tools/qcustomplot.h:547
Functioninverted
tools/qcustomplot.h:1528
MethodisInvalidData
! \internal Returns whether the specified \a value is considered an invalid data value for plottables (i.e. is \e nan or \e +/-inf). This funct
tools/qcustomplot.h:327
FunctionisNone
non-property methods:
tools/qcustomplot.h:2539
FunctionisNull
tools/qcustomplot.h:430
FunctionisPenDefined
tools/qcustomplot.h:2540
FunctionisValid
non-property methods:
tools/qcustomplot.h:934
MethoditemAt
! Returns the item at the pixel position \a pos. Since it can capture all items, the return type is the abstract base class of all items, QCPAbstr
tools/qcustomplot.cpp:14637
MethoditemAt
tools/qcustomplot.h:4091
Methoditems
! Returns a list of all the items that are associated with this axis. An item is considered associated with an axis if at least one of its positio
tools/qcustomplot.cpp:9429
Functionkey
tools/qcustomplot.h:3637
MethodkeyPressEvent
! \internal This method is called by QCustomPlot when a key has been pressed by the user while the selection rect interaction is active. The de
tools/qcustomplot.cpp:2957
FunctionkeyRange
tools/qcustomplot.h:5996
FunctionkeySize
getters:
tools/qcustomplot.h:5994
MethodkeyToDateTime
! A convenience method which turns \a key (in seconds since Epoch 1. Jan 1970, 00:00 UTC) into a QDateTime object. This can be used to turn axis c
tools/qcustomplot.cpp:6780
Functionlabel
tools/qcustomplot.h:2207
FunctionlabelColor
tools/qcustomplot.h:2206
FunctionlabelFont
tools/qcustomplot.h:2205
FunctionlabelPadding
tools/qcustomplot.h:7287
MethodlabelPadding
No documentation as it is a property getter */
tools/qcustomplot.cpp:8328
MethodlayerCount
! Returns the number of currently existing layers in the plot \see layer, addLayer */
tools/qcustomplot.cpp:14743
MethodlayerableAt
! \internal Returns the top-most layerable at pixel position \a pos. If \a onlySelectable is set to true, only those layerables that are selectab
tools/qcustomplot.cpp:16298
MethodlayerableListAt
! \internal Returns the layerables at pixel position \a pos. If \a onlySelectable is set to true, only those layerables that are selectable will
tools/qcustomplot.cpp:16329
Functionlayout
tools/qcustomplot.h:1240
MethodlayoutElementAt
! Returns the layout element at pixel position \a pos. If there is no element at that position, returns \c nullptr. Only visible elements are
tools/qcustomplot.cpp:14961
Functionleft
read-only interface imitating a QRect:
tools/qcustomplot.h:4949
FunctionlengthSquared
tools/qcustomplot.h:425
FunctionlessThanDataRangeBegin
tools/qcustomplot.h:994
FunctionlineStyle
tools/qcustomplot.h:5488
MethodloadPreset
! Clears the current color stops and loads the specified \a preset. A preset consists of predefined color stops and the corresponding color interp
tools/qcustomplot.cpp:16859
FunctionlogBase
getters:
tools/qcustomplot.h:2008
MethodlowerEnding
No documentation as it is a property getter */
tools/qcustomplot.cpp:8340
Functionmain
tools/main.cpp:5
Functionmain
! \brief main function */
program/main.c:139
MethodmainBrush
! \internal Returns the brush that should be used for drawing fills of the item. Returns mBrush when the item is not selected and mSelectedBrush
tools/qcustomplot.cpp:29550
MethodmainColor
! \internal Returns the color that should be used for drawing text. Returns mColor when the item is not selected and mSelectedColor when it is. *
tools/qcustomplot.cpp:29878
MethodmainFont
! \internal Returns the main font to be used. This is mSelectedFont if \ref setSelected is set to <tt>true</tt>, else mFont is returned. */
tools/qcustomplot.cpp:20001
← previousnext →1,001–1,100 of 1,817, ranked by callers