Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
functionnode.cpp File Reference

(e1f5ccaa66546ed708f6c4e23346195094231e8d)

#include "functionnode.h"
#include "propertynode.h"
#include <string>
Include dependency graph for functionnode.cpp:

Go to the source code of this file.

Functions

static void buildMetanessMap ()
static void buildTopicMetanessMap ()
int compare (const FunctionNode *f1, const FunctionNode *f2)

Variables

static QMap< QString, MetanessmetanessMap_
static QMap< QString, MetanesstopicMetanessMap_

Function Documentation

◆ buildMetanessMap()

void buildMetanessMap ( )
static

Definition at line 156 of file functionnode.cpp.

References CAssign, CCtor, Ctor, Dtor, MacroWithoutParams, MacroWithParams, MAssign, MCtor, metanessMap_, Native, Plain, QmlMethod, QmlSignal, QmlSignalHandler, Signal, and Slot.

Referenced by FunctionNode::getMetaness().

Here is the caller graph for this function:

◆ buildTopicMetanessMap()

void buildTopicMetanessMap ( )
static

Definition at line 177 of file functionnode.cpp.

References Plain, QmlMethod, QmlSignal, and topicMetanessMap_.

Referenced by FunctionNode::getMetanessFromTopic().

Here is the caller graph for this function:

◆ compare()

int compare ( const FunctionNode * f1,
const FunctionNode * f2 )
nodiscard

Definition at line 448 of file functionnode.cpp.

Variable Documentation

◆ metanessMap_

QMap< QString, Metaness > metanessMap_
static

Definition at line 155 of file functionnode.cpp.

Referenced by buildMetanessMap(), and FunctionNode::getMetaness().

◆ topicMetanessMap_

QMap< QString, Metaness > topicMetanessMap_
static

Definition at line 176 of file functionnode.cpp.

Referenced by buildTopicMetanessMap(), and FunctionNode::getMetanessFromTopic().