KDDockWidgets API Documentation 2.0
|
#include <assert.h>
#include <functional>
#include <memory>
#include <optional>
#include <stdexcept>
#include <type_traits>
#include <utility>
#include <kdbindings/genindex_array.h>
#include <kdbindings/utils.h>
Go to the source code of this file.
Classes | |
class | KDBindings::ConnectionBlocker |
A ConnectionBlocker is a convenient RAII-style mechanism for temporarily blocking a connection. More... | |
class | KDBindings::ConnectionHandle |
A ConnectionHandle represents the connection of a Signal to a slot (i.e. a function that is called when the Signal is emitted). More... | |
class | KDBindings::ScopedConnection |
A ScopedConnection is a RAII-style way to make sure a Connection is disconnected. More... | |
class | KDBindings::Signal< Args > |
A Signal provides a mechanism for communication between objects. More... | |
class | KDBindings::Private::SignalImplBase |
Namespaces | |
namespace | KDBindings |
The main namespace of the KDBindings library. | |
namespace | KDBindings::Private |
A namespace containing parts of KDBindings that are not part of the public API. | |