![]() |
LeechCraft 0.6.70-18450-gabe19ee3b0
Modular cross-platform feature rich live environment.
|
#include "introspectable.h"
Public Member Functions | |
| Introspectable (const Introspectable &)=delete | |
| Introspectable & | operator= (const Introspectable &)=delete |
| template<typename T, typename U> | |
| void | Register (const U &intro) |
| template<typename T> | |
| QVariantMap | operator() (const T &t) const |
| QVariantMap | operator() (const QVariant &) const |
Static Public Member Functions | |
| static Introspectable & | Instance () |
Definition at line 21 of file introspectable.h.
|
delete |
|
static |
Definition at line 15 of file introspectable.cpp.
Referenced by operator=().
| QVariantMap LC::Util::Introspectable::operator() | ( | const QVariant & | variant | ) | const |
Definition at line 21 of file introspectable.cpp.
|
inline |
Definition at line 45 of file introspectable.h.
|
delete |
|
inline |
Definition at line 33 of file introspectable.h.
References Register().
Referenced by Register().