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

(c95c68ac75683cffb8c105e94dc6e7961d4abf1f)

#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()

static void buildMetanessMap ( )
static

◆ buildTopicMetanessMap()

static void buildTopicMetanessMap ( )
static

Definition at line 169 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 422 of file functionnode.cpp.

Variable Documentation

◆ metanessMap_

static QMap< QString, FunctionNode::Metaness > metanessMap_
static

Definition at line 147 of file functionnode.cpp.

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

◆ topicMetanessMap_

static QMap< QString, FunctionNode::Metaness > topicMetanessMap_
static

Definition at line 168 of file functionnode.cpp.

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