MCPcopy Create free account

hub / github.com/bxparks/AceButton / functions

Functions266 in github.com/bxparks/AceButton

MethodgetPin
src/ace_button/testing/EventTracker.h:48
MethodgetSystemButtonConfig
* Return a pointer to the singleton instance of the ButtonConfig * which is attached to all AceButton instances by default. */
src/ace_button/ButtonConfig.h:408
MethodgetVirtualPin
src/ace_button/EncodedButtonConfig.cpp:64
MethodgetVirtualPin
src/ace_button/LadderButtonConfig.cpp:74
MethodgetVirtualPin
src/ace_button/testing/TestableLadderButtonConfig.h:65
MethodgetVirtualPin
src/ace_button/testing/TestableEncodedButtonConfig.h:62
Functionie
(e,t)
docs/html/jquery.js:2
Methodinit
* Initialize to its pristine state. This method is needed because AUnit * does not create a new instance of the Test class for each test case, so
src/ace_button/testing/TestableLadderButtonConfig.h:57
Methodinit
* Initialize to its pristine state. This method is needed because AUnit * does not create a new instance of the Test class for each test case, so
src/ace_button/testing/TestableButtonConfig.h:50
Methodinit
Reinitilize to its pristine state. */
src/ace_button/testing/HelperForButtonConfig.h:51
Methodinit
Reinitilize to its pristine state. */
src/ace_button/testing/HelperForLadderButtonConfig.h:49
Methodinit
* Initialize to its pristine state. This method is needed because AUnit * does not create a new instance of the Test class for each test case, so
src/ace_button/testing/TestableEncodedButtonConfig.h:54
Methodinit
Reinitilize to its pristine state. */
src/ace_button/testing/HelperForEncodedButtonConfig.h:49
FunctioninitMenu
(relPath,searchEnabled,serverSide,searchPage,search)
docs/html/menu.js:25
Functioninit_search
()
docs/html/search/search.js:802
MethodisFlag
src/ace_button/AceButton.h:379
MethodisPressedRaw
* Read the button state directly using ButtonConfig and return true if the * button is in the Pressed state. This method is intended to be used i
src/ace_button/AceButton.h:335
MethodisReleased
* Returns true if the given buttonState represents a 'Released' state for * the button. Returns false if the buttonState is 'Pressed' or * k
src/ace_button/AceButton.h:324
Functionke
()
docs/html/jquery.js:2
Functionme
()
docs/html/jquery.js:2
Functionne
(e,t,n)
docs/html/jquery.js:2
Functionnt
(e,t,n,r,i)
docs/html/jquery.js:2
MethodpressButton
* Simulate a press of the button and run the button.check() processing. The * defaultReleasedState is determined by whether the button has a pull
src/ace_button/testing/HelperForButtonConfig.h:65
MethodpressButton
* Simulate a press of the button and run the button.check() processing. The * defaultReleasedState is determined by whether the button has a pull
src/ace_button/testing/HelperForLadderButtonConfig.h:59
MethodpressButton
* Simulate a press of the button and run the button.check() processing. The * defaultReleasedState is determined by whether the button has a pull
src/ace_button/testing/HelperForEncodedButtonConfig.h:59
MethodprintTo
src/ace_button/testing/EventTracker.cpp:7
MethodreadButton
* Return state of the encoded 'pin' number, corresponding to the pull-down * states of the actual pins. LOW means that the corresponding encoded
src/ace_button/Encoded4To2ButtonConfig.h:71
MethodreadButton
* Return the HIGH or LOW state of the button. Override to use something * other than digitalRead(). The return type is 'int' instead of uint16_t
src/ace_button/ButtonConfig.h:317
MethodreadButton
* Return state of the encoded 'pin' number, corresponding to the pull-down * states of the actual pins. LOW means that the corresponding encoded
src/ace_button/Encoded8To3ButtonConfig.h:79
MethodreadButton
src/ace_button/EncodedButtonConfig.cpp:44
MethodreadButton
src/ace_button/fast/ButtonConfigFast1.h:43
MethodreadButton
src/ace_button/fast/ButtonConfigFast3.h:45
MethodreadButton
src/ace_button/fast/ButtonConfigFast2.h:44
MethodreadButton
src/ace_button/testing/TestableButtonConfig.h:58
MethodreadButton
examples/AutoBenchmark/ProfilingButtonConfig.h:19
MethodreleaseButton
* Simulate a release of the button and run the button.check() processing. */
src/ace_button/testing/HelperForButtonConfig.h:76
MethodreleaseButton
* Simulate a release of the button and run the button.check() processing. */
src/ace_button/testing/HelperForLadderButtonConfig.h:69
MethodreleaseButton
* Simulate a release of the button and run the button.check() processing. */
src/ace_button/testing/HelperForEncodedButtonConfig.h:69
FunctionrepositionTooltip
()
docs/html/jquery.js:23
MethodresetFeatures
* Disable all (externally visible) features. Useful when the ButtonConfig * is reused in different configurations. Also useful for testing. Inter
src/ace_button/ButtonConfig.h:344
MethodsetButtonState
Set the state of the fake physical button. */
examples/AutoBenchmark/ProfilingButtonConfig.h:22
MethodsetClickDelay
Set the clickDelay milliseconds */
src/ace_button/ButtonConfig.h:266
MethodsetClock
Set the time of the fake clock. */
src/ace_button/testing/TestableLadderButtonConfig.h:68
MethodsetClock
Set the time of the fake clock. */
src/ace_button/testing/TestableEncodedButtonConfig.h:65
MethodsetDebounceDelay
Set the debounceDelay milliseconds */
src/ace_button/ButtonConfig.h:261
MethodsetDefaultReleasedState
src/ace_button/AceButton.cpp:102
MethodsetDoubleClickDelay
Set the doubleClickDelay milliseconds */
src/ace_button/ButtonConfig.h:271
MethodsetEventHandler
* Convenience method to set the event handler. Event handlers are stored in * the ButtonConfig object, not in the AceButton object, to save
src/ace_button/AceButton.h:264
MethodsetEventHandler
* Install the EventHandler function pointer. The event handler must be * defined for the AceButton to be useful. */
src/ace_button/ButtonConfig.h:390
MethodsetFeature
Enable the given features. */
src/ace_button/ButtonConfig.h:330
MethodsetFlag
src/ace_button/AceButton.h:383
MethodsetHeartBeatInterval
Set the heartBeatInterval milliseconds */
src/ace_button/ButtonConfig.h:291
MethodsetIEventHandler
* Install the IEventHandler object pointer. The event handler must be * defined for the AceButton to be useful. */
src/ace_button/ButtonConfig.h:399
MethodsetId
Set the identifier of the button. */
src/ace_button/AceButton.h:363
MethodsetLongPressDelay
Set the longPressDelay milliseconds */
src/ace_button/ButtonConfig.h:276
MethodsetPin
Set the pin number of the button. */
src/ace_button/AceButton.h:351
MethodsetRepeatPressDelay
Set the repeatPressDelay milliseconds */
src/ace_button/ButtonConfig.h:281
MethodsetRepeatPressInterval
Set the repeatPressInterval milliseconds */
src/ace_button/ButtonConfig.h:286
MethodsetVirtualPin
Set the virtual pin number. 0 means "no button pressed". */
src/ace_button/testing/TestableEncodedButtonConfig.h:68
FunctiontoggleFolder
(id)
docs/html/dynsections.js:73
FunctiontoggleInherit
(id)
docs/html/dynsections.js:108
FunctiontoggleLevel
(level)
docs/html/dynsections.js:52
FunctiontoggleVisibility
(linkObj)
docs/html/dynsections.js:25
FunctiontrackResize
()
docs/html/jquery.js:23
FunctiontrackScroll
()
docs/html/jquery.js:23
Method~ButtonConfig
* If the ButtonConfig is created and deleted on the heap, a virtual * destructor is technically required by the C++ language to prevent
src/ace_button/ButtonConfig.h:218
← previous201–266 of 266, ranked by callers