MCPcopy Create free account

hub / github.com/MajicDesigns/MD_Parola / functions

Functions315 in github.com/MajicDesigns/MD_Parola

↓ 2 callersFunctionk
(a)
docs/jquery.js:138
↓ 2 callersFunctionpe
(e,t)
docs/jquery.js:9
↓ 2 callersFunctionplaceTooltip
(element,placement)
docs/jquery.js:162
↓ 2 callersFunctionreadSetting
(cookie)
docs/resize.js:31
↓ 2 callersFunctionresizeHeight
()
docs/resize.js:87
↓ 2 callersFunctionresizeHeight
()
docs/navtree.js:582
↓ 2 callersFunctionresizeWidth
()
docs/resize.js:66
↓ 2 callersFunctionrestoreWidth
(navWidth)
docs/resize.js:77
↓ 2 callersFunctionselectAndHighlight
(hash,n)
docs/navtree.js:304
↓ 2 callersMethodsetCharSpacing
* Set the zone inter-character spacing in columns. * * Set the number of blank columns between characters when they are displayed. * * \pa
src/MD_Parola.h:846
↓ 2 callersMethodsetFont
* Set the display font for all zones. * * Set the display font to a user defined font table. This can be created using the * MD_MAX72xx font
src/MD_Parola.h:2045
↓ 2 callersMethodsetIntensity
* Set the zone brightness. * * Set the intensity (brightness) of the display. * * \param intensity the intensity to set the display (0-15)
src/MD_Parola.h:855
↓ 2 callersMethodsetInvert
* Invert the zone display. * * Set the display to inverted (ON LED turns OFF and vice versa). * * \param invert true for inverted display
src/MD_Parola.h:864
↓ 2 callersFunctionsetKeyActions
(elem,action)
docs/search/search.js:599
↓ 2 callersMethodsetPause
* Set the pause between ENTER and EXIT animations for this zone. * * Between each entry and exit, the library will pause by the number of millis
src/MD_Parola.h:875
↓ 2 callersMethodsetSpeed
* Set the zone animation frame speed. * * The speed of the display is the 'tick' time between animation frames. The lower this time * the fas
src/MD_Parola.h:899
↓ 2 callersMethodsetSpeedInOut
* Set separate IN and OUT zone animation frame speed. * * The speed of the display is the 'tick' time between animation frames. The lower this t
src/MD_Parola.h:912
↓ 2 callersMethodsetTextAlignment
* Set the text alignment within the zone. * * Text alignment is specified as one of the values in textPosition_t. * * \param ta the requi
src/MD_Parola.h:953
↓ 2 callersMethodsetTextEffect
* Set the entry and exit text effects for the zone. * * See the comments for the namesake method in MD_Parola. * * \param effectIn the en
src/MD_Parola.h:973
↓ 2 callersMethodsetZoneFont
* Set the display font. * * See comments for the namesake Parola method. * * \param fontDef Pointer to the font definition to be used.
src/MD_Parola.h:1040
↓ 2 callersFunctionshowHideNavBar
()
docs/navtree.js:508
↓ 2 callersFunctionshowRoot
()
docs/navtree.js:256
↓ 2 callersFunctionshowSyncOff
(n,relpath)
docs/navtree.js:422
↓ 2 callersFunctionshowSyncOn
(n,relpath)
docs/navtree.js:426
↓ 2 callersFunctionstripPath2
(uri)
docs/navtree.js:60
↓ 2 callersFunctionu
()
docs/jquery.js:60
↓ 2 callersFunctionupdateWidths
(sidenavWidth,pagenavWidth,dragLeft)
docs/navtree.js:546
↓ 2 callersFunctionwriteSetting
(cookie, val)
docs/resize.js:54
↓ 2 callersMethodzoneClear
* Clear the zone. * * See comments for the MD_Parola namesake method. * */
src/MD_Parola.h:685
↓ 2 callersMethodzoneReset
* Reset the current zone animation to restart. * * See comments for the MD_Parola namesake method. * */
src/MD_Parola.h:693
↓ 1 callersFunctionAt
(n,e,r,i)
docs/jquery.js:74
↓ 1 callersFunctionCe
(d,h,g,v,y,e)
docs/jquery.js:21
↓ 1 callersFunctionYe
(e,t,n)
docs/jquery.js:55
↓ 1 callersFunctioncheckForIntent
()
docs/jquery.js:153
↓ 1 callersFunctionconvertToId
(search)
docs/search/search.js:353
↓ 1 callersFunctioncountFlags
(value)
docs/jquery.js:166
↓ 1 callersFunctioncreateIndent
(o,domNode,node)
docs/navtree.js:103
↓ 1 callersFunctioncreateResults
(resultsPath)
docs/search/search.js:597
↓ 1 callersFunctionde
(t)
docs/jquery.js:9
↓ 1 callersFunctiondeleteLink
()
docs/navtree.js:85
↓ 1 callersMethodgetCharSpacing
* Get the zone inter-character spacing in columns. * * \return the current setting for the space between characters in columns. */
src/MD_Parola.h:734
↓ 1 callersFunctiongetHtmlPlacement
(element,placement)
docs/jquery.js:156
↓ 1 callersMethodgetIntensity
* Get the zone brightness. * * Get the intensity (brightness) of the display. * * \return The intensity setting. */
src/MD_Parola.h:743
↓ 1 callersMethodgetInvert
* Get the zone current invert state. * * See the setInvert() method. * * \return the inverted boolean value. */
src/MD_Parola.h:752
↓ 1 callersMethodgetPause
* Get the zone pause time. * * See the setPause() method. * * \return the pause value in milliseconds. */
src/MD_Parola.h:761
↓ 1 callersFunctiongetScrollBarWidth
()
docs/navtree.js:33
↓ 1 callersMethodgetScrollSpacing
* Get the horizontal Scroll spacing. * * See the setScrollSpacing() method * * \return the space between message in columns.
src/MD_Parola.h:770
↓ 1 callersMethodgetSpeed
* Get the zone animation speed. * * See the setSpeed() method. * This should be replaced with either getSpeedIn() or getSpeedOut() * unles
src/MD_Parola.h:781
↓ 1 callersMethodgetSpeedIn
* Get the zone animation IN speed. * * See the setSpeed() method. * * \return the speed value. */
src/MD_Parola.h:790
↓ 1 callersMethodgetSpeedOut
* Get the zone animation OUT speed. * * See the setSpeed() method. * * \return the speed value. */
src/MD_Parola.h:799
↓ 1 callersMethodgetStatus
* Get the completion status. * * Return the current completion status for the zone animation. * * See comments for the MD_Parola getZoneSt
src/MD_Parola.h:657
↓ 1 callersFunctiongetSvgPlacement
(element,placement)
docs/jquery.js:157
↓ 1 callersMethodgetSynchTime
* Get the zone animation start time. * * See the setSynchTime() method * * \return the internal time reference. */
src/MD_Parola.h:808
↓ 1 callersMethodgetTextAlignment
* Get the current text alignment specification. * * \return the current text alignment setting */
src/MD_Parola.h:815
↓ 1 callersMethodgetTextExtent
* Get the start and end column numbers for the text displayed. * * Returns the start and end column numbers for the text displayed in the zone.
src/MD_Parola.h:1069
↓ 1 callersMethodgetTextWidth
src/MD_PZone.cpp:135
↓ 1 callersFunctiongetTooltipContent
(element)
docs/jquery.js:165
↓ 1 callersFunctiongetViewportDimensions
()
docs/jquery.js:164
↓ 1 callersMethodgetZone
* Get the start and end parameters for a zone. * * See comments for the MD_Parola namesake method. * * \param zStart value for the start
src/MD_Parola.h:667
↓ 1 callersMethodgetZoneExtent
-------------------------------------------------------------- \name Support methods for graphics. * @{ */ * Get the start and end column numbers
src/MD_Parola.h:1058
↓ 1 callersMethodgetZoneFont
* Get the display font. * * Return the current font table pointer for this zone. * * \return Pointer to the font definition used. */
src/MD_Parola.h:1031
↓ 1 callersFunctionhandleResults
()
docs/search/search.js:286
↓ 1 callersFunctionhe
(n)
docs/jquery.js:9
↓ 1 callersFunctionhighlightAnchor
()
docs/navtree.js:298
↓ 1 callersFunctionhtmlToNode
(html)
docs/navtree.js:174
↓ 1 callersFunctioninitPageToc
()
docs/navtree.js:676
↓ 1 callersFunctioninitResizable
()
docs/resize.js:26
↓ 1 callersFunctioninitResizable
()
docs/navtree.js:502
↓ 1 callersFunctioninitResizableIfExists
()
docs/menu.js:90
↓ 1 callersFunctioninitTracking
()
docs/jquery.js:164
↓ 1 callersMethodisAnimationAdvanced
* Check if animation frame has advanced. * * Check if the last call to zoneAnimate() resulted in the animation frame advancing by * one or more
src/MD_Parola.h:677
↓ 1 callersFunctionisSvgElement
(element)
docs/jquery.js:163
↓ 1 callersFunctionloadJS
(url, impl, loc)
docs/search/search.js:272
↓ 1 callersFunctionlt
(o,e,t)
docs/jquery.js:60
↓ 1 callersFunctionmakeTree
(data,relPath)
docs/menu.js:26
↓ 1 callersFunctionnewNode
(o, po, text, link, childrenData, lastNode)
docs/navtree.js:184
↓ 1 callersFunctionopenTooltip
(immediate,forceOpen)
docs/jquery.js:152
↓ 1 callersFunctionot
()
docs/jquery.js:60
↓ 1 callersFunctionpositionTipOnCursor
()
docs/jquery.js:161
↓ 1 callersFunctionpositionTipOnElement
(element)
docs/jquery.js:161
↓ 1 callersFunctionrender
(nodes, level=0)
docs/navtree.js:813
↓ 1 callersFunctionresetState
()
docs/menu.js:106
↓ 1 callersFunctionrestoreWidth
(sidenavWidth,pagenavWidth)
docs/navtree.js:577
↓ 1 callersMethodsetScrollSpacing
* Set the horizontal scrolling distance between messages. * * When scrolling horizontally, the distance between the end of one message and the
src/MD_Parola.h:887
↓ 1 callersMethodsetSynchTime
* Set the zone animation start time. * * Each zone animation has an associated start time. The start time * defaults to the time when the zone i
src/MD_Parola.h:944
↓ 1 callersMethodsetTextBuffer
* Set the pointer to the text buffer for this zone. * * Sets the text buffer to be a pointer to user data. * See the comments for the namesak
src/MD_Parola.h:963
↓ 1 callersFunctionshowNode
(o, node, index, hash)
docs/navtree.js:325
↓ 1 callersFunctionshowTip
(element)
docs/jquery.js:158
↓ 1 callersFunctiontrackMouse
(event)
docs/jquery.js:164
↓ 1 callersFunctionut
(e,t,n)
docs/jquery.js:60
↓ 1 callersMethodzoneAnimate
src/MD_PZone.cpp:484
↓ 1 callersMethodzoneShutdown
* Shutdown or resume zone hardware. * * See comments for the MD_Parola namesake method. * * \param b boolean value to shutdown (true) or resu
src/MD_Parola.h:702
↓ 1 callersMethodzoneSuspend
* Suspend or resume zone updates. * * See comments for the MD_Parola namesake method. * * \param b boolean value to suspend (true) or resu
src/MD_Parola.h:711
FunctionB
()
docs/jquery.js:33
FunctionCSSCoordinates
()
docs/jquery.js:152
FunctionDe
(e)
docs/jquery.js:48
FunctionDisplayController
(element,options,tipController)
docs/jquery.js:152
FunctionG
()
docs/jquery.js:34
FunctionKe
(e,t,n,r,i)
docs/jquery.js:56
FunctionM
(e)
docs/jquery.js:29
← previousnext →101–200 of 315, ranked by callers