Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bxparks/AceButton
/ functions
Functions
266 in github.com/bxparks/AceButton
⨍
Functions
266
◇
Types & classes
24
↓ 1 callers
Function
de
(t)
docs/html/jquery.js:2
↓ 1 callers
Function
dt
(o,e,t)
docs/html/jquery.js:2
↓ 1 callers
Method
getClickDelay
Milliseconds to wait for a possible click. */
src/ace_button/ButtonConfig.h:225
↓ 1 callers
Method
getClock
* Return the milliseconds of the internal clock. Override to use something * other than millis(). The return type is 'unsigned long' instead of
src/ace_button/ButtonConfig.h:307
↓ 1 callers
Method
getDebounceDelay
Milliseconds to wait for debouncing. */
src/ace_button/ButtonConfig.h:222
↓ 1 callers
Method
getHeartBeatInterval
Milliseconds between two successive HeartBeat events. */
src/ace_button/ButtonConfig.h:256
↓ 1 callers
Function
getHtmlPlacement
(element,placement)
docs/html/jquery.js:23
↓ 1 callers
Method
getLongPressDelay
Milliseconds for a long press event. */
src/ace_button/ButtonConfig.h:236
↓ 1 callers
Method
getRepeatPressDelay
* Milliseconds that a button needs to be Pressed down before the start of * the sequence of RepeatPressed events. The first event will fire as so
src/ace_button/ButtonConfig.h:246
↓ 1 callers
Method
getRepeatPressInterval
Milliseconds between two successive RepeatPressed events. */
src/ace_button/ButtonConfig.h:251
↓ 1 callers
Function
getSvgPlacement
(element,placement)
docs/html/jquery.js:23
↓ 1 callers
Function
getTooltipContent
(element)
docs/html/jquery.js:23
↓ 1 callers
Function
getViewportDimensions
()
docs/html/jquery.js:23
↓ 1 callers
Method
handleEvent
src/ace_button/AceButton.cpp:439
↓ 1 callers
Function
he
(n)
docs/html/jquery.js:2
↓ 1 callers
Function
initTracking
()
docs/html/jquery.js:23
↓ 1 callers
Function
isSvgElement
(element)
docs/html/jquery.js:23
↓ 1 callers
Function
lt
()
docs/html/jquery.js:2
↓ 1 callers
Function
makeTree
(data,relPath)
docs/html/menu.js:26
↓ 1 callers
Function
openTooltip
(immediate,forceOpen)
docs/html/jquery.js:23
↓ 1 callers
Function
positionTipOnCursor
()
docs/html/jquery.js:23
↓ 1 callers
Function
positionTipOnElement
(element)
docs/html/jquery.js:23
↓ 1 callers
Function
pt
(e,t,n)
docs/html/jquery.js:2
↓ 1 callers
Function
qt
(n,e,r,i)
docs/html/jquery.js:2
↓ 1 callers
Function
r
()
docs/html/jquery.js:8
↓ 1 callers
Function
showTip
(element)
docs/html/jquery.js:23
↓ 1 callers
Function
trackMouse
(event)
docs/html/jquery.js:23
Method
AceButton
* Constructor defines parameters of the button that changes from button to * button. These parameters don't change during the runtime of the prog
src/ace_button/AceButton.h:158
Function
B
()
docs/html/jquery.js:2
Method
ButtonConfig
Constructor. */
src/ace_button/ButtonConfig.h:186
Function
CSSCoordinates
()
docs/html/jquery.js:23
Function
Ct
(e)
docs/html/jquery.js:2
Function
D
(e,t)
docs/html/jquery.js:2
Function
DisplayController
(element,options,tipController)
docs/html/jquery.js:23
Method
Encoded4To2ButtonConfig
* @param pin0 the pin number representing bit0 of the binary encoder * @param pin1 the pin number representing bit1 of the binary encoder *
src/ace_button/Encoded4To2ButtonConfig.h:60
Method
Encoded8To3ButtonConfig
* @param pin0 the pin number representing bit0 of the binary encoder * @param pin1 the pin number representing bit1 of the binary encoder *
src/ace_button/Encoded8To3ButtonConfig.h:67
Method
EncodedButtonConfig
Disable copy-constructor and assignment operator
src/ace_button/EncodedButtonConfig.h:129
Method
EncodedButtonConfig
src/ace_button/EncodedButtonConfig.cpp:30
Method
EventRecord
src/ace_button/testing/EventTracker.h:38
Method
EventTracker
src/ace_button/testing/EventTracker.h:79
Method
HelperForButtonConfig
src/ace_button/testing/HelperForButtonConfig.h:42
Method
HelperForEncodedButtonConfig
src/ace_button/testing/HelperForEncodedButtonConfig.h:42
Method
HelperForLadderButtonConfig
src/ace_button/testing/HelperForLadderButtonConfig.h:42
Function
I
(e)
docs/html/jquery.js:2
Method
LadderButtonConfig
Disable copy-constructor and assignment operator
src/ace_button/LadderButtonConfig.h:111
Method
LadderButtonConfig
src/ace_button/LadderButtonConfig.cpp:30
Function
M
(e)
docs/html/jquery.js:2
Function
Ne
(e,t)
docs/html/jquery.js:2
Function
Pe
(e)
docs/html/jquery.js:2
Function
PlacementCalculator
()
docs/html/jquery.js:23
Method
ProfilingButtonConfig
examples/AutoBenchmark/ProfilingButtonConfig.h:16
Function
Re
(e)
docs/html/jquery.js:2
Function
Se
()
docs/html/jquery.js:2
Function
SearchBox
(name, resultsPath, inFrame, label, extension)
docs/html/search/search.js:83
Function
SearchResults
(name)
docs/html/search/search.js:429
Method
TestableButtonConfig
src/ace_button/testing/TestableButtonConfig.h:40
Method
TestableEncodedButtonConfig
src/ace_button/testing/TestableEncodedButtonConfig.h:40
Method
TestableLadderButtonConfig
src/ace_button/testing/TestableLadderButtonConfig.h:40
Function
TooltipController
(options)
docs/html/jquery.js:23
Function
X
(e,t)
docs/html/jquery.js:2
Function
Y
()
docs/html/jquery.js:2
Method
addEvent
Add event to a buffer of records, stopping when the buffer fills up. */
src/ace_button/testing/EventTracker.h:83
Function
beginShowTip
(element)
docs/html/jquery.js:23
Method
checkButtons
src/ace_button/EncodedButtonConfig.cpp:49
Method
checkChanged
src/ace_button/AceButton.cpp:263
Method
checkClicked
src/ace_button/AceButton.cpp:329
Method
checkDebounced
src/ace_button/AceButton.cpp:171
Method
checkDoubleClicked
src/ace_button/AceButton.cpp:368
Method
checkEvent
src/ace_button/AceButton.cpp:142
Method
checkHeartBeat
src/ace_button/AceButton.cpp:419
Method
checkInitialized
src/ace_button/AceButton.cpp:209
Method
checkLongPress
src/ace_button/AceButton.cpp:224
Method
checkOrphanedClick
src/ace_button/AceButton.cpp:393
Method
checkPostponedClick
src/ace_button/AceButton.cpp:410
Method
checkPressed
src/ace_button/AceButton.cpp:269
Method
checkReleased
src/ace_button/AceButton.cpp:280
Method
checkRepeatPress
src/ace_button/AceButton.cpp:238
Method
checkTime
* Simply move the time forward and check the button. No changes to button. */
src/ace_button/testing/HelperForButtonConfig.h:87
Method
checkTime
* Simply move the time forward and check the button. */
src/ace_button/testing/HelperForLadderButtonConfig.h:79
Method
checkTime
* Simply move the time forward and check the button. */
src/ace_button/testing/HelperForEncodedButtonConfig.h:79
Method
clearFeature
Disable the given features. */
src/ace_button/ButtonConfig.h:335
Method
clearFlag
src/ace_button/AceButton.h:387
Function
closeDesyncedTip
()
docs/html/jquery.js:23
Function
closeTooltip
(disableDelay)
docs/html/jquery.js:23
Function
computePlacementCoords
(element,placement,tipWidth,tipHeight,offset)
docs/html/jquery.js:23
Function
createResults
()
docs/html/search/search.js:747
Method
eventName
src/ace_button/AceButton.cpp:79
Method
extractIndex
src/ace_button/LadderButtonConfig.cpp:79
Method
getButtonConfig
Get the ButtonConfig associated with this Button. */
src/ace_button/AceButton.h:221
Method
getButtonState
src/ace_button/testing/EventTracker.h:56
Method
getClock
src/ace_button/testing/TestableLadderButtonConfig.h:63
Method
getClock
src/ace_button/testing/TestableButtonConfig.h:56
Method
getClock
src/ace_button/testing/TestableEncodedButtonConfig.h:60
Method
getDefaultReleasedState
src/ace_button/AceButton.cpp:110
Method
getEventHandler
* Return the eventHandler function pointer. This is meant to be an * internal method. * * Deprecated as of v1.6 because the event handl
src/ace_button/ButtonConfig.h:362
Method
getEventType
src/ace_button/testing/EventTracker.h:52
Method
getId
Get the custom identifier of the button. */
src/ace_button/AceButton.h:272
Method
getLastButtonState
* Return the button state that was last valid. This is a tri-state * function. It may return HIGH, LOW or kButtonStateUnknown to indicate that
src/ace_button/AceButton.h:290
Method
getNoButtonPin
The virtual button pin number corresponding to "no button" pressed. */
src/ace_button/EncodedButtonConfig.h:115
Method
getNumEvents
src/ace_button/testing/EventTracker.h:92
← previous
next →
101–200 of 266, ranked by callers