MCPcopy Create free account
hub / github.com/KDAB/GammaRay / registerMetaTypes

Function registerMetaTypes

client/propertycontrollerclient.cpp:26–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24Q_DECLARE_METATYPE(QMarginsF)
25
26static void registerMetaTypes()
27{
28 StreamOperators::registerOperators<QMargins>();
29 StreamOperators::registerOperators<QMarginsF>();
30 // TODO: Probably should be somewhere else
31 qRegisterMetaType<QTypeRevision>();
32}
33
34PropertyControllerClient::PropertyControllerClient(const QString &name, QObject *parent)
35 : PropertyControllerInterface(name, parent)

Callers 9

QuickInspectorMethod · 0.85
TextDocumentInspectorMethod · 0.85
NetworkSupportMethod · 0.85
GuiSupportMethod · 0.85
PositioningMethod · 0.85
OpenGLSupportMethod · 0.85
TranslatorInspectorMethod · 0.85
ActionInspectorMethod · 0.85

Calls

no outgoing calls

Tested by 4

QuickInspectorMethod · 0.68
TextDocumentInspectorMethod · 0.68
TranslatorInspectorMethod · 0.68
ActionInspectorMethod · 0.68