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

(303eaed0823d7cf9da40d4f4d6c20b69c2097eab)

#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, FunctionNode::MetanessmetanessMap_
static QMap< QString, FunctionNode::MetanesstopicMetanessMap_

Function Documentation

◆ buildMetanessMap()

void buildMetanessMap ( )
static

◆ buildTopicMetanessMap()

void buildTopicMetanessMap ( )
static

Definition at line 171 of file functionnode.cpp.

References FunctionNode::Plain, FunctionNode::QmlMethod, FunctionNode::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 418 of file functionnode.cpp.

Variable Documentation

◆ metanessMap_

QMap< QString, FunctionNode::Metaness > metanessMap_
static

Definition at line 149 of file functionnode.cpp.

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

◆ topicMetanessMap_

QMap< QString, FunctionNode::Metaness > topicMetanessMap_
static

Definition at line 170 of file functionnode.cpp.

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