Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
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::Metaness > | metanessMap_ |
static QMap< QString, FunctionNode::Metaness > | topicMetanessMap_ |
|
static |
Definition at line 148 of file functionnode.cpp.
References FunctionNode::CAssign, FunctionNode::CCtor, FunctionNode::Ctor, FunctionNode::Dtor, FunctionNode::MacroWithoutParams, FunctionNode::MacroWithParams, FunctionNode::MAssign, FunctionNode::MCtor, metanessMap_, FunctionNode::Native, FunctionNode::Plain, FunctionNode::QmlMethod, FunctionNode::QmlSignal, FunctionNode::QmlSignalHandler, FunctionNode::Signal, and FunctionNode::Slot.
Referenced by FunctionNode::getMetaness().
|
static |
Definition at line 169 of file functionnode.cpp.
References FunctionNode::Plain, FunctionNode::QmlMethod, FunctionNode::QmlSignal, and topicMetanessMap_.
Referenced by FunctionNode::getMetanessFromTopic().
|
nodiscard |
Definition at line 422 of file functionnode.cpp.
|
static |
Definition at line 147 of file functionnode.cpp.
Referenced by buildMetanessMap(), and FunctionNode::getMetaness().
|
static |
Definition at line 168 of file functionnode.cpp.
Referenced by buildTopicMetanessMap(), and FunctionNode::getMetanessFromTopic().