Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDAB/KDBindings
/ functions
Functions
307 in github.com/KDAB/KDBindings
⨍
Functions
307
◇
Types & classes
145
Function
main
examples/08-managing-connections/main.cpp:25
Function
main
examples/07-advanced-connections/main.cpp:41
Function
main
examples/03-member-arguments/main.cpp:38
Function
main
examples/05-property-bindings/main.cpp:29
Method
markDirty
src/kdbindings/binding.h:225
Method
newlineIfNecessary
tests/doctest/doctest.h:5402
Method
onInvocationAdded
* @brief Called when a new slot invocation is added. * * This function can be overwritten by subclasses to get notified whenever a new invoc
src/kdbindings/connection_evaluator.h:108
Method
onInvocationAdded
tests/signal/tst_signal.cpp:555
Function
operator!
tests/doctest/doctest.h:1295
Function
operator!=
tests/doctest/doctest.h:1266
Method
operator()
* This implementation of operator()() is only enabled if std::equal_to can be * used to compare values of type T. * In this case, std::equal
src/kdbindings/property.h:86
Method
operator()
src/kdbindings/node_functions.h:80
Method
operator()
tests/doctest/doctest.h:1668
Method
operator()
tests/doctest/doctest.h:1671
Method
operator()
tests/doctest/doctest.h:3967
Method
operator()
tests/binding/tst_binding.cpp:562
Method
operator()
tests/binding/tst_binding.cpp:572
Method
operator()
tests/property/tst_property.cpp:178
Method
operator->
* Convenience access to the underlying ConnectionHandle using the `->` operator. */
src/kdbindings/connection_handle.h:301
Method
operator<
tests/doctest/doctest.h:3907
Function
operator<=
tests/doctest/doctest.h:1268
Function
operator==
tests/doctest/doctest.h:1264
Method
operator==
Define an operator== function to compare ConnectionHandle objects.
src/kdbindings/connection_handle.h:164
Method
operator==
src/kdbindings/genindex_array.h:40
Method
operator==
tests/doctest/doctest.h:3898
Method
operator==
tests/property/tst_property.cpp:38
Function
operator>
tests/doctest/doctest.h:1274
Function
operator>=
tests/doctest/doctest.h:1270
Method
overflow
tests/doctest/doctest.h:6782
Method
parentVariable
A constant can never be dirty, so it doesn't need to know its parent, as it doesn't have to notify it.
src/kdbindings/node.h:144
Method
parentVariable
src/kdbindings/node.h:204
Method
parentVariable
src/kdbindings/node.h:272
Method
parentVariable
src/kdbindings/binding.h:97
Method
parseArgs
parses args
tests/doctest/doctest.h:6610
Function
parseIntOption
parses an int/bool option from the command line
tests/doctest/doctest.h:6555
Method
printHelp
tests/doctest/doctest.h:6076
Method
printIntro
tests/doctest/doctest.h:6068
Method
printRegisteredReporters
tests/doctest/doctest.h:6193
Method
printVersion
tests/doctest/doctest.h:6062
Method
receive
examples/07-advanced-connections/main.cpp:35
Method
reevaluate
src/kdbindings/node.h:282
Method
reevaluate_helper
src/kdbindings/node.h:277
Method
report_query
tests/doctest/doctest.h:5479
Method
report_query
tests/doctest/doctest.h:5808
Method
report_query
tests/doctest/doctest.h:6211
Function
scale
tests/doctest/doctest.h:1239
Method
separator_to_stream
tests/doctest/doctest.h:5982
Method
set
Sets the value at a specific index inside the array
src/kdbindings/genindex_array.h:118
Method
setAsDefaultForAssertsOutOfTestCases
tests/doctest/doctest.h:6764
Method
setAssertHandler
tests/doctest/doctest.h:6766
Method
setCout
tests/doctest/doctest.h:6768
Method
setHelper
src/kdbindings/property.h:362
Method
setOption
allows the user to override procedurally the bool options from the command line
tests/doctest/doctest.h:6745
Method
setParent
src/kdbindings/node.h:46
Method
setParents
src/kdbindings/node.h:245
Method
setProperty
src/kdbindings/node.h:208
Method
setUpdateFunction
tests/property/tst_property.cpp:214
Method
shouldExit
users should query this in their main() and exit the program if true
tests/doctest/doctest.h:6762
Method
subcase_end
tests/doctest/doctest.h:5595
Method
subcase_end
tests/doctest/doctest.h:5892
Method
subcase_end
tests/doctest/doctest.h:6371
Method
subcase_start
tests/doctest/doctest.h:5587
Method
subcase_start
tests/doctest/doctest.h:5888
Method
subcase_start
tests/doctest/doctest.h:6365
Method
successOrFailColoredStringToStream
tests/doctest/doctest.h:6000
Method
test_case_end
tests/doctest/doctest.h:5564
Method
test_case_end
tests/doctest/doctest.h:5877
Method
test_case_end
tests/doctest/doctest.h:6303
Method
test_case_exception
tests/doctest/doctest.h:5579
Method
test_case_exception
tests/doctest/doctest.h:5883
Method
test_case_exception
tests/doctest/doctest.h:6340
Method
test_case_reenter
tests/doctest/doctest.h:5562
Method
test_case_reenter
tests/doctest/doctest.h:5868
Method
test_case_reenter
tests/doctest/doctest.h:6299
Method
test_case_skipped
tests/doctest/doctest.h:5641
Method
test_case_skipped
tests/doctest/doctest.h:5926
Method
test_case_skipped
tests/doctest/doctest.h:6408
Method
test_case_start
tests/doctest/doctest.h:5557
Method
test_case_start
tests/doctest/doctest.h:5863
Method
test_case_start
tests/doctest/doctest.h:6292
Method
test_case_start_impl
tests/doctest/doctest.h:5443
Method
test_run_end
tests/doctest/doctest.h:5538
Method
test_run_end
tests/doctest/doctest.h:5816
Method
test_run_end
tests/doctest/doctest.h:6257
Method
test_run_start
tests/doctest/doctest.h:5511
Method
test_run_start
tests/doctest/doctest.h:5812
Method
test_run_start
tests/doctest/doctest.h:6252
Method
xsputn
tests/doctest/doctest.h:6780
Method
~Binding
Destructs the Binding by deregistering it from its evaluator. */
src/kdbindings/binding.h:56
Method
~Binding
src/kdbindings/binding.h:213
Method
~ConnectionBlocker
* Destructs the ConnectionBlocker and returns the connection into the blocked state it was in * before the ConnectionBlocker was constructed.
src/kdbindings/signal.h:611
Method
~ConnectionEvaluator
src/kdbindings/connection_evaluator.h:54
Method
~Context
tests/doctest/doctest.h:6597
Method
~ContextScope
tests/doctest/doctest.h:1862
Function
~ContextScopeBase
tests/doctest/doctest.h:1836
Method
~DestructorNotifier
tests/signal/tst_signal.cpp:338
Method
~Dirtyable
src/kdbindings/node.h:42
Method
~Impl
src/kdbindings/signal.h:85
Method
~OperatorNode
src/kdbindings/node.h:260
Method
~Property
* If a Property is destroyed, it emits the destroyed() Signal. */
src/kdbindings/property.h:152
← previous
next →
201–300 of 307, ranked by callers