#include <concepts>
#include <source_location>
#include <stdexcept>
#include <QObject>
#include "sllconfig.h"
Go to the source code of this file.
|
| void | LC::Util::detail::NotifyCastError (const QObject *object, const char *target, const std::source_location &loc) |
| template<typename Target, std::derived_from< QObject > Src> |
| decltype(auto) | LC::qobject_ref_cast (Src *obj, std::source_location loc=std::source_location::current()) |
| template<typename Target, std::derived_from< QObject > Src> |
| decltype(auto) | LC::qobject_ref_cast (Src &obj, std::source_location loc=std::source_location::current()) |