MCPcopy Create free account
hub / github.com/cneben/QuickQanava / CustomGroup

Class CustomGroup

samples/cpp/cpp_sample.h:44–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42
43
44class CustomGroup : public qan::Group
45{
46 Q_OBJECT
47public:
48 explicit CustomGroup(QObject* parent = nullptr) : qan::Group{parent} {}
49 virtual ~CustomGroup() override { /* Nil */ }
50private:
51 CustomGroup(const CustomGroup &) = delete;
52
53public:
54 static QQmlComponent* delegate(QQmlEngine &engine, QObject* parent = nullptr) noexcept;
55 static qan::NodeStyle* style(QObject* parent = nullptr) noexcept;
56};
57
58QML_DECLARE_TYPE(CustomGroup)
59

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected