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
qxcomponent.cpp File Reference

(dc8a6de42c8adb89275628f0adb067e9664a795d)

#include <render/qxcomponent.h>
#include <array>
#include <cstdint>
#include <qohosutils.h>
#include <utility>
Include dependency graph for qxcomponent.cpp:

Go to the source code of this file.

Namespaces

namespace  QT_BEGIN_NAMESPACE
 Combined button and popup list for selecting options.

Functions

bool QT_BEGIN_NAMESPACE::startsWith (const std::string &str, const std::string &prefix)
QOhosOptional< QXComponentId::RecognizedTypeQT_BEGIN_NAMESPACE::tryMapXComponentIdValueToRecognizedType (const std::string &idValue)

Variables

const std::string QT_BEGIN_NAMESPACE::xComponentPrefixForMainWindow = "__nnMainWindow_"
const std::string QT_BEGIN_NAMESPACE::xComponentPrefixForSubWindow = "__nnSubWindow_"
const std::string QT_BEGIN_NAMESPACE::xComponentPrefixForFloatWindow = "__nnFloatWindow_"
const std::string QT_BEGIN_NAMESPACE::xComponentPrefixForRenderXComponent = "RenderXComponent_"